diff --git a/examples/get-started-latest.yml b/examples/get-started-latest.yml new file mode 100644 index 0000000..2d77cb7 --- /dev/null +++ b/examples/get-started-latest.yml @@ -0,0 +1,10 @@ +--- +site_name: 'Get started with Icinga' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' +project: + git: 'https://github.com/Icinga/get-started-docs.git' + ref: 'main' + target: 'get-started' + docs_dir: 'doc' + latest: true