Merge pull request #14255 from trotttrotttrott/state-sidebar-link-text
Replace "All Providers" link text w/ "All Commands"
This commit is contained in:
commit
ba13b60c8c
|
@ -3,7 +3,7 @@
|
||||||
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||||
<ul class="nav docs-sidenav">
|
<ul class="nav docs-sidenav">
|
||||||
<li<%= sidebar_current("docs-home") %>>
|
<li<%= sidebar_current("docs-home") %>>
|
||||||
<a href="/docs/commands/index.html">All Providers</a>
|
<a href="/docs/commands/index.html">All Commands</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-state-index") %>>
|
<li<%= sidebar_current("docs-state-index") %>>
|
||||||
|
|
Loading…
Reference in New Issue