Commit 138f29a
committed
minor #7201 Simplified the framework configuration reference (javiereguiluz, weaverryan)
This PR was merged into the 2.7 branch.
Discussion
----------
Simplified the framework configuration reference
I propose two main changes:
* Show how can users display the default config and their own config.
* Remove the dump of the default config values.
I never liked the config dump because in my opinion:
* It simply adds "noise" and doesn't explain anything
* It's hard to maintain it updated
* The same can easily be achieved with a dedicated console command
* Removing it will simplify the work of doc maintainers and it'll reduce the merge conflicts
* These references are very useful for the config option descriptions, not for just listing those options
Thoughts? Thanks!
PS: if you agree, I'll update the rest of the references.
Commits
-------
a71ef9d Shortened command... easier to remember ;)
2d68dc3 Last fixes
b91b196 Restored the "Full Default Configuration" dump
396548c Fixed an indentation issue
8076c40 Simplified the framework configuration reference1 file changed
+14
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
11 | 10 | | |
12 | | - | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | | - | |
18 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
0 commit comments