Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
54f9c1b
fix(gitignore): anchor docs/ to repo root so nested www/content/docs …
Marvinkwame Jul 26, 2026
178546e
chore(docs): scaffold Fumadocs site in www/ (Next 16, React 19, Orama…
Marvinkwame Jul 26, 2026
fbce16e
test(config): exclude www/ from root vitest run
Marvinkwame Jul 26, 2026
cf96024
chore(docs): anchor turbopack workspace root to www/
Marvinkwame Jul 26, 2026
f2b73eb
feat(docs): add tablecraft and TanStack deps for live example harness
Marvinkwame Jul 26, 2026
1992a38
feat(docs): add BasicTableExample component and sample user data
Marvinkwame Jul 26, 2026
76846c9
feat(docs): embed live BasicTableExample in smoke docs page
Marvinkwame Jul 26, 2026
670bf36
style(docs): apply Terminal Aurora theme and fonts
Marvinkwame Jul 26, 2026
864261c
style(docs): use subtle elevated hover accent instead of cyan
Marvinkwame Jul 26, 2026
671733b
docs(www): write Introduction page with code-first example
Marvinkwame Jul 26, 2026
46e5c58
docs(www): add Installation page with peer deps and entry points
Marvinkwame Jul 26, 2026
e99a66c
docs(www): set getting-started nav order
Marvinkwame Jul 26, 2026
48e98fa
docs(www): remove template placeholder page
Marvinkwame Jul 26, 2026
0ac3c55
docs(www): add zod version floor to installation
Marvinkwame Jul 26, 2026
9da26d3
docs(www): add API reference pages for core table hooks
Marvinkwame Jul 26, 2026
9b0af9e
docs(www): add API reference pages for state hooks and editing
Marvinkwame Jul 26, 2026
22e9444
docs(www): add API reference pages for virtualization and a11y
Marvinkwame Jul 26, 2026
abda8b2
docs(www): add API reference pages for columns, provider, and persist…
Marvinkwame Jul 26, 2026
30891bf
docs(www): add Zod integration page and API section nav
Marvinkwame Jul 26, 2026
3cf8ba2
docs(www): correct rowSelection and overscan details
Marvinkwame Jul 26, 2026
e8d844d
docs(www): add inline-editing, server-data, and url-state guides
Marvinkwame Jul 26, 2026
5807200
feat(docs): add live inline-editing example component
Marvinkwame Jul 26, 2026
cac82b5
feat(docs): add live virtualization example component
Marvinkwame Jul 26, 2026
2c6896f
feat(docs): embed live inline-editing example in guide
Marvinkwame Jul 26, 2026
87ffe1e
feat(docs): embed live virtualization example in api reference
Marvinkwame Jul 26, 2026
faf1369
docs(www): note pagination:false requirement for virtualization
Marvinkwame Jul 26, 2026
1c9681a
docs: slim README to overview + install + link to docs site
Marvinkwame Jul 26, 2026
c8c0211
docs: fix README peer deps to match installation docs
Marvinkwame Jul 26, 2026
07fc8ad
docs: correct README doc-link paths and add installation description
Marvinkwame Jul 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ npm-debug.log*
.claude/

# Local planning/design docs — never published to GitHub
docs/
# Anchored to repo root so it does NOT match nested docs dirs like www/content/docs/
/docs/
Loading
Loading