mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
docs/aws: Add the App Autoscaling Resources to the nav bar in a section of their own
This commit is contained in:
parent
63db19f564
commit
8f48a4106f
@ -70,6 +70,20 @@
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current(/^docs-aws-resource-appautoscaling/) %>>
|
||||
<a href="#">App Autoscaling Resources</a>
|
||||
<ul class="nav nav-visible">
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-appautoscaling-policy") %>>
|
||||
<a href="/docs/providers/aws/r/appautoscaling_policy.html">aws_appautoscaling_policy</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-appautoscaling-target") %>>
|
||||
<a href="/docs/providers/aws/r/appautoscaling_target.html">aws_appautoscaling_target</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current(/^docs-aws-resource-cloudformation/) %>>
|
||||
<a href="#">CloudFormation Resources</a>
|
||||
<ul class="nav nav-visible">
|
||||
|
Loading…
Reference in New Issue
Block a user