We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3854e commit 62bc112Copy full SHA for 62bc112
2 files changed
website/source/assets/stylesheets/_docs.scss
@@ -11,6 +11,7 @@ body.layout-archive,
11
body.layout-atlas,
12
body.layout-aws,
13
body.layout-azure,
14
+body.layout-bitbucket,
15
body.layout-chef,
16
body.layout-azurerm,
17
body.layout-clc,
website/source/layouts/docs.erb
@@ -174,6 +174,10 @@
174
<a href="/docs/providers/aws/index.html">AWS</a>
175
</li>
176
177
+ <li<%= sidebar_current("docs-providers-bitbucket") %>>
178
+ <a href="/docs/providers/bitbucket/index.html">Bitbucket</a>
179
+ </li>
180
+
181
<li<%= sidebar_current("docs-providers-chef") %>>
182
<a href="/docs/providers/chef/index.html">Chef</a>
183
0 commit comments