Skip to content

Commit 57c54d3

Browse files
committed
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>
1 parent 3c4081d commit 57c54d3

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ If you encounter issues with an agent, please open an issue so we can refine the
308308

309309
## 📖 Learn More
310310

311-
- **[Installation Guide](./docs/installation.md)** - First-time installation instructions
312-
- **[Quick Start Guide](./docs/quickstart.md)** - Get started with a new project
313-
- **[Upgrading Spec Kit](./docs/upgrading-spec-kit.md)** - Update CLI and project files
314311
- **[Complete Spec-Driven Development Methodology](./spec-driven.md)** - Deep dive into the full process
315312
- **[Detailed Walkthrough](#-detailed-process)** - Step-by-step implementation guide
316313

docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88

99
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.
1010

11-
## Getting Started
12-
13-
- [Installation Guide](installation.md) - First-time installation of Spec Kit
14-
- [Quick Start Guide](quickstart.md) - Start a new project with Spec Kit
15-
- [Upgrading Spec Kit](upgrading-spec-kit.md) - Update CLI and project files
16-
- [Local Development](local-development.md) - Contribute to Spec Kit development
17-
1811
## Core Philosophy
1912

2013
Spec-Driven Development is a structured process that emphasizes:

docs/upgrading-spec-kit.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,3 @@ After upgrading:
434434
- **Review release notes:** Check [GitHub Releases](https://github.com/github/spec-kit/releases) for new features and breaking changes
435435
- **Update workflows:** If new commands were added, update your team's development workflows
436436
- **Check documentation:** Visit [github.io/spec-kit](https://github.github.io/spec-kit/) for updated guides
437-
438-
---
439-
440-
## Related Documentation
441-
442-
- [Installation Guide](installation.md) - First-time setup instructions
443-
- [Existing Project Guide](existing-project-guide.md) - Adding Spec Kit to existing codebases
444-
- [Quick Start](quickstart.md) - Getting started with new projects
445-
- [Local Development](local-development.md) - Contributing to Spec Kit itself

0 commit comments

Comments
 (0)