17 lines
438 B
YAML
17 lines
438 B
YAML
|
---
|
||
|
site_name: 'Icinga Reporting'
|
||
|
source_dir: '/var/www/docs/source'
|
||
|
site_dir: '/var/www/docs/html'
|
||
|
project:
|
||
|
git: 'https://github.com/Icinga/icingaweb2-module-reporting.git'
|
||
|
ref: 'master'
|
||
|
target: 'icinga-reporting'
|
||
|
docs_dir: 'doc'
|
||
|
latest: true
|
||
|
subprojects:
|
||
|
IDO Reports:
|
||
|
git: 'https://github.com/Icinga/icingaweb2-module-idoreports.git'
|
||
|
ref: 'master'
|
||
|
target: 'idoreports'
|
||
|
docs_dir: 'idoreports/doc'
|