mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-27 07:44:02 +02:00
Merge branch 'master' into snapshot
This commit is contained in:
commit
6494252b30
@ -29,6 +29,7 @@ config['projects'].each do |project_name, project_config|
|
|||||||
repo = Git.clone(project_config['git'], clone_target)
|
repo = Git.clone(project_config['git'], clone_target)
|
||||||
else
|
else
|
||||||
repo = Git.open(clone_target)
|
repo = Git.open(clone_target)
|
||||||
|
repo.fetch()
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "Checkout ref '#{project_config['ref']}'"
|
puts "Checkout ref '#{project_config['ref']}'"
|
||||||
@ -63,4 +64,4 @@ end
|
|||||||
|
|
||||||
File.write('mkdocs.yml', mkdocs.to_yaml)
|
File.write('mkdocs.yml', mkdocs.to_yaml)
|
||||||
|
|
||||||
%x( mkdocs build )
|
%x( mkdocs build )
|
||||||
|
14
config.yml
14
config.yml
@ -23,3 +23,17 @@ projects:
|
|||||||
target: 'businessprocess'
|
target: 'businessprocess'
|
||||||
docs_dir: 'doc'
|
docs_dir: 'doc'
|
||||||
category: 'Modules'
|
category: 'Modules'
|
||||||
|
Fileshipper:
|
||||||
|
git: 'https://github.com/Icinga/icingaweb2-module-fileshipper.git'
|
||||||
|
ref: 'tags/v1.0.0'
|
||||||
|
latest: true
|
||||||
|
target: 'fileshipper'
|
||||||
|
docs_dir: 'doc'
|
||||||
|
category: 'Modules'
|
||||||
|
vSphere:
|
||||||
|
git: 'https://github.com/Icinga/icingaweb2-module-vsphere.git'
|
||||||
|
ref: 'tags/v1.1.0'
|
||||||
|
latest: true
|
||||||
|
target: 'vsphere'
|
||||||
|
docs_dir: 'doc'
|
||||||
|
category: 'Modules'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user