docusaurus-setup
Installation
SKILL.md
Docusaurus Setup Skill
What This Skill Does
- Project Analysis - Examine Docusaurus structure and dependencies
- Local Configuration Validation - Verify Docusaurus config and sidebars
- Local Build & Testing - Build site locally and validate output
- Content Verification - Check for broken links and syntax errors
- GitHub Pages Setup - Configure repository and deployment settings
- CI/CD Automation - Set up GitHub Actions workflows
- Deployment Verification - Validate successful deployment
When to Use This Skill
- Deploy the Docusaurus site on github pages.
- perform
git add .,git commit -m "update site - [detail]"andgit push -u origin mainoperation - You’re configuring if not already set
docusaurus.config.js(title, baseUrl, theme plugins, navbar, footer). - You’re editing
sidebars.jsto match your course or project structure. - You need to set up deployment of a Docusaurus site to GitHub Pages with CI/CD.