mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
- New docs/extensions.md: command reference for all 9 specify extension commands and 3 specify extension catalog commands, plus catalog resolution order, extension configuration, and FAQ - docs/integrations.md: add FAQ section covering single-integration limit, file preservation, key discovery, CLI vs IDE requirements, upgrade vs switch - docs/toc.yml: add Extensions under Reference section - README.md: update integration and extension links to published docs site
28 lines
507 B
YAML
28 lines
507 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
|
|
|
|
# Development workflows
|
|
- name: Development
|
|
items:
|
|
- name: Local Development
|
|
href: local-development.md
|