Commit 3dfcfdb
authored
Add configuration documentation enhancements (#770)
This PR completes the remaining TODOs from issue #711 by improving
documentation discoverability and adding a quick-reference table for
common configuration options.
- **Enhanced README.md Configuration section** - Added bullet points
highlighting key documentation topics including
`assets_bundler_config_path` to help users quickly understand what's
covered in the Configuration Guide
- **Added Quick Reference table** to `docs/configuration.md` - Provides
an at-a-glance view of the most commonly used configuration options with
their types, defaults, and descriptions
- **Updated Table of Contents** - Added link to the new Quick Reference
section for easy navigation
## Motivation
After PR #712 added comprehensive configuration documentation and
improved error messages, these enhancements make it even easier for
developers to:
1. Discover the Configuration Guide from the README
2. Quickly find configuration options without reading through detailed
documentation
3. Understand at a glance what each option does and its default value
Closes #7111 parent cbf7ab7 commit 3dfcfdb
2 files changed
Lines changed: 37 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
320 | 328 | | |
321 | 329 | | |
322 | 330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
19 | 47 | | |
20 | 48 | | |
21 | 49 | | |
| |||
0 commit comments