Conversation
Made-with: Cursor
🔍 Preview links for changed docs |
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
…s-directive # Conflicts: # src/Elastic.Markdown/Myst/Directives/DirectiveBlockParser.cs # src/Elastic.Markdown/Myst/Directives/DirectiveHtmlRenderer.cs
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (12)
📝 WalkthroughWalkthroughThis pull request introduces a new ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment Tip You can get early access to new features in CodeRabbit.Enable the |
What
{list-sub-pages}directive that renders a list of child pages for the current sectionWhy
Notes
ResolveDirectoryTreemust run beforeParseFullAsync— the baseDirectiveTestwas updated to call it, which caused a pre-existing test (IncludeNeedsToLiveInSpecialFolder) to see an extra diagnostic; the assertion was relaxed to accommodate thisIDocumentationFile.Description(frontmatterdescriptionfield); a future improvement could useDescriptionGeneratoras a fallback when no frontmatter description is setMade with Cursor