mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
Rewrite docs/index.md from a philosophy essay into a landing page organized around four pillars: Spec-driven by default, Use any coding agent, Make it your own, and Integrate into your organization. - Add hero section with GitHub Spec Kit branding and CTA buttons - Add 2x2 pillar card grid with GitHub Primer color accents - Add community stats section (96K stars, 200+ contributors, etc.) - Add navigation cards and footer install CTA - Move SDD philosophy content to docs/concepts/sdd.md - Add custom DocFX template overlay with card CSS and dark mode - Set landing layout for index.md via fileMetadata - Update toc.yml and docfx.json for new concepts section
54 lines
1.1 KiB
YAML
54 lines
1.1 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
|
|
|
|
# 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
|
|
items:
|
|
- name: Presets
|
|
href: community/presets.md
|
|
- name: Walkthroughs
|
|
href: community/walkthroughs.md
|
|
- name: Friends
|
|
href: community/friends.md
|