chore(docs): migrate from Docusaurus to Chronicle#1448
Conversation
Move docs/docs/* up to docs/ and remove Docusaurus config files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Create chronicle.yaml with project config - Delete auto-generated apis/ directory (Chronicle renders from OpenAPI spec) - Rename all .md files to .mdx for MDX parser support Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ntax - Remove all @theme imports - Convert Tabs/TabItem to Apsara Tabs components - Convert Mermaid components to fenced mermaid code blocks - Convert CodeBlock components to fenced code blocks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove Docusaurus-specific frontmatter fields (id, slug, sidebar_label, etc.)
- Add title and order fields derived from sidebars.js
- Escape { } in markdown table cells for MDX compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…nicle - Move content back to docs/docs/ for chronicle -c flag - Add package.json with chronicle as dependency - Add .gitignore for node_modules Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Move chronicle.yaml into docs/docs/ (content dir) - Update package.json with chronicle dependency and scripts - Add setup script for chronicle init -c docs - Add .chronicle to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add chronicle.yaml with Frontier config - Add package.json with chronicle dependency and scripts - Setup: npm install && npm run setup - Dev: npm run dev, Build: npm run build Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedToo many files! This PR contains 296 files, which is 146 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (296)
You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Chronicle requires `chronicle init` before build to scaffold the Next.js app. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
.md→.mdx, clean frontmatter, add ordering, escape curly braces@theme/Tabs,@theme/TabItem,@theme/Mermaid,@theme/CodeBlock) to Chronicle-compatible syntax (Apsara Tabs, fenced code blocks)src/directorychronicle.yaml,package.jsonwith chronicle scripts, and.gitignoreHow to run
Test plan
npm run buildgenerates 52 pages successfullynpm run devserves site with correct title "Frontier"🤖 Generated with Claude Code