diff --git a/.config.example.yml.swp b/.config.example.yml.swp deleted file mode 100644 index 3ef9daa..0000000 Binary files a/.config.example.yml.swp and /dev/null differ diff --git a/config.example.yml b/config.example.yml index 5462611..c447600 100644 --- a/config.example.yml +++ b/config.example.yml @@ -7,4 +7,24 @@ projects: 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'