mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
.
This commit is contained in:
1
param-docs/.gitignore
vendored
Normal file
1
param-docs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
AI-on-the-edge-device
|
||||
@@ -10,7 +10,7 @@ import glob
|
||||
sectionsLogicallyOrdered = ["TakeImage", "Alignment", "Digits", "Analog", "PostProcessing",
|
||||
"MQTT", "InfluxDB", "InfluxDBv2", "GPIO", "AutoTimer", "DataLogging", "Debug", "System"]
|
||||
|
||||
parameterDocsFolder = "parameter-pages"
|
||||
parameterDocsFolder = "AI-on-the-edge-device/param-docs/parameter-pages/"
|
||||
docsMainFolder = "../docs"
|
||||
parameterOverviewFile = "Parameters.md"
|
||||
parameterOverviewTemplateFile = "./templates/overview.md"
|
||||
|
||||
9
param-docs/templates/overview.md
Normal file
9
param-docs/templates/overview.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Parameters
|
||||
This page lists all available [Configuration](../Configuration) Parameters.
|
||||
If a **parameter** or **section** has a tick box on its left side, you can disable it.
|
||||
In such case the functionality gets disabled respectively the default values will be used.
|
||||
|
||||
!!! Note
|
||||
This is an auto-generated page! See the [README](https://github.com/jomjol/AI-on-the-edge-device-docs/blob/main/README.md) for details!
|
||||
|
||||
<hr style="border:2px solid">
|
||||
Reference in New Issue
Block a user