From 6d8b6e398942a2f3c455733dc2369d22157b2549 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 18 Sep 2023 11:53:52 +0200 Subject: [PATCH] calendar events: fix build for wiki target This was actually just some POC that got committed by accident and broke build to to getting a title where not expecting it as there where two (relatively seen) top-level titles in the calendar events page. Fix that by declaring an actual level-0 heading (i.e., title) in the wiki context. This then should also fix a dangling link to the calendar-events wiki page for the docs-in-wiki stuff, e.g., "calendar events" in backup chapter [0] pointint to 404 [1], that Fiona reported a few weeks ago. [0]: https://pve.proxmox.com/wiki/Backup_and_Restore#vzdump_jobs [1]: https://pve.proxmox.com/wiki/Schedule_Format#chapter_calendar_events Fixes: a90b75d ("package repos: add Ceph 18.2 Reef repos") Reported-by: Lukas Wagner Signed-off-by: Thomas Lamprecht --- calendar-events.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/calendar-events.adoc b/calendar-events.adoc index 7a9a4ed..4112f1e 100644 --- a/calendar-events.adoc +++ b/calendar-events.adoc @@ -1,8 +1,10 @@ +[[chapter_calendar_events]] ifdef::wiki[] -:title: Schedule Format +Calendar Events +=============== +:pve-toplevel: endif::wiki[] -[[chapter_calendar_events]] Schedule Format ---------------