mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
- Shorten README.md install section to single uv command + link to installation guide for alternatives and troubleshooting - Add explicit 'Initialize a project' step to README Get Started - Remove duplicate Troubleshooting section from README - Reorder 'Make it your own' card on docs landing page so extensions and presets are explained before the stats - Update Community nav-card to link to new community overview - Create docs/community/overview.md landing page (aligned with reference/overview.md) - Create dedicated install sub-pages: pipx, one-time (uvx), air-gapped - Update docs/installation.md to lead with persistent uv install and link to sub-pages instead of duplicating content - Update docs/toc.yml with new pages - Remove stale EOF file
65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
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
|
|
- name: Install uv
|
|
href: install/uv.md
|
|
- name: Install with pipx
|
|
href: install/pipx.md
|
|
- name: One-time Usage (uvx)
|
|
href: install/one-time.md
|
|
- name: Enterprise / Air-Gapped
|
|
href: install/air-gapped.md
|
|
|
|
# Reference
|
|
- name: Reference
|
|
items:
|
|
- name: Overview
|
|
href: reference/overview.md
|
|
- name: Core Commands
|
|
href: reference/core.md
|
|
- name: Integrations
|
|
href: reference/integrations.md
|
|
- name: Extensions
|
|
href: reference/extensions.md
|
|
- name: Presets
|
|
href: reference/presets.md
|
|
- name: Workflows
|
|
href: reference/workflows.md
|
|
|
|
# Concepts
|
|
- name: Concepts
|
|
items:
|
|
- name: What is SDD?
|
|
href: concepts/sdd.md
|
|
|
|
# Development workflows
|
|
- name: Development
|
|
items:
|
|
- name: Local Development
|
|
href: local-development.md
|
|
|
|
# Community
|
|
- name: Community
|
|
href: community/overview.md
|
|
items:
|
|
- name: Overview
|
|
href: community/overview.md
|
|
- name: Extensions
|
|
href: community/extensions.md
|
|
- name: Presets
|
|
href: community/presets.md
|
|
- name: Walkthroughs
|
|
href: community/walkthroughs.md
|
|
- name: Friends
|
|
href: community/friends.md
|