mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 04:18:25 +00:00
Add warning to the config markdown
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user