docs: update site title and canonical URL
Generate documentation / build-docs (push) Successful in 3m14s
Offline docs drift reminder / remind (push) Successful in 16s

Rename the Starlight site to "Rootiest Fish Config" and switch its
canonical URL from the Cloudflare Pages subdomain to
fish-config.rootiest.fyi (now aliased in Cloudflare). Updates all
references in README, config-help, open-url, and the manual, and
regenerates the concat/man-page artifacts to match.
This commit is contained in:
2026-07-26 15:34:08 -04:00
parent 4f00b5a0f4
commit ab030d7ec0
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
# keyword aliases), then a normalized heading scan as fallback.
# When opened with ov a sticky navigation hint is shown at the top of the
# screen. Section matching is case-insensitive. Pass --html / -w to open
# the published documentation website (https://fish-config-docs.pages.dev/)
# the published documentation website (https://fish-config.rootiest.fyi/)
# in the default browser via xdg-open — deep links to a section aren't
# supported there, so if a keyword is given a note points you to the site's
# search box instead. Pass --man / -m to open the compiled man page
@@ -55,7 +55,7 @@ function config-help --description 'Open the offline fish shell configuration ma
set -l doc_file "$__fish_config_dir/docs/fish-config.md"
set -l idx_file "$__fish_config_dir/docs/fish-config.index"
set -l man_file "$__fish_config_dir/docs/fish-config.1"
set -l site_url "https://fish-config-docs.pages.dev/"
set -l site_url "https://fish-config.rootiest.fyi/"
# ── Extract section keyword (first non-flag argument) ────────
set -l section_kw ""
+1 -1
View File
@@ -36,7 +36,7 @@
#
# EXAMPLE
# open-url https://git.rootiest.dev/rootiest/fish-config
# open-url -v https://fish-config-docs.pages.dev/
# open-url -v https://fish-config.rootiest.fyi/
#
# NOTES
# Typo abbreviation: url-open (expands to open-url on space/enter).