From 085dce121be7f3eb45fd3cfac90d09ca0a3d2dff Mon Sep 17 00:00:00 2001 From: Lupe Camacho Date: Thu, 20 Mar 2025 11:57:20 -0700 Subject: [PATCH] Use headings and nav for sidebars --- docs/.vuepress/theme/components/LeftBar.vue | 5 +- docs/.vuepress/theme/components/RightBar.vue | 4 +- .../theme/components/SidebarGroup.vue | 100 +++++++++++------- .../theme/components/SidebarLinks.vue | 8 ++ 4 files changed, 76 insertions(+), 41 deletions(-) diff --git a/docs/.vuepress/theme/components/LeftBar.vue b/docs/.vuepress/theme/components/LeftBar.vue index 9e334fe64..dbd29972e 100644 --- a/docs/.vuepress/theme/components/LeftBar.vue +++ b/docs/.vuepress/theme/components/LeftBar.vue @@ -1,5 +1,6 @@