mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
- New docs/integrations.md: canonical reference for supported agents table (with keys), list/install/uninstall/switch/upgrade commands, file preservation behavior, and integration-specific options - README.md: replace inline agents table with summary + link to new page; normalize heading to 'Supported AI Coding Agent Integrations' - docs/toc.yml: add top-level 'Reference' section with Integrations page - docs/upgrade.md: fix broken cross-reference, update terminology - CONTRIBUTING.md: update anchor link to new heading
26 lines
458 B
YAML
26 lines
458 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
|
|
|
|
# Development workflows
|
|
- name: Development
|
|
items:
|
|
- name: Local Development
|
|
href: local-development.md
|