From b0eb0fe5d9918fee5aa84ae9197067993f3a3123 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:49:57 -0400 Subject: [PATCH] Fix titles --- docs/.vuepress/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f20c618f8..6b80a15c0 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -97,7 +97,7 @@ module.exports = { collapsable: false, sidebarDepth: 1, children: [ - ['SEQUOIA-DROP'], + 'SEQUOIA-DROP', ] }, { @@ -105,7 +105,7 @@ module.exports = { collapsable: false, sidebarDepth: 1, children: [ - ['SONOMA-DROP'], + 'SONOMA-DROP', ] }, @@ -114,7 +114,7 @@ module.exports = { collapsable: false, sidebarDepth: 1, children: [ - ['VENTURA-DROP'], + 'VENTURA-DROP', ] }, @@ -123,7 +123,7 @@ module.exports = { collapsable: false, sidebarDepth: 1, children: [ - ['MONTEREY-DROP'], + 'MONTEREY-DROP', ] }, {