docs: integrations like framer, notion, and webflow#578
docs: integrations like framer, notion, and webflow#578lancesnider wants to merge 8 commits intomainfrom
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
| "group": "Share Links", | ||
| "pages": [ | ||
| "editor/share-links/overview", | ||
| "editor/share-links/framer-and-rive" |
There was a problem hiding this comment.
We'll keep the page, since it's just a link to the plugin, but remove the menu item.
There was a problem hiding this comment.
This wasn't actually a page - it was a link, which we're moving to the "learn " page in an upcoming PR.
There was a problem hiding this comment.
Pull request overview
Adds an Integrations documentation section and refreshes Share Links documentation, while adjusting site navigation to move “Learn” into the top-right navbar.
Changes:
- Introduces new Integrations docs pages (overview + HTML embed instructions).
- Updates the Share Links overview page with new step-by-step instructions and options (including multi-touch) and links out to Integrations.
- Updates
docs.jsonnavigation to remove the old “Learn” tab pages and add a “Learn” navbar link.
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tutorials/blog.mdx | Removes the prior external-link stub page for Blog. |
| tutorials/awesome-rive.mdx | Removes the prior external-link stub page for Awesome Rive. |
| integrations/overview.mdx | Adds an Integrations landing page with categorized external links. |
| integrations/html-embed.mdx | Adds HTML embed instructions using Share Links + screenshots. |
| images/integrations/html-embed/generate-share-link-1.png | Adds screenshot asset used in embed/share-link instructions. |
| editor/share-links/overview.mdx | Reworks Share Links overview content and adds a pointer to Integrations. |
| docs.json | Updates navigation: removes Learn tab grouping, adds Integrations pages, and adds Learn to navbar. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| <Steps> | ||
| <Step title="Open the page, post, or project where you want to place your Rive file" /> | ||
| <Step title="Copy the Embed link for Embed code" /> |
There was a problem hiding this comment.
Step title has a double space and reads ambiguously ("Embed link for Embed code"). Consider rewording to something like "Copy the Embed link or Embed code" so the instruction is clear.
| <Step title="Copy the Embed link for Embed code" /> | |
| <Step title="Copy the Embed link or Embed code" /> |
|
|
||
|  | ||
| <Note> | ||
| For more information on using share links with tools like Framer, Webflow, and Notion, see [Integrations](/integrations/). |
There was a problem hiding this comment.
This internal link points to /integrations/, but the new docs pages are located at /integrations/overview and /integrations/html-embed (no /integrations index page appears to exist). Update the link to the actual overview route to avoid a 404.
| For more information on using share links with tools like Framer, Webflow, and Notion, see [Integrations](/integrations/). | |
| For more information on using share links with tools like Framer, Webflow, and Notion, see [Integrations](/integrations/overview). |
| { | ||
| "group": " ", | ||
| "group": "Integrations", | ||
| "pages": [ | ||
| "tutorials/learn-rive", | ||
| "tutorials/blog", | ||
| "tutorials/awesome-rive" | ||
| "integrations/overview", | ||
| "integrations/html-embed" | ||
| ] | ||
| } |
There was a problem hiding this comment.
PR description says this adds a new Integrations tab, but docs.json adds an "Integrations" group inside the existing "Runtimes" tab. Either add a top-level { "tab": "Integrations", ... } entry (if a new tab is intended) or update the PR description to match the navigation change.
This PR created a new Integrations tab with 2 pages:
Note: I intentionally kept this page pretty simple, using bullet lists instead of thumbs. I figure this page will grow over time and we don't necessarily want to look like we're giving one tool preference over another.
Updates the editor share links page:
Moves the "learn" link from the main tab to the top-right menu.