@@ -26,18 +26,18 @@ export default defineConfig({
2626 sidebar : {
2727 "/nersc/" : [
2828 {
29- text : "Connecting to NERSC" ,
29+ text : "At NERSC" ,
3030 items : [
31- { text : "Login " , link : "/nersc/login " } ,
32- { text : "Installation" , link : "/nersc/installation " } ,
31+ { text : "Quickstart " , link : "/nersc/index " } ,
32+ { text : "Installation" , link : "/nersc/installation_at_nersc " } ,
3333 ] ,
3434 } ,
3535 {
36- text : "Perlmutter " ,
36+ text : "Step-by-step Guides " ,
3737 items : [
38- { text : "Quick View " , link : "/nersc/perlmutter-run-quickview" } ,
38+ { text : "QuickView " , link : "/nersc/perlmutter-run-quickview" } ,
3939 {
40- text : "Quick Compare " ,
40+ text : "QuickCompare " ,
4141 link : "/nersc/perlmutter-run-quickcompare" ,
4242 } ,
4343 ] ,
@@ -66,12 +66,12 @@ export default defineConfig({
6666 {
6767 text : "QuickCompare" ,
6868 items : [
69- { text : "Getting started" , link : "/guides/quickcompare" } ,
7069 { text : "Resources" , link : "/guides/quickcompare/resources" } ,
70+ { text : "Getting started" , link : "/guides/quickcompare" } ,
7171 ] ,
7272 } ,
7373 {
74- text : "Development " ,
74+ text : "For app Developers " ,
7575 items : [
7676 { text : "Setup" , link : "/guides/dev/setup" } ,
7777 { text : "Continuous Integration" , link : "/guides/dev/ci" } ,
@@ -84,4 +84,16 @@ export default defineConfig({
8484 { icon : "github" , link : "https://github.com/Kitware/QuickView" } ,
8585 ] ,
8686 } ,
87+
88+ markdown : {
89+ // Options for the Table of Contents plugin
90+ toc : {
91+ level : [ 2 , 3 ] // Only include <h2> and <h3> in the TOC
92+ } ,
93+ // Options for heading anchors (optional)
94+ anchor : {
95+ permalink : true // Enables clickable anchor links on headings
96+ }
97+ } ,
98+
8799} ) ;
0 commit comments