From 51332a5a624932adf704cbe98339b7d88f11a934 Mon Sep 17 00:00:00 2001 From: Cannon Lock Date: Tue, 21 Jan 2025 10:12:08 -0600 Subject: [PATCH] Adds missing guide categories to side bar --- _includes/guide-sidebar.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/guide-sidebar.liquid b/_includes/guide-sidebar.liquid index 87eab154..efbb22c0 100644 --- a/_includes/guide-sidebar.liquid +++ b/_includes/guide-sidebar.liquid @@ -1,6 +1,6 @@ {% assign page_tag = page.tag[0] %} {% assign data = site.uw-research-computing | where_exp: "x", "x.tag contains page.tag" | sort: "category" %} -{% assign category_order = "Get started,Submit jobs,Manage data,Software,Troubleshooting,External Resources" | split: "," %} +{% assign category_order = "Get started,Submit jobs,Manage data,Software,Workflows,Special use cases,Troubleshooting,External Resources" | split: "," %}
{% if page.guide.tag contains 'htc' and page.guide.tag contains 'hpc' %}