mirror of
https://github.com/github/spec-kit.git
synced 2026-07-04 13:12:23 +08:00
- New docs/presets.md: command reference for all 9 specify preset commands and 3 specify preset catalog commands, file resolution stack with Mermaid diagrams, catalog resolution order, and FAQ - src/specify_cli/__init__.py: rename pack_id to preset_id across all preset CLI commands so --help shows PRESET_ID matching the docs - docs/toc.yml: add Presets under Reference section - README.md: update presets link to published docs site
30 lines
550 B
YAML
30 lines
550 B
YAML
# Home page
|
|
- name: Home
|
|
href: index.md
|
|
|
|
# Getting started section
|
|
- name: Getting Started
|
|
items:
|
|
- name: Installation
|
|
href: installation.md
|
|
- name: Quick Start
|
|
href: quickstart.md
|
|
- name: Upgrade
|
|
href: upgrade.md
|
|
|
|
# Reference
|
|
- name: Reference
|
|
items:
|
|
- name: Integrations
|
|
href: integrations.md
|
|
- name: Extensions
|
|
href: extensions.md
|
|
- name: Presets
|
|
href: presets.md
|
|
|
|
# Development workflows
|
|
- name: Development
|
|
items:
|
|
- name: Local Development
|
|
href: local-development.md
|