Skip to content

Repository files navigation


Read the Book »

This repository contains the Markdown source files for the AutoSDV documentation.

Quick Start

# Install dependencies
just setup

# Build documentation
just build

# Serve locally (with live reload)
just serve

Documentation will be available at http://localhost:3000

Project Structure

book/
├── src/                        # Markdown source files
│   ├── index.md               # Homepage
│   ├── getting-started/       # Getting started guides
│   ├── guides/                # Tutorial guides
│   └── reference/             # Technical reference
├── scripts/                   # Translation checking tools
├── mkdocs.yml                # MkDocs configuration
└── justfile                  # Build commands

Contributing

Writing Documentation

  1. Edit markdown files in src/
  2. Build and preview: just serve
  3. Validate: just check
  4. Submit PR

Translating to Chinese

  1. Create .zh-TW.md file alongside English version
  2. Translate content (see CLAUDE.md)
  3. Validate: just check
  4. Submit PR

Commands

just              # List all commands
just setup        # Install dependencies
just build        # Build documentation
just serve        # Serve with live reload
just check        # Check deps, validate docs, check translations
just clean        # Remove build outputs

Technology

  • Framework: MkDocs with Material theme
  • i18n: mkdocs-static-i18n (English + Traditional Chinese)
  • Search: Built-in with jieba for Chinese
  • Build: Just command runner

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages