website: Add archive provider to sidebar and css

This commit is contained in:
James Nugent 2016-08-22 05:30:37 +02:00
parent 74315d6d1b
commit 61f885aa86
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ body.page-sub{
}
body.layout-commands-state,
body.layout-archive,
body.layout-atlas,
body.layout-aws,
body.layout-azure,

View File

@ -162,6 +162,10 @@
<li<%= sidebar_current(/^docs-providers/) %>>
<a href="/docs/providers/index.html">Providers</a>
<ul class="nav">
<li<%= sidebar_current("docs-providers-archive") %>>
<a href="/docs/providers/archive/index.html">Archive</a>
</li>
<li<%= sidebar_current("docs-providers-atlas") %>>
<a href="/docs/providers/atlas/index.html">Atlas</a>
</li>