Adding the bitbucket provider to the website sidebar
This commit is contained in:
parent
3e3854ed65
commit
62bc112b1b
|
@ -11,6 +11,7 @@ body.layout-archive,
|
||||||
body.layout-atlas,
|
body.layout-atlas,
|
||||||
body.layout-aws,
|
body.layout-aws,
|
||||||
body.layout-azure,
|
body.layout-azure,
|
||||||
|
body.layout-bitbucket,
|
||||||
body.layout-chef,
|
body.layout-chef,
|
||||||
body.layout-azurerm,
|
body.layout-azurerm,
|
||||||
body.layout-clc,
|
body.layout-clc,
|
||||||
|
|
|
@ -174,6 +174,10 @@
|
||||||
<a href="/docs/providers/aws/index.html">AWS</a>
|
<a href="/docs/providers/aws/index.html">AWS</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current("docs-providers-bitbucket") %>>
|
||||||
|
<a href="/docs/providers/bitbucket/index.html">Bitbucket</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-providers-chef") %>>
|
<li<%= sidebar_current("docs-providers-chef") %>>
|
||||||
<a href="/docs/providers/chef/index.html">Chef</a>
|
<a href="/docs/providers/chef/index.html">Chef</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue