docs: rename "documentation site" to "project wiki"

Consistent terminology across README, CONTRIBUTING, and CI step name.
This commit is contained in:
2026-09-18 20:57:53 -04:00
parent b8e97d7223
commit d9410701e3
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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.rootiest.fyi/)**
📖 **[Project Wiki](https://fish.rootiest.fyi/)**
## Table of Contents
@@ -159,7 +159,7 @@ To browse the docs from the terminal:
|---|---|
| `help config` | Open the terminal manual in the best available pager |
| `help config <keyword>` | Jump directly to a section matching the keyword |
| `help config --html` | Open the documentation site in the default browser |
| `help config --html` | Open the project wiki in the default browser |
| `help config --man` | Open the compiled man page via `man -l` |
| `help config <keyword> --man` | Open the man page jumping to the nearest match |
| `repo-open` | Open this repo's web page in the browser (deep-links to the current branch and sub-directory) |