@@ -4,7 +4,7 @@ Comprehensive index of all shared configuration files and documentation for the
44
55## Quick Links
66
7- - [ Quick Reference] ( ./QUICK_REFERENCE .md ) - Copy-paste examples for common use cases
7+ - [ Quick Reference] ( ./quick-reference .md ) - Copy-paste examples for common use cases
88- [ Usage Guide] ( ./README.md ) - Detailed usage documentation and examples
99- [ Architecture] ( ../docs/shared-configuration-architecture.md ) - Design principles and rationale
1010- [ Migration Guide] ( ../docs/configuration-migration.md ) - Step-by-step migration instructions
@@ -65,8 +65,8 @@ Comprehensive index of all shared configuration files and documentation for the
6565| File | Lines | Purpose |
6666| ------| -------| ---------|
6767| ` README.md ` | 145 | Usage documentation with examples |
68- | ` QUICK_REFERENCE .md` | 280 | Quick copy-paste reference |
69- | ` INDEX .md` | This file | Index of all configuration files |
68+ | ` quick-reference .md` | 280 | Quick copy-paste reference |
69+ | ` index .md` | This file | Index of all configuration files |
7070
7171### In docs/
7272
@@ -84,7 +84,7 @@ Comprehensive index of all shared configuration files and documentation for the
84842 . Create ` vitest.config.mts ` merging base config
85853 . No ESLint config needed (root config applies)
8686
87- See: [ Quick Reference] ( ./QUICK_REFERENCE .md ) for examples
87+ See: [ Quick Reference] ( ./quick-reference .md ) for examples
8888
8989### Existing Package Migration
9090
@@ -115,9 +115,9 @@ See: [README.md](./README.md) - "Vitest - Package Config"
115115
116116```
117117.config/
118- ├── INDEX .md # This file
118+ ├── index .md # This file
119119├── README.md # Usage guide
120- ├── QUICK_REFERENCE .md # Quick reference
120+ ├── quick-reference .md # Quick reference
121121├── tsconfig.base.json # Base TypeScript
122122├── tsconfig.build.json # Build TypeScript
123123├── tsconfig.test.json # Test TypeScript
@@ -200,7 +200,7 @@ docs/
200200
201201### For Usage Questions
202202
203- 1 . Check [ Quick Reference] ( ./QUICK_REFERENCE .md ) for common patterns
203+ 1 . Check [ Quick Reference] ( ./quick-reference .md ) for common patterns
2042042 . Review [ README.md] ( ./README.md ) for detailed examples
2052053 . Compare with similar packages
206206
0 commit comments