Add configuration examples

This commit is contained in:
Blerim Sheqa 2017-10-12 15:02:11 +02:00
parent 04e9177a0b
commit f3b0c77628
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
site_name: 'Director'
source_dir: '/Users/bsheqa/git/github/icinga/icinga-docs-tools/www/source'
site_dir: '/Users/bsheqa/git/github/icinga/icinga-docs-tools/www/html'
project:
git: 'https://github.com/Icinga/icingaweb2-module-director.git'
ref: 'support/1.4'
target: 'director'
docs_dir: 'doc'
latest: true
subcategories:
Modules:
PuppetDB:
git: 'https://github.com/Icinga/icingaweb2-module-puppetdb.git'
ref: 'master'
target: 'puppetdb'
docs_dir: 'puppetdb/doc'

View File

@ -0,0 +1,10 @@
---
site_name: 'Icinga 2'
source_dir: '/Users/bsheqa/git/github/icinga/icinga-docs-tools/www/source'
site_dir: '/Users/bsheqa/git/github/icinga/icinga-docs-tools/www/html'
project:
git: 'https://github.com/Icinga/icinga2.git'
ref: 'support/v2.7'
target: 'icinga2'
docs_dir: 'doc'
latest: true

View File

@ -0,0 +1,27 @@
---
site_name: 'Icinga Web 2'
source_dir: '/Users/bsheqa/git/github/icinga/icinga-docs-tools/www/source'
site_dir: '/Users/bsheqa/git/github/icinga/icinga-docs-tools/www/html'
project:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'support/v2.4'
target: 'icingaweb2'
docs_dir: 'doc'
latest: true
subcategories:
Built in Modules:
Monitoring:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'support/v2.4'
target: 'icingaweb2'
docs_dir: 'modules/monitoring/doc'
Doc:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'support/v2.4'
target: 'icingaweb2'
docs_dir: 'modules/doc/doc'
Translation:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'support/v2.4'
target: 'icingaweb2'
docs_dir: 'modules/translation/doc'