deploy: 1eb14190d1
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<nav class="md-header__inner md-grid" aria-label="Header">
|
||||
<a href=".." title="MeshCore Docs" class="md-header__button md-logo" aria-label="MeshCore Docs" data-md-component="logo">
|
||||
|
||||
<img src="../_assets/meshcore_tm.svg" alt="logo">
|
||||
<img src="../_assets/meshcore.svg" alt="logo">
|
||||
|
||||
</a>
|
||||
<label class="md-header__button md-icon" for="__drawer">
|
||||
@@ -199,7 +199,7 @@
|
||||
<label class="md-nav__title" for="__drawer">
|
||||
<a href=".." title="MeshCore Docs" class="md-nav__button md-logo" aria-label="MeshCore Docs" data-md-component="logo">
|
||||
|
||||
<img src="../_assets/meshcore_tm.svg" alt="logo">
|
||||
<img src="../_assets/meshcore.svg" alt="logo">
|
||||
|
||||
</a>
|
||||
MeshCore Docs
|
||||
@@ -2996,7 +2996,8 @@
|
||||
<p><strong>Usage:</strong>
|
||||
- <code>neighbor.remove <pubkey_prefix></code></p>
|
||||
<p><strong>Parameters:</strong>
|
||||
- <code>pubkey_prefix</code>: The public key of the node to remove from the neighbors list</p>
|
||||
- <code>pubkey_prefix</code>: The public key of the node to remove from the neighbors list. This can be a short prefix or the full key. All neighbors matching the provided prefix will be removed.</p>
|
||||
<p><strong>Note:</strong> You can remove all neighbors by sending a space character as the prefix. The space indicates an empty prefix, which matches all existing neighbors.</p>
|
||||
<hr />
|
||||
<h2 id="statistics">Statistics</h2>
|
||||
<h3 id="clear-stats">Clear Stats</h3>
|
||||
|
||||
Reference in New Issue
Block a user