ACTION-92: Add Invoca Design System product to Mintlify docs - #5
Draft
dep wants to merge 1 commit into
Draft
Conversation
Add a third navigation product with Home and Components tabs, plus starter MDX scaffolding under design-system/ including an example Button component page for teams documenting UI components. Co-authored-by: Danny Peck <[email protected]>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
✅ No issues found
About Unblocked
Unblocked has been set up to automatically review your team's pull requests to identify genuine bugs and issues.
📖 Documentation — Learn more in our docs.
💬 Ask questions — Mention @unblocked to request a review or summary, or ask follow-up questions.
👍 Give feedback — React to comments with 👍 or 👎 to help us improve.
⚙️ Customize — Adjust settings in your preferences.
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.
Summary
Adds a third Mintlify product, Invoca Design System, to the top-center product dropdown with starter MDX scaffolding so teams can begin documenting shared UI components.
Changes
docs.json— Newnavigation.products[]entry for Invoca Design System (after Invoca Support and Developer Portal) with:design-system/indexdesign-system/componentswith examplebuttonpagedesign-system/index.mdx— Landing/overview with getting-started steps and quick linksdesign-system/components.mdx— Components group landing page with guidance for adding new pagesdesign-system/components/button.mdx— Example/starter component page (when to use, usage snippet, props/variants table)README.md— Repo layout updated to mention the design system folderWiring
docs.jsonpathnavigation.products[].product: "Invoca Design System"tabs[0].pages: ["design-system/index"]tabs[1].pages[].root: "design-system/components"pages: ["design-system/components/button"]Notes
Test plan
design-system/index