diff --git a/examples/notifications-web-latest.yml b/examples/notifications-web-latest.yml new file mode 100644 index 0000000..3d88bcb --- /dev/null +++ b/examples/notifications-web-latest.yml @@ -0,0 +1,13 @@ +--- +site_name: 'Icinga Notifications Web' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' +inject_central_docs: true # include installation docs from `package-installation-docs` +project: + git: 'https://github.com/Icinga/icinga-notifications-web.git' + ref: 'feature/add-documentation' # TODO(nc): change to main once https://github.com/Icinga/icinga-notifications-web/pull/218 gets merged + target: 'icinga-notifications-web' + docs_dir: 'doc' + latest: true + product: 'Icinga Notifications Web' + package: 'icinga-notifications-web'