From f4157fb4bae941584adacbaea4a40fa4a5540bc4 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Tue, 9 Jun 2026 03:05:21 +0000 Subject: [PATCH] chore(docs): regenerate man page, HTML docs, and wiki --- docs/fish-config.1 | 6 ++++-- docs/html/15-11-viewing-this-manual.html | 4 ++-- docs/html/9-5-functions-reference.html | 4 +++- docs/wiki/11-viewing-this-manual.md | 4 ++-- docs/wiki/5-functions-reference.md | 2 ++ 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/fish-config.1 b/docs/fish-config.1 index 0248f34..e60aee0 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -1516,6 +1516,8 @@ config-help keybindings config-help pkg config-help --html config-help --man + +Also available as: help config [SECTION] [FLAGS] \f[R] .fi .SS config-update @@ -2063,7 +2065,7 @@ bat --language=markdown --paging=always \[ti]/.config/fish/docs/fish-config.md .IP .nf \f[C] -config-help --man +help config --man \f[R] .fi .PP @@ -2086,7 +2088,7 @@ Do not mix them up. .IP .nf \f[C] -config-help --html +help config --html \f[R] .fi .PP diff --git a/docs/html/15-11-viewing-this-manual.html b/docs/html/15-11-viewing-this-manual.html index 41b481d..0863b43 100644 --- a/docs/html/15-11-viewing-this-manual.html +++ b/docs/html/15-11-viewing-this-manual.html @@ -505,7 +505,7 @@ q quit

With bat

bat --language=markdown --paging=always ~/.config/fish/docs/fish-config.md

As a man page

-
config-help --man
+
help config --man

Opens the compiled docs/fish-config.1 directly via man -l, bypassing the pager fallback chain. The symlink and MANPATH are also configured automatically on shell start for the standard invocation:

@@ -515,7 +515,7 @@ automatically on shell start for the standard invocation:

completely separate command. Do not mix them up.

In the browser (HTML)

-
config-help --html
+
help config --html

Opens docs/html/index.html in the default web browser. Browser detection queries the system's x-scheme-handler/https MIME entry (via xdg-mime) to find the real browser binary, then falls back through known diff --git a/docs/html/9-5-functions-reference.html b/docs/html/9-5-functions-reference.html index aaab28e..93c6d7d 100644 --- a/docs/html/9-5-functions-reference.html +++ b/docs/html/9-5-functions-reference.html @@ -1025,7 +1025,9 @@ Flags: config-help keybindings config-help pkg config-help --html -config-help --man +config-help --man + +Also available as: help config [SECTION] [FLAGS]

config-update

Synopsis:  config-update [-h] [-n] [-f]
 
diff --git a/docs/wiki/11-viewing-this-manual.md b/docs/wiki/11-viewing-this-manual.md
index bee087f..eae4b1c 100644
--- a/docs/wiki/11-viewing-this-manual.md
+++ b/docs/wiki/11-viewing-this-manual.md
@@ -26,7 +26,7 @@ navigation.
 
 ## As a man page
 
-    config-help --man
+    help config --man
 
 Opens the compiled docs/fish-config.1 directly via man -l, bypassing
 the pager fallback chain. The symlink and MANPATH are also configured
@@ -40,7 +40,7 @@ a completely separate command. Do not mix them up.
 
 ## In the browser (HTML)
 
-    config-help --html
+    help config --html
 
 Opens docs/html/index.html in the default web browser. Browser detection
 queries the system's x-scheme-handler/https MIME entry (via xdg-mime) to
diff --git a/docs/wiki/5-functions-reference.md b/docs/wiki/5-functions-reference.md
index a5e28e4..0c0c974 100644
--- a/docs/wiki/5-functions-reference.md
+++ b/docs/wiki/5-functions-reference.md
@@ -705,6 +705,8 @@
     config-help --html
     config-help --man
 
+    Also available as: help config [SECTION] [FLAGS]
+
 ### config-update
 
     Synopsis:  config-update [-h] [-n] [-f]