From 9e77db1467ecd02a98964ed770085566dcc20a25 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Wed, 6 May 2026 14:18:39 +0800 Subject: [PATCH] Add Resources sidebar section for appendix pages /resources/* pages (Glossary, Standards, Examples, Links) were losing their sidebar because no section in navigation_sidebar.yml matched /resources URLs. --- _data/navigation_sidebar.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/_data/navigation_sidebar.yml b/_data/navigation_sidebar.yml index 4f4da59..d836f13 100644 --- a/_data/navigation_sidebar.yml +++ b/_data/navigation_sidebar.yml @@ -199,3 +199,20 @@ sections: - type: link label: Overview url: /calendar-spam/ + + - id: resources + match: "/resources" + title: Resources + items: + - type: link + label: Glossary + url: /resources/glossary/ + - type: link + label: Standards + url: /resources/standards/ + - type: link + label: Examples + url: /resources/examples/ + - type: link + label: Links + url: /resources/links/