Add warning to the config markdown

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-07-22 16:20:59 +02:00
parent 9d6fd74462
commit 407f8a71bf

View File

@@ -17,7 +17,12 @@ def parse_toml_with_comments(filepath):
# Start with a Markdown header and introductory documentation block # Start with a Markdown header and introductory documentation block
documentation = [ documentation = [
"""<!-- markdownlint-disable MD033 --> """<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! DO NOT EDIT THIS FILE MANUALLY! !
! THIS FILE IS AUTO-GENERATED FROM THE FTL REPO !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-->
<!-- markdownlint-disable MD033 -->
# Pi-hole FTL Configuration Reference # Pi-hole FTL Configuration Reference
This page documents the available options of `pihole-FTL`. They are typically managed via the [TOML](https://toml.io/)-formatted configuration file `/etc/pihole/pihole.toml`. This file may be edited directly or you can use the command line (CLI) option, the web interface, the application programming interface (API) or environment variables. This page documents the available options of `pihole-FTL`. They are typically managed via the [TOML](https://toml.io/)-formatted configuration file `/etc/pihole/pihole.toml`. This file may be edited directly or you can use the command line (CLI) option, the web interface, the application programming interface (API) or environment variables.