Merge pull request #4238 from hashicorp/b-dyn-docs
provider/dyn: Add Dyn to the documentation sidebar
This commit is contained in:
commit
981add77a3
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue