Api doc draft

This commit is contained in:
2020-04-19 18:42:49 +02:00
parent a60fc317f3
commit 6af55ce61d
7 changed files with 628 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
api_doc_output=docs/index.html
api_blueprint_src=api-doc/api.apib
aglio_template=default
aglio_theme=cyborg
# API doc
gen-api-doc:
aglio -i $(api_blueprint_src) -o $(api_doc_output)\
--theme-template=$(aglio_template) \
--theme-variables=$(aglio_theme)