Skip to content

Commit

Permalink
Merge pull request #75 from terraform-providers/hide-ds-sidebar
Browse files Browse the repository at this point in the history
website: collapse data sources sidebar by default
  • Loading branch information
marinsalinas authored Nov 25, 2019
2 parents cc730f5 + 2e4a191 commit d77b023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/mongodbatlas.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</li>
<li<%= sidebar_current("docs-mongodbatlas-datasource") %>>
<a href="#">Data Sources</a>
<ul class="nav nav-visible">
<ul class="nav">
<li<%= sidebar_current("docs-mongodbatlas-datasource-database-user") %>>
<a href="/docs/providers/mongodbatlas/d/database_user.html">mongodbatlas_database_user</a>
</li>
Expand Down

0 comments on commit d77b023

Please sign in to comment.