diff options
-rw-r--r-- | docs/shell/shell.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/shell/shell.tmpl b/docs/shell/shell.tmpl index d65f0bc..f8915a8 100644 --- a/docs/shell/shell.tmpl +++ b/docs/shell/shell.tmpl @@ -31,6 +31,7 @@ </button> <div class="collapse show" id="commands-collapse"> <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small"> + <li><a href="/docs/shell/grep.html" class="link-dark rounded"><b>grep</b></a></li> <li><a href="/docs/shell/jq.html" class="link-dark rounded"><b>jq</b> - Command-line JSON processor</a></li> <li><a href="#" class="link-dark rounded">Updates</a></li> <li><a href="#" class="link-dark rounded">Reports</a></li> |