Skip to content

docs: non-breaking hyphens so ai-autopilot stops wrapping in the table#56

Merged
suleimansh merged 1 commit into
mainfrom
docs/nbhyphen-package-names
Jun 27, 2026
Merged

docs: non-breaking hyphens so ai-autopilot stops wrapping in the table#56
suleimansh merged 1 commit into
mainfrom
docs/nbhyphen-package-names

Conversation

@suleimansh

Copy link
Copy Markdown
Member

Follow-up to #55. Shortening to bare names (ai-sdk, ai-skills, ...) fixed 4 of 5, but ai-autopilot (12 monospace chars) still wraps to ai- / autopilot because GitHub's auto-layout gives the Package column only ~9-11 chars (a code-span hyphen is a valid break point, so the column's min-content is just autopilot).

Fix: use a non-breaking hyphen (U+2011) inside each name's code span. That makes the cell's min-content the full name, forcing the column wide enough — ai-autopilot now stays on one line.

  • Only the name code-spans change. URL paths (./packages/ai-autopilot) and the npm badge URLs keep normal hyphens.
  • The names are already display-only (you install via the @gemstack/ scope line), so there's no copy-paste cost.
  • An HTML comment above the table documents the U+2011 so a future editor doesn't "fix" it back.

Docs only.

…pping

Shortening to bare names fixed 4 of 5, but ai-autopilot (12 monospace
chars) still wrapped at its hyphen because GitHub allocated the column
~9-11 chars. A non-breaking hyphen (U+2011) in the name code-span raises
the cell's min-content width to the full name, forcing the column wide
enough. URL paths and npm badge URLs keep normal hyphens; an HTML
comment documents the U+2011 for future editors. The names are
display-only (install form is in the scope line), so no copy-paste cost.
@suleimansh suleimansh added documentation Improvements or additions to documentation priority: low Nice to have / latent labels Jun 27, 2026
@suleimansh suleimansh self-assigned this Jun 27, 2026
@suleimansh suleimansh merged commit 89f8b94 into main Jun 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation priority: low Nice to have / latent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant