e2512d6d30
* Update download page to include community resources + Added “downloads powered by” text to Fastly icon + changed to horizontal grid for download list (vs vertical list) + added community resources below page * Reverting changes from earlier * Added community links to downloads page + added community and getting-started links to sidebar as well
25 lines
519 B
Plaintext
25 lines
519 B
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<ul class="nav docs-sidenav">
|
|
<li<%= sidebar_current("downloads-vault") %>>
|
|
<a href="/downloads.html">Download Vault</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="/docs/install/index.html">Build from Source</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="/intro/getting-started/install.html">Getting Started</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="/community.html">Community</a>
|
|
</li>
|
|
|
|
</ul>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|