docusaurus

Solid

Deep integration with Docusaurus for documentation site development. Configure projects, manage sidebars, versioning, i18n, develop plugins, and optimize builds for React-based documentation.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 98/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Docusaurus Skill Deep integration with Docusaurus for documentation site development. ## Capabilities - Generate Docusaurus project configuration - Create and manage sidebar structures (sidebars.js) - Configure versioning and i18n - Develop custom Docusaurus plugins - MDX component creation and integration - Build optimization and debugging - Algolia DocSearch configuration - Theme customization ## Usage Invoke this skill when you need to: - Set up a new Docusaurus documentation site - Configure sidebars and navigation - Implement versioned documentation - Add internationalization (i18n) - Create custom plugins or themes ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | init, configure, sidebar, version, i18n, plugin | | projectPath | string | Yes | Path to Docusaurus project | | config | object | No | Configuration options | | version | string | No | Version tag for versioning | | locale | string | No | Locale code for i18n | ### Input Example ```json { "action": "configure", "projectPath": "./docs-site", "config": { "title": "My Documentation", "tagline": "Developer documentation for My Product", "url": "https://docs.example.com", "organizationName": "my-org", "projectName": "my-project" } } ``` ## Project Configuration ### docusaurus.config.js ```javascript // @ts-check const { themes } = require('prism-react-renderer'); /** @type {import('@docusaurus/ty...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills