docs(manual): format plugins and installation pages #100

Merged
rootiest merged 1 commits from docs-format-plugins-installation into main 2026-08-06 20:29:20 +00:00
Owner

Summary

This PR formats and cleans up the documentation for the Fisher Plugins and Installation pages. Specifically:

  • Converts indented blocks in 09-fisher-plugins.md to properly formatted Markdown bulleted lists.
  • Ensures all single-command examples and flag references are properly enclosed in inline code backticks.
  • Formats the file tree layout in the bundled plugin section into a clear bulleted mapping.
  • Formats the config update section in 10-installation.md to ensure proper Markdown rendering.

These changes resolve rendering issues caused by the docs pipeline treating 4-space indented text as flat paragraphs in the resulting site.

Manual Verification Checklist

  • View the Fisher Plugins page to verify that the layer filters and plugin lists render with bullets and code blocks.
  • View the Installation page to verify that the "Return Sentinel" and "Updating" sections display inline code and proper formatting.
  • Verify that build-manual.py correctly generates the fish-config.md output without formatting regressions.
### Summary This PR formats and cleans up the documentation for the Fisher Plugins and Installation pages. Specifically: - Converts indented blocks in `09-fisher-plugins.md` to properly formatted Markdown bulleted lists. - Ensures all single-command examples and flag references are properly enclosed in inline code backticks. - Formats the file tree layout in the bundled plugin section into a clear bulleted mapping. - Formats the config update section in `10-installation.md` to ensure proper Markdown rendering. These changes resolve rendering issues caused by the docs pipeline treating 4-space indented text as flat paragraphs in the resulting site. ### Manual Verification Checklist - [x] View the Fisher Plugins page to verify that the layer filters and plugin lists render with bullets and code blocks. - [x] View the Installation page to verify that the "Return Sentinel" and "Updating" sections display inline code and proper formatting. - [x] Verify that `build-manual.py` correctly generates the `fish-config.md` output without formatting regressions.
rootiest added 1 commit 2026-08-06 20:28:44 +00:00
rootiest merged commit dfdc1063ba into main 2026-08-06 20:29:20 +00:00
rootiest deleted branch docs-format-plugins-installation 2026-08-06 20:29:20 +00:00
Sign in to join this conversation.