web-meta-framework-docusaurus
Installation
SKILL.md
Docusaurus Patterns
Quick Guide: Docusaurus 3.x is a React-powered static site generator for documentation. Everything is configured in
docusaurus.config.js(ESM), and@docusaurus/preset-classicbundles docs, blog, pages, sitemap and theme in one entry. Sidebars are autogenerated from the filesystem, ordered bysidebar_positionfront matter and_category_.json. Theme components are customised by swizzling. Content is MDX v3, which is stricter than Markdown.docusaurus docs:versionsnapshots the wholedocs/tree, anddocusaurus buildemits a staticbuild/directory.
Detailed Resources:
- examples/core.md — full config, autogenerated and manual sidebars, multi-instance docs, docs-only mode, custom pages, navbar item types
- examples/content.md — MDX strictness, admonitions, tabs, code blocks, assets, blog plugin and authors, remark/rehype, doc links
- examples/customization.md — swizzle safety, Infima CSS variables, versioning, i18n, search, deployment, Mermaid
- reference.md — CLI commands, front matter fields, plugin and theme option tables, import aliases