35 lines
1019 B
YAML
35 lines
1019 B
YAML
---
|
|
site_name: 'Icinga Director'
|
|
source_dir: '/var/www/docs/source'
|
|
site_dir: '/var/www/docs/html'
|
|
inject_central_docs: true
|
|
project:
|
|
git: 'https://github.com/Icinga/icingaweb2-module-director.git'
|
|
ref: 'master'
|
|
target: 'icinga-director'
|
|
docs_dir: 'doc'
|
|
latest: true
|
|
product: 'Icinga Director'
|
|
package: 'icinga-director'
|
|
subprojects:
|
|
PuppetDB Import:
|
|
git: 'https://github.com/Icinga/icingaweb2-module-puppetdb.git'
|
|
ref: 'tags/v1.0.0'
|
|
target: 'puppetdb'
|
|
docs_dir: 'puppetdb/doc'
|
|
File Import:
|
|
git: 'https://github.com/Icinga/icingaweb2-module-fileshipper.git'
|
|
ref: 'tags/v1.1.0'
|
|
target: 'fileshipper'
|
|
docs_dir: 'fileshipper/doc'
|
|
vSphere Import:
|
|
git: 'https://github.com/Icinga/icingaweb2-module-vsphere.git'
|
|
ref: 'tags/v1.1.0'
|
|
target: 'vsphere'
|
|
docs_dir: 'vsphere/doc'
|
|
AWS Import:
|
|
git: 'https://github.com/Icinga/icingaweb2-module-aws.git'
|
|
ref: 'tags/v1.0.0'
|
|
target: 'AWS'
|
|
docs_dir: 'AWS/doc'
|