website: Add archive provider to sidebar and css
This commit is contained in:
parent
74315d6d1b
commit
61f885aa86
|
@ -7,6 +7,7 @@ body.page-sub{
|
|||
}
|
||||
|
||||
body.layout-commands-state,
|
||||
body.layout-archive,
|
||||
body.layout-atlas,
|
||||
body.layout-aws,
|
||||
body.layout-azure,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue