Adding the bitbucket provider to the website sidebar

This commit is contained in:
stack72 2016-10-06 19:25:13 +01:00
parent 3e3854ed65
commit 62bc112b1b
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -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>