mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-23 13:54:23 +02:00
Add global config
This commit is contained in:
parent
780ec3e48c
commit
31f48e1683
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
config.yml
|
|
||||||
mkdocs.yml
|
mkdocs.yml
|
||||||
.bundle/
|
.bundle/
|
||||||
vendor/
|
vendor/
|
||||||
|
@ -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
5
config.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
events:
|
||||||
|
git: 'https://github.com/Icinga/events.git'
|
||||||
|
source_dir: 'www/docs/source'
|
||||||
|
categories: ['trainings', 'icingacamps', 'conferences', 'meetups']
|
Loading…
x
Reference in New Issue
Block a user