Merge pull request #4238 from hashicorp/b-dyn-docs

provider/dyn: Add Dyn to the documentation sidebar
This commit is contained in:
Clint 2015-12-09 14:25:42 -06:00
commit 981add77a3
2 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ body.layout-digitalocean,
body.layout-dme,
body.layout-dnsimple,
body.layout-docker,
body.layout-dyn,
body.layout-google,
body.layout-heroku,
body.layout-mailgun,

View File

@ -161,6 +161,10 @@
<a href="/docs/providers/docker/index.html">Docker</a>
</li>
<li<%= sidebar_current("docs-providers-dyn") %>>
<a href="/docs/providers/dyn/index.html">Dyn</a>
</li>
<li<%= sidebar_current("docs-providers-google") %>>
<a href="/docs/providers/google/index.html">Google Cloud</a>
</li>