From b02303b1b70c7bf9bb4464beb4aeb8bbe6a27d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Costa?= Date: Tue, 8 Oct 2024 19:40:55 +0200 Subject: [PATCH] refactor: remove development configuration --- examples/notifications-web-latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notifications-web-latest.yml b/examples/notifications-web-latest.yml index 3d88bcb..08c832c 100644 --- a/examples/notifications-web-latest.yml +++ b/examples/notifications-web-latest.yml @@ -5,9 +5,9 @@ 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 + ref: 'master' target: 'icinga-notifications-web' docs_dir: 'doc' latest: true product: 'Icinga Notifications Web' - package: 'icinga-notifications-web' + package: 'icinga-notifications-web' \ No newline at end of file