system CLI documentation fixes based on feedback from @angrycub
This commit is contained in:
parent
c452f32414
commit
09519bb03f
|
@ -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
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ description: >
|
|||
# Command: system gc
|
||||
|
||||
Initializes a garbage collection of jobs, evaluations, allocations, and nodes.
|
||||
This is an asynchronous operation.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue