mirror of
https://github.com/github/spec-kit.git
synced 2026-07-04 04:45:43 +08:00
Move the Community Friends section from the main README into a dedicated docs page at docs/community/friends.md, following the same structure as the Reference section. - New: docs/community/friends.md with content from README - Updated: docs/toc.yml with Community section and Friends entry - Updated: docs/docfx.json to include community/*.md in content glob - Updated: README.md to link to the new docs page instead of inline list
42 lines
841 B
YAML
42 lines
841 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: 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
|
|
|
|
# Development workflows
|
|
- name: Development
|
|
items:
|
|
- name: Local Development
|
|
href: local-development.md
|
|
|
|
# Community
|
|
- name: Community
|
|
items:
|
|
- name: Friends
|
|
href: community/friends.md
|