File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export default defineConfig({
107
107
starlightSiteGraph ( {
108
108
graphConfig : {
109
109
depth : 5 ,
110
- visibilityRules : [ '*/api/**' ] ,
110
+ visibilityRules : [ '!**/api/README.md' , ' */api/**'] ,
111
111
} ,
112
112
trackVisitedPages : 'disable' ,
113
113
storageLocation : 'none' ,
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@astrojs/starlight" : " 0.29.0" ,
15
- "astro" : " 4.16.10 " ,
16
- "starlight-links-validator" : " ^0.13.0 " ,
17
- "starlight-site-graph" : " 0.1.8 " ,
15
+ "astro" : " 4.16.13 " ,
16
+ "starlight-links-validator" : " ^0.13.2 " ,
17
+ "starlight-site-graph" : " ^ 0.1.9 " ,
18
18
"starlight-typedoc" : " ^0.17.0" ,
19
19
"typedoc" : " ^0.26.11" ,
20
20
"typedoc-plugin-markdown" : " ^4.2.10" ,
21
- "typedoc-plugin-mdn-links" : " ^3.3.6 " ,
21
+ "typedoc-plugin-mdn-links" : " ^3.3.8 " ,
22
22
"typescript" : " ^5.6.3"
23
23
},
24
24
"devDependencies" : {
25
25
"prettier" : " ^3.3.3" ,
26
26
"prettier-plugin-astro" : " ^0.14.1" ,
27
- "prettier-plugin-svelte" : " ^3.2.7 "
27
+ "prettier-plugin-svelte" : " ^3.2.8 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments