[DOCs] Added KiBot invocation example to populate doc

This commit is contained in:
Salvador E. Tropea 2022-10-28 08:58:49 -03:00
parent 3b9f6e2f49
commit f040798278
1 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,16 @@ to render the images is contained in the input markdown file
information comes from the KiBot configuration file, and the YAML text from
the input markdown file is discarded.
You can try the above example using the following
[PCB example](../tests/data/ArduinoLearningKitStarter.kicad_pcb).
From the root of the KiBot repository you can run:
```shell
src/kibot -c tests/yaml_samples/populate_simple.kibot.yaml -b tests/data/ArduinoLearningKitStarter.kicad_pcb -d example
```
Then load the generated web page: `example/PopulateSimple/index.html`
## Source file format