github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/layouts/cloudstack.erb (about)

     1  <% wrap_layout :inner do %>
     2      <% content_for :sidebar do %>
     3          <div class="docs-sidebar hidden-print affix-top" role="complementary">
     4              <ul class="nav docs-sidenav">
     5                  <li<%= sidebar_current("docs-home") %>>
     6                      <a href="/docs/providers/index.html">All Providers</a>
     7                  </li>
     8  
     9                  <li<%= sidebar_current("docs-cloudstack-index") %>>
    10                      <a href="/docs/providers/cloudstack/index.html">CloudStack Provider</a>
    11                  </li>
    12  
    13                  <li<%= sidebar_current("docs-cloudstack-resource") %>>
    14                      <a href="#">Resources</a>
    15                      <ul class="nav nav-visible">
    16                          <li<%= sidebar_current("docs-cloudstack-affinity-group") %>>
    17                          <a href="/docs/providers/cloudstack/r/affinity_group.html">cloudstack_affinity_group</a>
    18                          </li>
    19  
    20                          <li<%= sidebar_current("docs-cloudstack-resource-disk") %>>
    21                          <a href="/docs/providers/cloudstack/r/disk.html">cloudstack_disk</a>
    22                          </li>
    23  
    24                          <li<%= sidebar_current("docs-cloudstack-resource-egress-firewall") %>>
    25                              <a href="/docs/providers/cloudstack/r/egress_firewall.html">cloudstack_egress_firewall</a>
    26                          </li>
    27  
    28                          <li<%= sidebar_current("docs-cloudstack-resource-firewall") %>>
    29                              <a href="/docs/providers/cloudstack/r/firewall.html">cloudstack_firewall</a>
    30                          </li>
    31  
    32                          <li<%= sidebar_current("docs-cloudstack-resource-instance") %>>
    33                              <a href="/docs/providers/cloudstack/r/instance.html">cloudstack_instance</a>
    34                          </li>
    35  
    36                          <li<%= sidebar_current("docs-cloudstack-resource-ipaddress") %>>
    37                              <a href="/docs/providers/cloudstack/r/ipaddress.html">cloudstack_ipaddress</a>
    38                          </li>
    39  
    40                          <li<%= sidebar_current("docs-cloudstack-resource-loadbalancer-rule") %>>
    41                              <a href="/docs/providers/cloudstack/r/loadbalancer_rule.html">cloudstack_loadbalancer_rule</a>
    42                          </li>
    43  
    44                          <li<%= sidebar_current("docs-cloudstack-resource-network") %>>
    45                              <a href="/docs/providers/cloudstack/r/network.html">cloudstack_network</a>
    46                          </li>
    47  
    48                          <li<%= sidebar_current("docs-cloudstack-resource-network-acl") %>>
    49                              <a href="/docs/providers/cloudstack/r/network_acl.html">cloudstack_network_acl</a>
    50                          </li>
    51  
    52                          <li<%= sidebar_current("docs-cloudstack-resource-network-acl-rule") %>>
    53                              <a href="/docs/providers/cloudstack/r/network_acl_rule.html">cloudstack_network_acl_rule</a>
    54                          </li>
    55  
    56                          <li<%= sidebar_current("docs-cloudstack-resource-nic") %>>
    57                              <a href="/docs/providers/cloudstack/r/nic.html">cloudstack_nic</a>
    58                          </li>
    59  
    60                          <li<%= sidebar_current("docs-cloudstack-resource-port-forward") %>>
    61                              <a href="/docs/providers/cloudstack/r/port_forward.html">cloudstack_port_forward</a>
    62                          </li>
    63  
    64                          <li<%= sidebar_current("docs-cloudstack-resource-private-gateway") %>>
    65                              <a href="/docs/providers/cloudstack/r/private_gateway.html">cloudstack_private_gateway</a>
    66                          </li>
    67  
    68                          <li<%= sidebar_current("docs-cloudstack-resource-secondary-ipaddress") %>>
    69                              <a href="/docs/providers/cloudstack/r/secondary_ipaddress.html">cloudstack_secondary_ipaddress</a>
    70                          </li>
    71  
    72                          <li<%= sidebar_current("docs-cloudstack-resource-security-group") %>>
    73                              <a href="/docs/providers/cloudstack/r/security_group.html">cloudstack_security_group</a>
    74                          </li>
    75  
    76                          <li<%= sidebar_current("docs-cloudstack-resource-security-group-rule") %>>
    77                              <a href="/docs/providers/cloudstack/r/security_group_rule.html">cloudstack_security_group_rule</a>
    78                          </li>
    79  
    80                          <li<%= sidebar_current("docs-cloudstack-resource-ssh-keypair") %>>
    81                              <a href="/docs/providers/cloudstack/r/ssh_keypair.html">cloudstack_ssh_keypair</a>
    82                          </li>
    83  
    84                          <li<%= sidebar_current("docs-cloudstack-resource-static-nat") %>>
    85                              <a href="/docs/providers/cloudstack/r/static_nat.html">cloudstack_static_nat</a>
    86                          </li>
    87  
    88                          <li<%= sidebar_current("docs-cloudstack-resource-static-route") %>>
    89                              <a href="/docs/providers/cloudstack/r/static_route.html">cloudstack_static_route</a>
    90                          </li>
    91  
    92                          <li<%= sidebar_current("docs-cloudstack-resource-template") %>>
    93                              <a href="/docs/providers/cloudstack/r/template.html">cloudstack_template</a>
    94                          </li>
    95  
    96                          <li<%= sidebar_current("docs-cloudstack-resource-vpc") %>>
    97                              <a href="/docs/providers/cloudstack/r/vpc.html">cloudstack_vpc</a>
    98                          </li>
    99  
   100                          <li<%= sidebar_current("docs-cloudstack-resource-vpn-gateway") %>>
   101                              <a href="/docs/providers/cloudstack/r/vpn_gateway.html">cloudstack_vpn_gateway</a>
   102                          </li>
   103  
   104                          <li<%= sidebar_current("docs-cloudstack-resource-vpn-customer-gateway") %>>
   105                              <a href="/docs/providers/cloudstack/r/vpn_customer_gateway.html">cloudstack_vpn_customer_gateway</a>
   106                          </li>
   107  
   108                          <li<%= sidebar_current("docs-cloudstack-resource-vpn-connection") %>>
   109                              <a href="/docs/providers/cloudstack/r/vpn_connection.html">cloudstack_vpn_connection</a>
   110                          </li>
   111                      </ul>
   112                  </li>
   113              </ul>
   114          </div>
   115      <% end %>
   116  
   117      <%= yield %>
   118  <% end %>