Add global config

This commit is contained in:
Blerim Sheqa 2018-01-30 10:39:46 +01:00
parent 780ec3e48c
commit 31f48e1683
3 changed files with 5 additions and 31 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
config.yml
mkdocs.yml
.bundle/
vendor/

View File

@ -1,30 +0,0 @@
---
projects_dir: 'projects'
projects:
Icinga Web 2:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'tags/v2.4.2'
latest: true
target: 'icingaweb2'
docs_dir: 'doc'
Monitoring:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'tags/v2.4.2'
latest: true
target: 'icingaweb2'
docs_dir: 'modules/monitoring/doc'
category: 'Built in Modules'
Doc:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'tags/v2.4.2'
latest: true
target: 'icingaweb2'
docs_dir: 'modules/doc/doc'
category: 'Built in Modules'
Translation:
git: 'https://github.com/Icinga/icingaweb2.git'
ref: 'tags/v2.4.2'
latest: true
target: 'icingaweb2'
docs_dir: 'modules/translation/doc'
category: 'Built in Modules'

5
config.yml Normal file
View File

@ -0,0 +1,5 @@
---
events:
git: 'https://github.com/Icinga/events.git'
source_dir: 'www/docs/source'
categories: ['trainings', 'icingacamps', 'conferences', 'meetups']