-
-
Notifications
You must be signed in to change notification settings - Fork 104
docs: add documentation for table ui components #425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for table UI components in the Tiptap documentation site, covering 15 new table-related components for enhanced table editing functionality.
- Adds documentation for 15 table UI components including buttons for adding, moving, deleting, and duplicating rows/columns
- Creates detailed component pages with usage examples, props documentation, and behavior explanations
- Updates sidebar navigation to include all new table component entries organized under components and node-components sections
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/content/ui-components/sidebar.ts | Adds navigation entries for all 15 table components plus table node |
src/content/ui-components/node-components/table-node.mdx | Documents the enhanced table node with handles and management features |
src/content/ui-components/components/table-*.mdx | Documents 15 table UI components with comprehensive usage guides, props, and examples |
.changeset/whole-dryers-live.md | Changelog entry documenting the addition of table component documentation |
Comments suppressed due to low confidence (1)
src/content/ui-components/sidebar.ts:1
- The sidebar includes a navigation entry for 'Table Merge/Split Cell Button' but the corresponding documentation file is not included in this PR. This will result in a 404 error when users click this link.
import { SidebarConfig } from '@/types'
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@Aslam97 Worth looking into this issue Copilot caught. The sidebar includes a navigation entry for 'Table Merge/Split Cell Button' but the corresponding documentation file is not included in this PR. This will result in a 404 error when users click this link.
|
URLs