Commit graph

8 commits

Author SHA1 Message Date
Graham Christensen
4ea646130c RunCommand: split out documentation, fixup the matcher syntax 2022-02-01 10:57:30 -05:00
1593e0212e docs: document github webhooks 2021-10-30 09:42:32 +02:00
243291f9bd add basic documentation for all plugins
Co-authored-by: Pablo Ovelleiro Corral <mail@pablo.tools>
Co-authored-by: Graham Christensen <graham@grahamc.com>
2021-10-03 13:56:44 +02:00
Shay Bergmann
774194d681
Update docs 2021-07-22 23:12:25 -04:00
Graham Christensen
59018323ae Docs: document derivation attributes 2021-06-28 10:00:05 -04:00
Graham Christensen
e8afde5079 Write up some documentation on notifications 2021-06-17 13:15:34 -04:00
Graham Christensen
5700c351e8 Init a docs section for monitoring, document queue-runner-status and the prometheus metrics 2021-06-10 20:13:08 -04:00
Ismaël Bouya
9d916877fb
Add markdown files for documentation
projects.xml and declarative-projects.xml were merged with xmllint, and
then I ran that to convert files
for i in *.xml; do pandoc -s -f docbook -t markdown $i -o ${i/xml/md}; done
2021-02-24 01:07:00 +01:00