From aj-geddes-useful-ai-prompts-4
Sets up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use when creating docs sites, documentation portals, or static documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:documentation-site-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
references/admonitions.mdreferences/configuration-2.mdreferences/configuration-3.mdreferences/configuration.mdreferences/installation-2.mdreferences/installation-3.mdreferences/installation-4.mdreferences/installation.mdreferences/sidebar-configuration.mdreferences/versioning.mdtemplates/component-template.tsxSet up professional documentation websites using popular static site generators like Docusaurus, MkDocs, VitePress, and GitBook.
# Create new Docusaurus site
npx create-docusaurus@latest my-docs classic
cd my-docs
# Install dependencies
npm install
# Start development server
npm start
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Installation | Installation, Project Structure |
| Configuration | Configuration |
| Sidebar Configuration | Sidebar Configuration |
| Versioning | Versioning, Deployment |
| Installation | Installation, Project Structure |
| Configuration | Configuration |
| Admonitions | Admonitions, Deployment |
| Installation | Installation |
| Configuration | Configuration |
| Installation | Installation, Project Structure, Configuration, Table of Contents |
npx claudepluginhub aj-geddes/useful-ai-promptsGuides Docusaurus configuration setup for technical documentation sites, including API docs, user guides, and architecture docs.
Generates customized Docusaurus documentation websites by analyzing project content, creating intelligent structure, and iteratively building until successful. Creates git branches with clear commits.
Guides creating and structuring documentation sites with proper navigation, content hierarchy, and best practices for Getting Started, API Reference, tutorials, and troubleshooting sections.