Skip to content

Commit 63f7efc

Browse files
committed
chore: wip
1 parent c948bc7 commit 63f7efc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/.vitepress/components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// @ts-nocheck
33
// Generated by unplugin-vue-components
44
// Read more: https://github.com/vuejs/core/pull/3399
5+
// biome-ignore lint: disable
56
export {}
67

78
/* prettier-ignore */

docs/config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const config = {
197197
</div>
198198
```
199199

200-
See [Compile Class Documentation](./compile-class.md) for more details.
200+
See [Compile Class Documentation](./features/compile-class.md) for more details.
201201

202202
### shortcuts
203203

@@ -436,8 +436,8 @@ headwind build --content "./src/**/*.tsx"
436436

437437
## Related
438438

439-
- [CLI Reference](./cli.md)
440-
- [Compile Class Transformer](./compile-class.md)
441-
- [Theme Customization](./theme.md)
442-
- [Custom Rules](./rules.md)
443-
- [Shortcuts](./shortcuts.md)
439+
- [CLI Reference](./features/cli.md)
440+
- [Compile Class Transformer](./features/compile-class.md)
441+
- [Theme Customization](./advanced/theme-customization.md)
442+
- [Custom Rules](./advanced/custom-rules.md)
443+
- [Shortcuts](./features/shortcuts.md)

docs/features/watch-mode.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,3 @@ module.exports = {
335335

336336
- [CLI Commands](./cli.md) - All available CLI commands
337337
- [Configuration](../config.md) - Configure watch behavior
338-
- [Performance](../advanced/performance.md) - Optimize build performance

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ const config = {
397397

398398
- [Configuration Guide](./config.md) - Learn about all configuration options
399399
- [Usage Guide](./usage.md) - Start using utility classes
400-
- [CLI Reference](./cli.md) - Explore all CLI commands
401-
- [Compile Class Transformer](./compile-class.md) - Optimize your HTML
400+
- [CLI Reference](./features/cli.md) - Explore all CLI commands
401+
- [Compile Class Transformer](./features/compile-class.md) - Optimize your HTML
402402

403403
## Troubleshooting
404404

docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ Now that you understand what Headwind is and how it works, explore:
385385
- [Installation Guide](./install.md) - Set up Headwind in your project
386386
- [Configuration Guide](./config.md) - Customize Headwind to your needs
387387
- [Usage Guide](./usage.md) - Learn all available utility classes
388-
- [CLI Reference](./cli.md) - Explore CLI commands and options
389-
- [Compile Class Transformer](./compile-class.md) - Optimize your HTML
388+
- [CLI Reference](./features/cli.md) - Explore CLI commands and options
389+
- [Compile Class Transformer](./features/compile-class.md) - Optimize your HTML
390390

391391
## Community & Support
392392

0 commit comments

Comments
 (0)