commit b2967be00afb80daaf16561397cd3946ec69e50a
parent e4eb20bac4b6dfdd2642ef7dc8b85f0cb1d79d0a
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Sat, 6 Jun 2026 20:52:00 +0530
updated top nav
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs-new/.vitepress/config.mts b/docs-new/.vitepress/config.mts
@@ -45,6 +45,7 @@ const vitePressConfig = {
nav: [
{ text: 'Home', link: '/' },
{ text: 'Terms', link: '/terms'},
+ { text: 'Quick Start', link: '/quickstart'},
{
text: 'Semesters',
items: [
@@ -58,7 +59,6 @@ const vitePressConfig = {
{ text: 'Semester 8', link: '/semester_8/' },
]
},
- { text: 'Quick Start', link: '/quickstart'},
{ text: 'Repository', link: 'https://github.com/notamitgamer/bsc' },
{ text: 'License', link: 'https://github.com/notamitgamer/bsc/blob/main/LICENSE'},
],