From cfd4e3c6fe1e6b4f8da76e008570eb4299b7be81 Mon Sep 17 00:00:00 2001 From: sebastianneu Date: Fri, 15 Nov 2024 10:38:57 +0100 Subject: [PATCH] Update config.js Updated headline --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f3b21d4..0b3a20c 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -29,7 +29,7 @@ export default defineUserConfig({ { text: 'Home', link: '/',}, // { text: 'Guide', link:'/get-started',}, // { text: 'Examples', link:'/examples/examples'}, - { text: 'Guide', + { text: 'BrightSpace database and monitoring system', children: [ 'guide/overview.md', @@ -45,7 +45,7 @@ export default defineUserConfig({ sidebar: { '/guide/': [ { - text: 'Guide', + text: 'BrightSpace database and monitoring system', title: 'Group 1', collapsible: false, sidebarDepth: 2,