@@ -27,19 +27,29 @@ export default defineConfig({
2727 items : [
2828 // Each item here is one entry in the navigation menu.
2929 { label : 'Installation' , link : '/guides/installation/' } ,
30- { label : 'Input Fields' , link : '/guides/inputfields/' } ,
31- { label : 'Input Field Templates' , link : '/guides/templates/' } ,
32- { label : 'View Fields' , link : '/guides/viewfields/' } ,
33- { label : 'Buttons' , link : '/guides/buttons/' } ,
34- { label : 'Meta Bind Embeds' , link : '/guides/metabindembed/' } ,
35- { label : 'Bind Targets' , link : '/guides/bindtargets/' } ,
36-
3730 { label : 'Examples' , link : '/guides/examples/' } ,
38- { label : 'Advanced Use-Cases' , link : '/guides/advancedusecases/' } ,
39- { label : 'API' , link : '/guides/api/' } ,
40-
4131 { label : 'Styling and CSS' , link : '/guides/stylingandcss/' } ,
4232 { label : 'Obsidian Publish' , link : '/guides/obsidianpublish/' } ,
33+
34+ {
35+ label : 'Features and Concepts' ,
36+ items : [
37+ { label : 'Input Fields' , link : '/guides/inputfields/' } ,
38+ { label : 'Input Field Templates' , link : '/guides/templates/' } ,
39+ { label : 'View Fields' , link : '/guides/viewfields/' } ,
40+ { label : 'Buttons' , link : '/guides/buttons/' } ,
41+ { label : 'Meta Bind Embeds' , link : '/guides/metabindembed/' } ,
42+ { label : 'Bind Targets' , link : '/guides/bindtargets/' } ,
43+ ]
44+ } ,
45+
46+ {
47+ label : 'Advanced' ,
48+ items : [
49+ { label : 'API' , link : '/guides/api/' } ,
50+ { label : 'Advanced Use-Cases' , link : '/guides/advancedusecases/' } ,
51+ ]
52+ }
4353 ] ,
4454 } ,
4555 {
@@ -95,6 +105,20 @@ export default defineConfig({
95105 } ,
96106 } ) ,
97107 starlightSiteGraph ( {
108+ // graphConfig: {
109+ // depth: 5,
110+ // visibilityRules: [
111+ // 'api/**'
112+ // ]
113+ // },
114+ // trackVisitedPages: false,
115+ // storageLocation: 'none',
116+ // sitemapConfig: {
117+ // contentRoot: './src/content/docs',
118+ // pageInclusionRules: [
119+ // '**/api/**',
120+ // ]
121+ // },
98122 graphConfig : {
99123 depth : 5 ,
100124 trackVisitedPages : false ,
0 commit comments