Update the nav to include a link to the `postgresql_schema` resource.
This commit is contained in:
parent
66348e518b
commit
e6429900ba
|
@ -16,11 +16,14 @@
|
|||
<li<%= sidebar_current("docs-postgresql-resource-postgresql_database") %>>
|
||||
<a href="/docs/providers/postgresql/r/postgresql_database.html">postgresql_database</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-postgresql-resource-postgresql_extension") %>>
|
||||
<a href="/docs/providers/postgresql/r/postgresql_extension.html">postgresql_extensions</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-postgresql-resource-postgresql_role") %>>
|
||||
<a href="/docs/providers/postgresql/r/postgresql_role.html">postgresql_role</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-postgresql-resource-postgresql_extension") %>>
|
||||
<a href="/docs/providers/postgresql/r/postgresql_extension.html">postgresql_extensions</a>
|
||||
<li<%= sidebar_current("docs-postgresql-resource-postgresql_schema") %>>
|
||||
<a href="/docs/providers/postgresql/r/postgresql_schema.html">postgresql_schema</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -29,4 +32,4 @@
|
|||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue