forked from hashicorp/terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtriton.erb
More file actions
33 lines (29 loc) · 1.42 KB
/
Copy pathtriton.erb
File metadata and controls
33 lines (29 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<% 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-triton-index") %>>
<a href="/docs/providers/triton/index.html">Triton Provider</a>
</li>
<li<%= sidebar_current(/^docs-triton-resource/) %>>
<a href="#">Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-triton-resource-firewall-rule") %>>
<a href="/docs/providers/triton/r/triton_firewall_rule.html">triton_firewall_rule</a>
</li>
<li<%= sidebar_current("docs-triton-resource-key") %>>
<a href="/docs/providers/triton/r/triton_key.html">triton_key</a>
</li>
<li<%= sidebar_current("docs-triton-resource-machine") %>>
<a href="/docs/providers/triton/r/triton_machine.html">triton_machine</a>
</li>
</ul>
</li>
</ul>
</div>
<% end %>
<%= yield %>
<% end %>