Docusaurus advanced
Skill bg-szy/TOP-SKILLS/skills/marketplace/docusaurus-advanced
Deep dive into the Docusaurus configuration, plugins, and custom fields.From its SKILL.md
npx -y skills add bg-szy/TOP-SKILLS --skill docusaurus-advancedAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 223 tokens by cl100k_base, as published. Nobody here has run it
Docusaurus Configuration
Config File
- File:
textbook/docusaurus.config.ts - Type: TypeScript config.
Integrations
- API URL: Exposed to client via
customFields.customFields: { apiUrl: process.env.DOCUSAURUS_API_URL || 'http://127.0.0.1:8000', } - AuthBar: A custom navbar item registered in
textbook/src/theme/NavbarItem(if swizzled) or imported specifically.
Plugins & Presets
- Preset:
classic(standard docs, blog, pages). - Sidebar: Defined in
textbook/sidebars.ts.
Theme Swizzling
- Custom CSS:
textbook/src/css/custom.css(contains specific overrides for dark mode and premium UI). - Layout:
Layoutwrapper is often used insrc/pagesfor standalone React pages within Docusaurus.
MDX
We support MDX for interactive components within documentation.
What ships with it: 1 file
18.1 KB alongside SKILL.md
- skill-report.json18.1 KB