Skip to content

Commit 78f3bdd

Browse files
committed
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.
1 parent e7efa61 commit 78f3bdd

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

_data/navigation_sidebar.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,20 @@ sections:
199199
- type: link
200200
label: Overview
201201
url: /calendar-spam/
202+
203+
- id: resources
204+
match: "/resources"
205+
title: Resources
206+
items:
207+
- type: link
208+
label: Glossary
209+
url: /resources/glossary/
210+
- type: link
211+
label: Standards
212+
url: /resources/standards/
213+
- type: link
214+
label: Examples
215+
url: /resources/examples/
216+
- type: link
217+
label: Links
218+
url: /resources/links/

0 commit comments

Comments
 (0)