docs(config): standardize hugo.toml comments for gendocs compatibility

- Capitalize first letter of all description comments
- Add trailing periods to comment sentences
- Replace `e.g.` with `Example:` for consistency
- Convert inline URLs to `See: [description](url)` format
- Move inline comments before config keys
- Add ` #` suffix to group separator comments
- Fix `available values` to standalone lines
- Wrap angle brackets in backticks for syntax examples
This commit is contained in:
Cell
2026-07-11 18:18:56 +08:00
parent e4bd5731df
commit 6188165504
2 changed files with 519 additions and 466 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v1.0.0-mrf4la8o" -}}
{{- hugo.Store.Set "version" "v1.0.0-mrg7pi5y" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}