Skip to content

Commit f91a357

Browse files
committed
docs: 📝 update documentation links for feature paths
1 parent d302133 commit f91a357

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Complete Vite+ toolchain setup with VS Code extensions (Oxc, Vitest), optimized
3434
- Project setup helper command
3535
- Supports all Vite-compatible frameworks
3636

37-
[📖 Documentation](./features/vite-plus/README.md)
37+
[📖 Documentation](./src/vite-plus/README.md)
3838

3939
### package-auto-install
4040

@@ -47,7 +47,7 @@ Automatically detects and runs npm/yarn/pnpm install in non-interactive mode aft
4747
- Smart command selection (npm ci, pnpm --frozen-lockfile, yarn --immutable)
4848
- Eliminates need for manual postCreateCommand
4949

50-
[📖 Documentation](./features/package-auto-install/README.md)
50+
[📖 Documentation](./src/package-auto-install/README.md)
5151

5252
### angular-dev
5353

@@ -59,7 +59,7 @@ Angular-specific development environment with VS Code extensions and CLI autocom
5959
- Optional Angular CLI installation
6060
- Ready-to-use Angular development setup
6161

62-
[📖 Documentation](./features/angular-dev/README.md)
62+
[📖 Documentation](./src/angular-dev/README.md)
6363

6464
### shell-history-per-project
6565

@@ -72,7 +72,7 @@ Persist shell history per project by automatically detecting and configuring all
7272
- Team collaboration friendly
7373
- Clean separation between personal and project commands
7474

75-
[📖 Documentation](./features/shell-history-per-project/README.md)
75+
[📖 Documentation](./src/shell-history-per-project/README.md)
7676

7777
### git-absorb
7878

@@ -85,7 +85,7 @@ Installs git-absorb, a tool that automatically absorbs staged changes into their
8585
- Lightweight single binary installation
8686
- Perfect for cleaning up commit history
8787

88-
[📖 Documentation](./features/git-absorb/README.md)
88+
[📖 Documentation](./src/git-absorb/README.md)
8989

9090
### dotfiles-sync
9191

@@ -116,7 +116,7 @@ Core development environment with Git integration, GitHub Copilot, Markdown supp
116116
- File format support (YAML, JSON, CSV, XML, Makefile)
117117
- Works out-of-the-box with zero configuration
118118

119-
[📖 Documentation](./features/essential-dev/README.md)
119+
[📖 Documentation](./src/essential-dev/README.md)
120120

121121
### typescript-dev
122122

@@ -129,7 +129,7 @@ TypeScript/JavaScript development setup with indexing, import management, HTML/C
129129
- Web development ready with code generation utilities
130130
- Requires `essential-dev` for core tools
131131

132-
[📖 Documentation](./features/typescript-dev/README.md)
132+
[📖 Documentation](./src/typescript-dev/README.md)
133133

134134
### auto-header
135135

@@ -143,7 +143,7 @@ Automatically configures file headers with customizable templates based on proje
143143
- Works in VS Code with zero configuration needed after setup
144144
- Perfect for maintaining consistent file headers across team projects
145145

146-
[📖 Documentation](./features/auto-header/README.md)
146+
[📖 Documentation](./src/auto-header/README.md)
147147

148148
### peon-ping
149149

@@ -156,7 +156,7 @@ Installs [peon-ping](https://peonping.com/) for game character voice notificatio
156156
- Devcontainer-aware audio relay to host machine
157157
- Non-interactive, idempotent installation
158158

159-
[📖 Documentation](./features/peon-ping/README.md)
159+
[📖 Documentation](./src/peon-ping/README.md)
160160

161161
## Usage
162162

@@ -185,13 +185,13 @@ Features from this repository are available via GitHub Container Registry. Refer
185185

186186
| Feature | Description | Documentation |
187187
|---------|-------------|---------------|
188-
| [essential-dev](./features/essential-dev) | Core dev environment with Git, Copilot, Markdown, and editor tools | [README](./features/essential-dev/README.md) |
189-
| [vuto-header](./features/auto-header) | Automatic file headers with customizable templates (simple or custom) | [README](./features/auto-header/README.md) |
190-
| [aite-plus](./features/vite-plus) | Complete Vite+ toolchain with Oxc, Vitest, and VS Code integration | [README](./features/vite-plus/README.md) |
191-
| [package-auto-install](./features/package-auto-install) | Automatic package installation with corepack support for Node 24+ | [README](./features/package-auto-install/README.md) |
192-
| [typescript-dev](./features/typescript-dev) | TypeScript/JavaScript dev with indexing and web tools (requires essential-dev) | [README](./features/typescript-dev/README.md) |
193-
| [angular-dev](./features/angular-dev) | Angular development environment with extensions and CLI autocompletion | [README](./features/angular-dev/README.md) |
194-
| [shell-history-per-project](./features/shell-history-per-project) | Per-project shell history persistence with multi-shell auto-detection | [README](./features/shell-history-per-project/README.md) |
188+
| [essential-dev](./src/essential-dev) | Core dev environment with Git, Copilot, Markdown, and editor tools | [README](./src/essential-dev/README.md) |
189+
| [auto-header](./src/auto-header) | Automatic file headers with customizable templates (simple or custom) | [README](./src/auto-header/README.md) |
190+
| [vite-plus](./src/vite-plus) | Complete Vite+ toolchain with Oxc, Vitest, and VS Code integration | [README](./src/vite-plus/README.md) |
191+
| [package-auto-install](./src/package-auto-install) | Automatic package installation with corepack support for Node 24+ | [README](./src/package-auto-install/README.md) |
192+
| [typescript-dev](./src/typescript-dev) | TypeScript/JavaScript dev with indexing and web tools (requires essential-dev) | [README](./src/typescript-dev/README.md) |
193+
| [angular-dev](./src/angular-dev) | Angular development environment with extensions and CLI autocompletion | [README](./src/angular-dev/README.md) |
194+
| [shell-history-per-project](./src/shell-history-per-project) | Per-project shell history persistence with multi-shell auto-detection | [README](./src/shell-history-per-project/README.md) |
195195
| [git-absorb](./src/git-absorb) | Automatic absorption of staged changes into logical commits | [README](./src/git-absorb/README.md) |
196196
| [dotfiles-sync](./src/dotfiles-sync) | Sync local Git, SSH, GPG, and npm config — works on macOS, Linux, WSL, Codespaces | [README](./src/dotfiles-sync/README.md) |
197197
| [peon-ping](./src/peon-ping) | AI agent sound notifications with multi-IDE hooks and Peon Pet extension | [README](./src/peon-ping/README.md) |

0 commit comments

Comments
 (0)