From ba6146c343073347cec7b342417f4dc6b6676d90 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 27 Jul 2026 01:37:34 -0400 Subject: [PATCH] docs: update documentation URL to fish.rootiest.fyi Replaced all instances of fish-config.rootiest.fyi with the new domain fish.rootiest.fyi across the codebase. --- README.md | 6 +++--- docs/fish-config.1 | 6 +++--- docs/fish-config.md | 6 +++--- docs/manual/12-viewing-this-manual.md | 2 +- docs/site/astro.config.mjs | 2 +- functions/config-help.fish | 4 ++-- functions/open-url.fish | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5101ca0..08cf56e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ built around a Catppuccin Mocha aesthetic with a curated set of modern CLI tool integrations, smart shell functions, and a heavily customized abbreviation system for keyboard-driven workflows. -📖 **[Documentation site](https://fish-config.rootiest.fyi/)** +📖 **[Documentation site](https://fish.rootiest.fyi/)** ## Table of Contents @@ -120,7 +120,7 @@ the watcher inert without uninstalling it. ## Documentation -### [📖 Documentation Site](https://fish-config.rootiest.fyi/) +### [📖 Documentation Site](https://fish.rootiest.fyi/) A Starlight-powered site rebuilt on every push to `main`. It covers configuration variables, key bindings, abbreviations, all functions, the @@ -309,7 +309,7 @@ Command shadows react immediately; bindings, prompt, and abbreviations take effe ## Attribution -The core of the [Zoxide integration](https://fish-config.rootiest.fyi/02-path-setup/) in this repository was originally adapted from the [icezyclon/zoxide.fish](https://github.com/icezyclon/zoxide.fish) plugin (MIT Licensed) and has since been heavily customized for performance and Fish 4.x compatibility. +The core of the [Zoxide integration](https://fish.rootiest.fyi/02-path-setup/) in this repository was originally adapted from the [icezyclon/zoxide.fish](https://github.com/icezyclon/zoxide.fish) plugin (MIT Licensed) and has since been heavily customized for performance and Fish 4.x compatibility. --- diff --git a/docs/fish-config.1 b/docs/fish-config.1 index 34a9929..158892c 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -2638,7 +2638,7 @@ that matches the keyword. Lookup order: docs/fish-config.index (exact 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.rootiest.fyi/) +the published documentation website (https://fish.rootiest.fyi/) in the default browser via xdg-open \[em] deep links to a section aren\[aq]t supported there, so if a keyword is given a note points you to the site\[aq]s search box instead. Pass --man / -m to open the compiled man page @@ -2929,7 +2929,7 @@ Notes: Example: open-url https://git.rootiest.dev/rootiest/fish-config -open-url -v https://fish-config.rootiest.fyi/ +open-url -v https://fish.rootiest.fyi/ \f[R] .fi .PP @@ -4396,7 +4396,7 @@ help config --html \f[R] .fi .PP -Opens https://fish-config.rootiest.fyi/ in the default browser \[em] the +Opens https://fish.rootiest.fyi/ in the default browser \[em] the Starlight-powered site built from \f[V]docs/manual/**\f[R] on every push to \f[V]main\f[R]. It has a section sidebar and full-text search. diff --git a/docs/fish-config.md b/docs/fish-config.md index 8fbbafc..f9178c3 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -2086,7 +2086,7 @@ Add -i (interactive confirmation) to destructive commands: 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.rootiest.fyi/) + the published documentation website (https://fish.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 @@ -2350,7 +2350,7 @@ Add -i (interactive confirmation) to destructive commands: Example: open-url https://git.rootiest.dev/rootiest/fish-config - open-url -v https://fish-config.rootiest.fyi/ + open-url -v https://fish.rootiest.fyi/ **Used by:** `repo-open` @@ -3365,7 +3365,7 @@ There are four ways to read this manual. help config --html -Opens https://fish-config.rootiest.fyi/ in the default browser — the +Opens https://fish.rootiest.fyi/ in the default browser — the Starlight-powered site built from `docs/manual/**` on every push to `main`. It has a section sidebar and full-text search. Deep links to a specific section aren't supported from the command line; once the site opens, use diff --git a/docs/manual/12-viewing-this-manual.md b/docs/manual/12-viewing-this-manual.md index e080ce9..05cc80b 100644 --- a/docs/manual/12-viewing-this-manual.md +++ b/docs/manual/12-viewing-this-manual.md @@ -14,7 +14,7 @@ There are four ways to read this manual. help config --html -Opens https://fish-config.rootiest.fyi/ in the default browser — the +Opens https://fish.rootiest.fyi/ in the default browser — the Starlight-powered site built from `docs/manual/**` on every push to `main`. It has a section sidebar and full-text search. Deep links to a specific section aren't supported from the command line; once the site opens, use diff --git a/docs/site/astro.config.mjs b/docs/site/astro.config.mjs index c4d8804..d3384d1 100644 --- a/docs/site/astro.config.mjs +++ b/docs/site/astro.config.mjs @@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight'; import sidebar from './src/sidebar.json' with { type: 'json' }; export default defineConfig({ - site: 'https://fish-config.rootiest.fyi', + site: 'https://fish.rootiest.fyi', integrations: [ starlight({ title: 'Rootiest Fish Config', diff --git a/functions/config-help.fish b/functions/config-help.fish index af65341..562874e 100644 --- a/functions/config-help.fish +++ b/functions/config-help.fish @@ -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.rootiest.fyi/) +# the published documentation website (https://fish.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 @@ -59,7 +59,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.rootiest.fyi/" + set -l site_url "https://fish.rootiest.fyi/" # ── Extract section keyword (first non-flag argument) ──────── set -l section_kw "" diff --git a/functions/open-url.fish b/functions/open-url.fish index 007e9dd..66eb0ab 100644 --- a/functions/open-url.fish +++ b/functions/open-url.fish @@ -36,7 +36,7 @@ # # EXAMPLE # open-url https://git.rootiest.dev/rootiest/fish-config -# open-url -v https://fish-config.rootiest.fyi/ +# open-url -v https://fish.rootiest.fyi/ # # NOTES # Typo abbreviation: url-open (expands to open-url on space/enter).