fix(docs): title distro code blocks and fix missed shell highlighting (#140)
CI / github-mirror (push) Skipped
CI / test (push) Successful in 2m19s
CI / build-docs (push) Successful in 3m46s

This commit was merged in pull request #140.
This commit is contained in:
2026-09-09 04:43:50 +00:00
parent 8f48120ba9
commit 8e4b719425
5 changed files with 96 additions and 18 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ category variable.
C5 [Logging and Capture](/08-components-reference/05-c5-logging-and-capture/) — Session logs, command duration
C6 [Greeting & First-Run UI](/08-components-reference/06-c6-greeting-and-first-run-ui/) — Custom startup banner
Each category further sub-divides into two to six sub-categories (25 in
total) with their own `__fish_config_op_<category>_<subcategory>` toggles
-- see that category's page for its sub-category list.
Each category further sub-divides into several sub-categories, each with
its own `__fish_config_op_<category>_<subcategory>` toggle -- see that
category's page for its sub-category list.
## Per-function overrides: `C0`/`always`
+1 -1
View File
@@ -237,7 +237,7 @@ Re-enable everything:
set -Ue __fish_config_opinionated
Each category also has two to six sub-categories (e.g.
Each category can also have several sub-categories (e.g.
`__fish_config_op_aliases_filesystem`) that can be checked, disabled, or
reset the same way — `set -U __fish_config_op_<category>_<subcategory> off`
and `set -Ue __fish_config_op_<category>_<subcategory>` work identically to