docs-site-generator

Solid

Generate documentation sites using Docusaurus, MkDocs, or VuePress

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/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

# Documentation Site Generator Skill ## Overview Generates documentation sites using popular frameworks (Docusaurus, MkDocs, VuePress) with custom theme configuration and search integration. ## Capabilities - Generate Docusaurus documentation sites - Generate MkDocs documentation sites - VuePress support - Custom theme configuration - Search integration (Algolia, local) - Versioning support - Multi-language support - Sidebar auto-generation ## Target Processes - c4-model-documentation - api-design-specification - observability-implementation ## Input Schema ```json { "type": "object", "required": ["framework", "docsPath"], "properties": { "framework": { "type": "string", "enum": ["docusaurus", "mkdocs", "vuepress"], "default": "docusaurus" }, "docsPath": { "type": "string", "description": "Path to documentation source files" }, "outputDir": { "type": "string", "description": "Output directory for generated site" }, "config": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "baseUrl": { "type": "string" }, "theme": { "type": "string" }, "search": { "type": "object", "properties": { "provider": { "type": "string", "enum": ["algolia", "local"] } } }, "versioning": { "type": "boolean", ...

Details

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

Related Skills