Conversation
WalkthroughConvert fenced admonitions to MDX component tags, remove JSONSchemaViewer imports/sections from many action docs, redesign the homepage and front matter, delete two generated schema reference pages, update footer GitHub link and test script, and bump documented Node.js requirements in contributor guides. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
There was a problem hiding this comment.
Pull request overview
This PR migrates the documentation from Docusaurus to Fern, a modern documentation framework. The migration includes cleanup of legacy components, conversion of syntax elements to Fern-compatible formats, and creation of a new landing page.
Changes:
- Removed JSONSchemaViewer component and imports from 16 action documentation files
- Deleted 2 auto-generated schema reference files that are no longer needed
- Converted all Docusaurus admonitions (:::note, :::tip, etc.) to Fern components (, , )
- Created a new landing page with hero image, features section, and code examples
Reviewed changes
Copilot reviewed 21 out of 22 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| fern/pages/index.mdx | New landing page with hero section, feature cards, and sample code |
| fern/assets/images/landing/hero.png | New hero image for landing page |
| fern/pages/reference/schemas/filetypes-anyof-0--array-anyof-1--markup-array-actions-anyof-1--array-anyof-1--anyof-3--allof-1--goto-anyof-1--waituntil-find-10f35ec9.md | Removed auto-generated schema reference file |
| fern/pages/reference/schemas/filetypes-anyof-0--array-anyof-1--markup-array-actions-anyof-1--array-anyof-1--anyof-3--allof-1--goto-anyof-1--waituntil-2e1bb8d9.md | Removed auto-generated schema reference file |
| fern/pages/docs/actions/*.mdx (16 files) | Removed JSONSchemaViewer component and related imports |
| fern/pages/contribute/templates/feature.mdx | Converted Docusaurus admonition to Fern Note component |
| fern/pages/contribute/standard-contributions.mdx | Converted all Docusaurus admonitions to Fern components (Note, Tip, Warning) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Change GitHub link in footer to point to the correct repository. - Revise content on the index page for clarity and engagement. - Add buttons for user actions and enhance documentation structure. - Introduce new sections to improve user guidance and experience.
Summary
Migrated documentation from Docusaurus to Fern, including cleaning up legacy components and creating a new landing page.
JSONSchemaViewercomponent and unused imports from action docs.filetypes-*.md).:::note) to Fern components (<Note>).fern/pages/index.mdx) with Hero and Features sections.Test Plan
JSONSchemaViewervia grep.fern docs devbuilds successfully (with placeholder assets).Summary by CodeRabbit
Documentation
Style
Chores
✏️ Tip: You can customize this high-level summary in your review settings.