Commit Graph

5 Commits

Author SHA1 Message Date
RD WebDesign
b067c1187e Replace dots with underscores when creating env var examples
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-10-27 01:04:46 -03:00
yubiuser
407f8a71bf Add warning to the config markdown
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-07-22 16:20:59 +02:00
RD WebDesign
f3fa047e29 Force line breaks after values if bullet is in "Allowed values" section
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-07-16 21:56:30 +01:00
RD WebDesign
c076b1bb39 Fix indentation for multiline values
- multiline "default values" section: add 2 spaces on the first line
- use `.strip()` to remove unneeded initial spaces from TOML example tab
- adjust the indentation size for TOML and YAML example tabs
- remove trailing spaces

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-07-16 21:56:30 +01:00
Adam Warner
1eaa2b322b Add Python script to parse pihole.toml and convert it into a markdown formatted file.
This script is then used as part of the build process to create a pull request on the docs repo if the config has been updated when a new version of Pi-hole is released

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2025-07-16 21:56:02 +01:00