website: Sort aws_key_pair in the sidebar
This commit is contained in:
parent
28eff5bcf9
commit
b78f1b6670
|
@ -155,6 +155,10 @@
|
|||
<a href="/docs/providers/aws/r/instance.html">aws_instance</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-key-pair") %>>
|
||||
<a href="/docs/providers/aws/r/key_pair.html">aws_key_pair</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-launch-configuration") %>>
|
||||
<a href="/docs/providers/aws/r/launch_configuration.html">aws_launch_configuration</a>
|
||||
</li>
|
||||
|
@ -178,9 +182,6 @@
|
|||
<li<%= sidebar_current("docs-aws-resource-volume-attachment") %>>
|
||||
<a href="/docs/providers/aws/r/volume_attachment.html">aws_volume_attachment</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-aws-resource-key-pair") %>>
|
||||
<a href="/docs/providers/aws/r/key_pair.html">aws_key_pair</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Reference in New Issue