system CLI documentation fixes based on feedback from @angrycub

This commit is contained in:
James Rasell 2020-01-13 15:45:14 +01:00
parent c452f32414
commit 09519bb03f
No known key found for this signature in database
GPG Key ID: AA7D460F5C8377AA
3 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,8 @@ description: >
# Command: system
The `system` command is used to interact with namespaces.
The `system` command is used to interact with the system API. These calls are
used for system maintenance and should not be necessary for most users.
## Usage

View File

@ -9,6 +9,7 @@ description: >
# Command: system gc
Initializes a garbage collection of jobs, evaluations, allocations, and nodes.
This is an asynchronous operation.
## Usage

View File

@ -355,10 +355,10 @@
<a href="/docs/commands/system.html">system</a>
<ul class="nav">
<li<%= sidebar_current("docs-commands-system-gc") %>>
<a href="/docs/commands/system/gc.html">system gc</a>
<a href="/docs/commands/system/gc.html">gc</a>
</li>
<li<%= sidebar_current("docs-commands-system-reconcile-summaries") %>>
<a href="/docs/commands/system/reconcile-summaries.html">system reconcile summaries</a>
<a href="/docs/commands/system/reconcile-summaries.html">reconcile summaries</a>
</li>
</ul>
</li>