fix: meta.json order sorting for folders without index pages#67
Conversation
Derive folder path from first child page URL instead of relying on node.index which is absent for folders without an index file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Explains how to sort pages via frontmatter order and meta.json pages array, and how to sort folders via meta.json order. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove index page frontmatter order fallback for folder sorting. Folders sort only by meta.json order. Update docs to clarify. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
meta.jsonorder— folders without index pages were not sorting because the logic relied onnode.index.urlwhich wasundefinedfolderOrderMaporderfallback for folder sorting — folders sort only bymeta.jsonorderChanges
source.ts: derive folder path viagetFolderPath(), removepageOrderMapfallback for foldersfeatures.mdx: add "Sorting Pages and Folders" sectionTest plan
meta.jsonwithorderin folders — sidebar sorts correctlyorderdoes NOT affect folder positionorderstill sorts the page within the folderorderappear at the end