Skip to content

Commit bc49a3b

Browse files
committed
docs: fix dependency count from 330+ to 230+ across documentation
1 parent 15ef6f5 commit bc49a3b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/docs/commands/add.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ haft add <groupId:artifactId:version>
2222

2323
The `add` command modifies your build file (`pom.xml` or `build.gradle`) to add new dependencies. It supports:
2424

25-
- **Interactive mode** — Search and select from 330+ shortcuts
25+
- **Interactive mode** — Search and select from 230+ shortcuts
2626
- **Browse mode** — Navigate dependencies by category
2727
- **Shortcuts** — Common dependencies like `lombok`, `jpa`, `web`, `jwt`
2828
- **Maven coordinates** — Any dependency as `groupId:artifactId`
@@ -116,7 +116,7 @@ haft add --list
116116
| `--json` | | Output result as JSON |
117117
| `--no-interactive` | | Skip interactive prompts |
118118

119-
## Available Shortcuts (330+)
119+
## Available Shortcuts (230+)
120120

121121
### Web
122122

docs/docs/guides/dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Available Spring Boot dependencies and shortcuts
66

77
# Dependencies
88

9-
Haft provides access to all official Spring Boot starters plus 330+ additional dependency shortcuts for popular libraries across 35 categories.
9+
Haft provides access to all official Spring Boot starters plus 230+ additional dependency shortcuts for popular libraries across 35 categories.
1010

1111
## Build Tool Support
1212

@@ -154,9 +154,9 @@ These are the official Spring Boot starters available during `haft init`:
154154

155155
---
156156

157-
## Extended Shortcuts (330+)
157+
## Extended Shortcuts (230+)
158158

159-
Beyond Spring Initializr starters, `haft add` supports 330+ shortcuts for popular libraries:
159+
Beyond Spring Initializr starters, `haft add` supports 230+ shortcuts for popular libraries:
160160

161161
### Web & HTTP
162162

docs/docs/roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This page tracks the development progress of Haft.
7171
- [x] Auto-fetch latest versions
7272
- [x] `haft remove <dependency>` — Remove dependencies
7373
- [x] `haft remove` — Interactive removal picker
74-
- [x] 330+ dependency shortcuts (jwt, guava, feign, etc.)
74+
- [x] 230+ dependency shortcuts (jwt, guava, feign, etc.)
7575

7676
- [x] **Intelligent Architecture Detection**
7777
- [x] Layered architecture detection
@@ -222,7 +222,7 @@ See [Contributing](/docs/contributing) for guidelines.
222222
- Feature: Maven Central API verification for coordinates
223223
- Feature: Auto-fetch latest version for Maven coordinates
224224
- Feature: `haft remove` command with interactive picker
225-
- Feature: 330+ dependency shortcuts (jwt, guava, feign, resilience4j, etc.)
225+
- Feature: 230+ dependency shortcuts (jwt, guava, feign, resilience4j, etc.)
226226
- Feature: Suffix matching for remove command
227227

228228
### v0.1.3

docs/docs/why-haft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ haft generate resource User
4949

5050
Not a web form. A beautiful terminal interface with:
5151

52-
- Real-time search across 330+ dependency shortcuts
52+
- Real-time search across 230+ dependency shortcuts
5353
- Category filtering (Web, SQL, Security, etc.)
5454
- Keyboard navigation
5555
- Back button support (press `Esc`)

0 commit comments

Comments
 (0)