diff options
Diffstat (limited to 'site.yml')
-rw-r--r-- | site.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..68ef72e --- /dev/null +++ b/site.yml @@ -0,0 +1,17 @@ +site: + title: The FreeRADIUS project - Documentation +content: + sources: + - url: . + branches: v3.2.x + start_path: doc/antora +asciidoc: + attributes: + attribute-missing: skip +ui: + bundle: + url: https://github.com/FreeRADIUS/freeradius-docs-ui/blob/master-releases/ui-bundle.zip?raw=true + snapshot: true +output: + clean: true + dir: ./build/docsite |