mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-11 08:05:33 -06:00
website: Fix missing sidebar_current
This commit is contained in:
parent
38078fbfb8
commit
fbc94cb330
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_elasticsearch_domain"
|
||||
sidebar_current: "docs-aws-elasticsearch-domain"
|
||||
sidebar_current: "docs-aws-resource-elasticsearch-domain"
|
||||
description: |-
|
||||
Provides an ElasticSearch Domain.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_lambda_alias"
|
||||
sidebar_current: "docs-aws-resource-aws-lambda-alias"
|
||||
sidebar_current: "docs-aws-resource-lambda-alias"
|
||||
description: |-
|
||||
Creates a Lambda function alias.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_lambda_event_source_mapping"
|
||||
sidebar_current: "docs-aws-resource-aws-lambda-event-source-mapping"
|
||||
sidebar_current: "docs-aws-resource-lambda-event-source-mapping"
|
||||
description: |-
|
||||
Provides a Lambda event source mapping. This allows Lambda functions to get events from Kinesis and DynamoDB.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_lambda_function"
|
||||
sidebar_current: "docs-aws-resource-aws-lambda-function"
|
||||
sidebar_current: "docs-aws-resource-lambda-function"
|
||||
description: |-
|
||||
Provides a Lambda Function resource. Lambda allows you to trigger execution of code in response to events in AWS. The Lambda Function itself includes source code and runtime configuration.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_lambda_permission"
|
||||
sidebar_current: "docs-aws-resource-aws-lambda-permission"
|
||||
sidebar_current: "docs-aws-resource-lambda-permission"
|
||||
description: |-
|
||||
Creates a Lambda function permission.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_s3_bucket_object"
|
||||
side_bar_current: "docs-aws-resource-s3-bucket-object"
|
||||
sidebar_current: "docs-aws-resource-s3-bucket-object"
|
||||
description: |-
|
||||
Provides a S3 bucket object resource.
|
||||
---
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_sqs_queue"
|
||||
sidebar_current: "docs-aws-resource-sqs"
|
||||
sidebar_current: "docs-aws-resource-sqs-queue"
|
||||
description: |-
|
||||
Provides a SQS resource.
|
||||
---
|
||||
|
@ -132,7 +132,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li<%= sidebar_current(/^docs-aws-resource-(app|autoscaling|ebs|elb|eip|instance|launch|lb|proxy|spot|volume|placement|key-pair)/) %>>
|
||||
<li<%= sidebar_current(/^docs-aws-resource-(ami|app|autoscaling|ebs|elb|eip|instance|launch|lb|proxy|spot|volume|placement|key-pair)/) %>>
|
||||
<a href="#">EC2 Resources</a>
|
||||
<ul class="nav nav-visible">
|
||||
|
||||
@ -402,7 +402,7 @@
|
||||
<li<%= sidebar_current("docs-aws-resource-lambda-function") %>>
|
||||
<a href="/docs/providers/aws/r/lambda_function.html">aws_lambda_function</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-aws-resource-aws-lambda-event-source-mapping") %>>
|
||||
<li<%= sidebar_current("docs-aws-resource-lambda-event-source-mapping") %>>
|
||||
<a href="/docs/providers/aws/r/lambda_event_source_mapping.html">aws_lambda_event_source_mapping</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-aws-resource-lambda-permission") %>>
|
||||
|
Loading…
Reference in New Issue
Block a user