From eaf58277651f3e0609f19761308e5ae82b5afe1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Costa?= Date: Tue, 25 Jun 2024 18:50:00 +0200 Subject: [PATCH] feat: add `notifications-web` configuration --- examples/notifications-web-latest.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/notifications-web-latest.yml 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'