docs: remove related documentation section from upgrading guide

- Remove outdated links section from docs/upgrading-spec-kit.md
- Remove outdated section from README and docs/index

Commit-generated-by: GitHub Copilot <github.copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
This commit is contained in:
Ashley Childress
2025-11-06 17:47:21 -05:00
parent 3c4081d30f
commit 57c54d3f0a
3 changed files with 0 additions and 19 deletions

View File

@@ -8,13 +8,6 @@
Spec-Driven Development **flips the script** on traditional software development. For decades, code has been king — specifications were just scaffolding we built and discarded once the "real work" of coding began. Spec-Driven Development changes this: **specifications become executable**, directly generating working implementations rather than just guiding them.
## Getting Started
- [Installation Guide](installation.md) - First-time installation of Spec Kit
- [Quick Start Guide](quickstart.md) - Start a new project with Spec Kit
- [Upgrading Spec Kit](upgrading-spec-kit.md) - Update CLI and project files
- [Local Development](local-development.md) - Contribute to Spec Kit development
## Core Philosophy
Spec-Driven Development is a structured process that emphasizes: