@@ -105,26 +105,26 @@ export default defineConfig({
105105 } ,
106106 } ) ,
107107 starlightSiteGraph ( {
108- graphConfig : {
109- depth : 5 ,
110- visibilityRules : [ 'api/**' ] ,
111- } ,
112- trackVisitedPages : false ,
113- storageLocation : 'none' ,
114- sitemapConfig : {
115- contentRoot : './src/content/docs' ,
116- pageInclusionRules : [ '**/api/**' ] ,
117- } ,
118108 // graphConfig: {
119109 // depth: 5,
120- // trackVisitedPages: false ,
110+ // visibilityRules: ['api/**'] ,
121111 // },
112+ // trackVisitedPages: false,
122113 // storageLocation: 'none',
123- // contentRoot: './src/content/docs',
124- // include_sitemap: ['./api/*/**/*.md'],
125- // exclude_sitemap: ['**'],
126- // show_graph: ['api/**'],
127- // hide_graph: ['**', ''],
114+ // sitemapConfig: {
115+ // contentRoot: './src/content/docs',
116+ // pageInclusionRules: ['**/api/**'],
117+ // },
118+ graphConfig : {
119+ depth : 5 ,
120+ trackVisitedPages : false ,
121+ } ,
122+ storageLocation : 'none' ,
123+ contentRoot : './src/content/docs' ,
124+ include_sitemap : [ './api/*/**/*.md' ] ,
125+ exclude_sitemap : [ '**' ] ,
126+ show_graph : [ 'api/**' ] ,
127+ hide_graph : [ '**' , '' ] ,
128128 } ) ,
129129 ] ,
130130 } ) ,
0 commit comments