Add interactive demos to plugin-gantt and plugin-map documentation#242
Merged
Add interactive demos to plugin-gantt and plugin-map documentation#242
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update component documentation display with demo components
Add interactive demos to plugin-gantt and plugin-map documentation
Jan 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds interactive demos to the documentation for plugin-gantt and plugin-map, completing the documentation migration to use the InteractiveDemo component pattern. The PR brings these two plugin docs in line with the other 73+ component docs and 13 other plugin docs that already use this pattern.
Changes:
- Added three interactive Gantt chart examples showing project management, software sprints, and construction phases with custom field mapping
- Added three interactive map examples demonstrating store locations, delivery tracking, and event venues with various field configurations
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| content/docs/plugins/plugin-gantt.mdx | Added InteractiveDemo imports and three comprehensive Gantt chart examples (project timeline, software sprint, construction phases) with dependencies and progress tracking |
| content/docs/plugins/plugin-map.mdx | Added InteractiveDemo imports and three map visualization examples (store locator, delivery tracking, event venues) demonstrating different field mapping configurations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation for
plugin-ganttandplugin-mapshowed only code snippets. Developers couldn't see component capabilities without running examples themselves.Changes
Added interactive demos using existing
InteractiveDemocomponent infrastructure:plugin-gantt.mdx
plugin-map.mdx
Each demo provides Preview/Code tabs for immediate visual understanding and schema reference.
Result
Plugin Gantt - Interactive Gantt Charts

Plugin Map - Interactive Maps

Note: 73 component docs and 13 other plugin docs already use this pattern. These were the last two requiring updates.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.