Skip to content

Commit 62bc112

Browse files
committed
Adding the bitbucket provider to the website sidebar
1 parent 3e3854e commit 62bc112

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

website/source/assets/stylesheets/_docs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body.layout-archive,
1111
body.layout-atlas,
1212
body.layout-aws,
1313
body.layout-azure,
14+
body.layout-bitbucket,
1415
body.layout-chef,
1516
body.layout-azurerm,
1617
body.layout-clc,

website/source/layouts/docs.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
<a href="/docs/providers/aws/index.html">AWS</a>
175175
</li>
176176

177+
<li<%= sidebar_current("docs-providers-bitbucket") %>>
178+
<a href="/docs/providers/bitbucket/index.html">Bitbucket</a>
179+
</li>
180+
177181
<li<%= sidebar_current("docs-providers-chef") %>>
178182
<a href="/docs/providers/chef/index.html">Chef</a>
179183
</li>

0 commit comments

Comments
 (0)