From e116c47464ce827b198091688932afe43796697b Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Wed, 20 Dec 2023 10:06:59 -0800 Subject: [PATCH] add more menu items --- _quarto.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 45761ff..f0fd867 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -31,10 +31,22 @@ website: menu: - text: How The Workbench Works href: workflow-guide.qmd + - text: "Style Guide (external)" + href: https://carpentries.github.io/sandpaper-docs/instructor/style.html - text: Transition Guide href: transition-guide.qmd - text: "Developer's Guide (external)" href: https://carpentries.github.io/workbench-dev + - text: Technical Docs + menu: + - text: "{sandpaper} (user interface)" + href: https://carpentries.github.io/sandpaper/ + - text: "{varnish} (HTML, CSS, JS)" + href: https://carpentries.github.io/varnish/ + - text: "{pegboard} (parsing, validation)" + href: https://carpentries.github.io/pegboard/ + - href: https://github.com/carpentries/workbench/discussions + text: "Join the Discussion" right: - icon: github href: 'https://github.com/carpentries/workbench'