-
-
Notifications
You must be signed in to change notification settings - Fork 60
New "Whats new" page & documentation for new kit extensions #159
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: next
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 introduces new documentation for several Tiptap extensions and updates the sidebar configuration to include these new resources, along with a new "What's New" page.
- Added detailed documentation pages for ListKit, TableKit, and TextStyleKit.
- Updated sidebar configurations in two files to include links to the new documentation and "What's New" page.
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/content/sidebar.ts | Added a new sidebar link for the "What's New" page. |
src/content/editor/sidebar.ts | Added sidebar links for ListKit, TableKit, and TextStyleKit with potential naming inconsistencies. |
Files not reviewed (4)
- src/content/editor/extensions/functionality/list-kit.mdx: Language not supported
- src/content/editor/extensions/functionality/table-kit.mdx: Language not supported
- src/content/editor/extensions/functionality/text-style-kit.mdx: Language not supported
- src/content/whats-new.mdx: Language not supported
Comments suppressed due to low confidence (3)
src/content/editor/sidebar.ts:347
- [nitpick] Consider renaming 'List kit' to 'ListKit' for consistency with the documentation naming conventions.
title: 'List kit',
src/content/editor/sidebar.ts:387
- [nitpick] Consider renaming 'Table kit' to 'TableKit' to match established naming patterns in the documentation.
title: 'Table kit',
src/content/editor/sidebar.ts:396
- [nitpick] Consider renaming 'TextStyle kit' to 'TextStyleKit' for consistency with the documentation entry and overall style.
title: 'TextStyle kit',
I liked the content, I think the structure and content is easy for developers to read and understand. |
This pull request introduces new documentation for several Tiptap extensions and updates the sidebar configuration to include these new extensions. Additionally, a new "What's New" page has been added to the documentation.
New Documentation for Extensions:
src/content/editor/extensions/functionality/list-kit.mdx
: Added documentation for theListKit
extension, which consolidates all necessary list extensions for Tiptap.src/content/editor/extensions/functionality/table-kit.mdx
: Added documentation for theTableKit
extension, which consolidates all necessary table extensions for Tiptap.src/content/editor/extensions/functionality/text-style-kit.mdx
: Added documentation for theTextStyleKit
extension, which consolidates all common text style extensions for Tiptap.Sidebar Configuration Updates:
src/content/editor/sidebar.ts
: Updated to include links to the newListKit
,TableKit
, andTextStyleKit
extensions. [1] [2]src/content/sidebar.ts
: Added a link to the new "What's New" page.New "What's New" Page:
src/content/whats-new.mdx
: Added a new page to track major changes and updates in Tiptap, including new features, improvements, and bug fixes.