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
|
# 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
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ description: >
|
||||||
# Command: system gc
|
# Command: system gc
|
||||||
|
|
||||||
Initializes a garbage collection of jobs, evaluations, allocations, and nodes.
|
Initializes a garbage collection of jobs, evaluations, allocations, and nodes.
|
||||||
|
This is an asynchronous operation.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -355,10 +355,10 @@
|
||||||
<a href="/docs/commands/system.html">system</a>
|
<a href="/docs/commands/system.html">system</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li<%= sidebar_current("docs-commands-system-gc") %>>
|
<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>
|
||||||
<li<%= sidebar_current("docs-commands-system-reconcile-summaries") %>>
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue