bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit b2967be00afb80daaf16561397cd3946ec69e50a
parent e4eb20bac4b6dfdd2642ef7dc8b85f0cb1d79d0a
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Sat,  6 Jun 2026 20:52:00 +0530

updated top nav

Diffstat:
Mdocs-new/.vitepress/config.mts | 2+-
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'}, ],
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror