Files
Nixie_Tube_Clock/kibot_yaml/kibot_out_md_report.yaml
aidanbrzezinski 1d094e6a04
Some checks failed
CI / release (push) Has been cancelled
CI / generate_outputs (push) Has been cancelled
Inital commit
2026-02-17 08:39:27 -05:00

24 lines
475 B
YAML

# KiBot output for MD Report (e.g. README.md)
# https://kibot.readthedocs.io/en/latest/configuration/outputs/report.html
kibot:
version: 1
outputs:
- name: @NAME@
comment: '@COMMENT@'
type: report
category: '@CATEGORY@'
dir: '@DIR@'
options:
output: '@OUTPUT_NAME@.md'
template: @TEMPLATE@
...
definitions:
NAME: md_readme
COMMENT: Report
DIR: .
CATEGORY: /
OUTPUT_NAME: README
TEMPLATE: kibot_ressources/template/readme.txt