Documentation Guidelines

Navigation: Root AGENTS.mdDocumentation

Build & Preview

cd docs
bundle install            # Install Ruby dependencies (first time)
bundle exec jekyll serve  # Local preview at http://localhost:4000
bundle exec jekyll build  # Production build (output: _site/)

Writing Rules

Structure

Adding Documentation

  1. Create markdown file in the appropriate directory.
  2. Add front matter: title, description, layout: default.
  3. Add link to sidebar navigation.
  4. Verify code examples work.
  5. Check all links are valid.