docs: dynamic abbreviations with markdown tables #99
Reference in New Issue
Block a user
Delete Branch "feature/dynamic-abbreviations-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
This PR finalizes the abbreviation documentation feature. It unifies shell aliases and bash-style history expansions into the abbreviations documentation generation pipeline. To satisfy MDX component-rendering requirements (used in Starlight), abbreviations are now rendered as standard markdown tables rather than indented pre-formatted text blocks.
Manual Verification Checklist:
npm run devindocs/siteand verify the04-abbreviations.mdxpage renders without any MDX/React errors.docs/manual/04-abbreviations.mdto ensure the structure correctly relies on the newly generated tables.config-help(orbatondocs/fish-config.md) in the terminal to verify the raw tables format nicely in fallback environments.