mirror of https://github.com/status-im/consul.git
Merge pull request #2698 from Cbeck527/master
Docs: add consul kv import/export links to sidebar
This commit is contained in:
commit
718157dd7c
|
@ -105,9 +105,15 @@
|
|||
<li<%= sidebar_current("docs-commands-kv-delete") %>>
|
||||
<a href="/docs/commands/kv/delete.html">delete</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-kv-export") %>>
|
||||
<a href="/docs/commands/kv/export.html">export</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-kv-get") %>>
|
||||
<a href="/docs/commands/kv/get.html">get</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-kv-import") %>>
|
||||
<a href="/docs/commands/kv/import.html">import</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-kv-put") %>>
|
||||
<a href="/docs/commands/kv/put.html">put</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue