Skip to content

Commit 9b20254

Browse files
tenphigithub-advanced-security[bot]cursoragentcursor[bot]
authored
chore: update docs (#1081)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: cursor[bot] <206951365+cursor[bot]@users.noreply.github.com>
1 parent 16ade01 commit 9b20254

92 files changed

Lines changed: 2683 additions & 344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ComponentName/
7777
| `pnpm size` | Check bundle size limits |
7878
| `pnpm chromatic` | Visual regression tests |
7979
| `pnpm add-icons` | Add new icons from tabler |
80+
| `pnpm audit-docs` | Audit component API ↔ docs ↔ argTypes sync. Uses TS Compiler API for full type resolution. Options: `--component=Name` (single component), `--fix-stories` (auto-add/remove argTypes in `.stories.tsx`), `--json`, `--verbose`, `--all-props` |
8081

8182
## Stack
8283

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"prepack": "node scripts/prepare-docs.mjs",
5151
"postpack": "node scripts/cleanup-docs.mjs",
5252
"release": "pnpm build && changeset publish --provenance",
53-
"add-icons": "cd src/icons && node add-new-icon.js && pnpm fix"
53+
"add-icons": "cd src/icons && node add-new-icon.js && pnpm fix",
54+
"audit-docs": "node scripts/audit-docs.mjs"
5455
},
5556
"keywords": [
5657
"uikit"

0 commit comments

Comments
 (0)