Update windows-latest example
This commit is contained in:
parent
8ebf07d93d
commit
694dc2c1e2
|
@ -4,26 +4,31 @@ source_dir: '/var/www/docs/source'
|
||||||
site_dir: '/var/www/docs/html'
|
site_dir: '/var/www/docs/html'
|
||||||
project:
|
project:
|
||||||
git: 'https://github.com/Icinga/icinga-powershell-framework.git'
|
git: 'https://github.com/Icinga/icinga-powershell-framework.git'
|
||||||
ref: 'support/1.2'
|
ref: 'support/1.10'
|
||||||
target: 'icinga-for-windows'
|
target: 'icinga-for-windows'
|
||||||
docs_dir: 'doc'
|
docs_dir: 'doc'
|
||||||
latest: true
|
latest: true
|
||||||
subprojects:
|
subprojects:
|
||||||
Kickstart:
|
|
||||||
git: 'https://github.com/Icinga/icinga-powershell-kickstart.git'
|
|
||||||
ref: 'master'
|
|
||||||
target: 'kickstart'
|
|
||||||
docs_dir: 'kickstart/doc'
|
|
||||||
Basic Plugins:
|
Basic Plugins:
|
||||||
git: 'https://github.com/Icinga/icinga-powershell-plugins.git'
|
git: 'https://github.com/Icinga/icinga-powershell-plugins.git'
|
||||||
ref: 'support/1.2'
|
ref: 'support/1.10'
|
||||||
target: 'plugins'
|
target: 'plugins'
|
||||||
docs_dir: 'plugins/doc'
|
docs_dir: 'plugins/doc'
|
||||||
MSSQL Plugins:
|
MSSQL Plugins:
|
||||||
git: 'https://github.com/Icinga/icinga-powershell-mssql.git'
|
git: 'https://github.com/Icinga/icinga-powershell-mssql.git'
|
||||||
ref: 'support/1.0'
|
ref: 'support/1.4'
|
||||||
target: 'mssql'
|
target: 'mssql'
|
||||||
docs_dir: 'mssql/doc'
|
docs_dir: 'mssql/doc'
|
||||||
|
Hyper-V Plugins:
|
||||||
|
git: 'https://github.com/Icinga/icinga-powershell-hyperv.git'
|
||||||
|
ref: 'support/1.2'
|
||||||
|
target: 'hyperv'
|
||||||
|
docs_dir: 'hyperv/doc'
|
||||||
|
Cluster Plugins:
|
||||||
|
git: 'https://github.com/Icinga/icinga-powershell-cluster.git'
|
||||||
|
ref: 'support/1.2'
|
||||||
|
target: 'cluster'
|
||||||
|
docs_dir: 'cluster/doc'
|
||||||
Service:
|
Service:
|
||||||
git: 'https://github.com/Icinga/icinga-powershell-service.git'
|
git: 'https://github.com/Icinga/icinga-powershell-service.git'
|
||||||
ref: 'master'
|
ref: 'master'
|
||||||
|
@ -31,11 +36,16 @@ project:
|
||||||
docs_dir: 'service/doc'
|
docs_dir: 'service/doc'
|
||||||
Inventory:
|
Inventory:
|
||||||
git: 'https://github.com/Icinga/icinga-powershell-inventory.git'
|
git: 'https://github.com/Icinga/icinga-powershell-inventory.git'
|
||||||
ref: 'support/1.0'
|
ref: 'support/1.2'
|
||||||
target: 'inventory'
|
target: 'inventory'
|
||||||
docs_dir: 'inventory/doc'
|
docs_dir: 'inventory/doc'
|
||||||
REST API:
|
REST API:
|
||||||
git: 'https://github.com/Icinga/icinga-powershell-restapi.git'
|
git: 'https://github.com/Icinga/icinga-powershell-restapi.git'
|
||||||
ref: 'support/1.0'
|
ref: 'support/1.2'
|
||||||
target: 'restapi'
|
target: 'restapi'
|
||||||
docs_dir: 'restapi/doc'
|
docs_dir: 'restapi/doc'
|
||||||
|
API Checks:
|
||||||
|
git: 'https://github.com/Icinga/icinga-powershell-apichecks.git'
|
||||||
|
ref: 'support/1.2'
|
||||||
|
target: 'apichecks'
|
||||||
|
docs_dir: 'apichecks/doc'
|
||||||
|
|
Loading…
Reference in New Issue