mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 12:20:28 -06:00
774e7c31a2
Changes the "Documentation Home" link in the sidebar to go back to the list of providers instead of all the way back to the documentation home page.
27 lines
825 B
Plaintext
27 lines
825 B
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
|
<ul class="nav docs-sidenav">
|
|
<li<%= sidebar_current("docs-home") %>>
|
|
<a href="/docs/providers/index.html">« Documentation Home</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-atlas-index") %>>
|
|
<a href="/docs/providers/atlas/index.html">Atlas Provider</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-atlas-resource") %>>
|
|
<a href="#">Resources</a>
|
|
<ul class="nav nav-visible">
|
|
<li<%= sidebar_current("docs-atlas-resource-artifact") %>>
|
|
<a href="/docs/providers/atlas/r/artifact.html">atlas_artifact</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|