Skip to content

Remove typography.md stub and update component docs index #14

Merged
hardy30894 merged 1 commit into
mainfrom
docs/remove-typography-stub
Apr 22, 2026
Merged

Remove typography.md stub and update component docs index #14
hardy30894 merged 1 commit into
mainfrom
docs/remove-typography-stub

Conversation

@shubham30vatsal
Copy link
Copy Markdown
Member

What changed

  • Removed docs/components/typography.md, which only redirected readers to content.md and did not document any components on its own.
  • Removed the Typography row from the Categories table in docs/components/README.md so the index no longer links to that stub.

Why

The typography doc was redundant: Heading, Paragraph, and other text-oriented components are already listed under the Content category (content.md). Keeping a separate “Typography” entry pointed people at an extra hop with no unique content. Removing the stub and table row makes the components index accurate and easier to maintain.

Fixes #4

Checklist

  • npx tsc --noEmit passes
  • npx vitest run passes
  • New exports added to src/index.ts
  • Documentation updated in docs/

@shubham30vatsal shubham30vatsal force-pushed the docs/remove-typography-stub branch from d87acd7 to ec198c7 Compare April 13, 2026 12:19
@shubham30vatsal shubham30vatsal force-pushed the docs/remove-typography-stub branch from ec198c7 to 4eeddab Compare April 13, 2026 12:20
@shubham30vatsal shubham30vatsal self-assigned this Apr 13, 2026
@hardy30894 hardy30894 merged commit ca47e22 into main Apr 22, 2026
6 checks passed
@hardy30894 hardy30894 deleted the docs/remove-typography-stub branch April 22, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove typography.md stub and update component docs index

2 participants