skills/documentation-site-setup/SKILL.md
Set up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use when creating docs sites, setting up documentation portals, or building static documentation.
npx skillsauth add aj-geddes/useful-ai-prompts documentation-site-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Set 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 |
development
Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.
development
Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.
tools
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.
development
Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.