File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
remote-content/remote-sources/guide Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ docs/community/sigs.md
2222docs /guide /guide.md
2323docs /guide /Installation /* .md
2424docs /guide /InfraProviders /* .md
25+ docs /guide /Installation /prefix-cache-storage /* .md
2526docs /usage /** /* .md
2627# Keep category files for sidebar configuration
2728! docs /guide /Installation /_category_.json
Original file line number Diff line number Diff line change @@ -77,14 +77,15 @@ const DYNAMIC_GUIDES = [
7777 dirName : 'prefix-cache-storage' ,
7878 title : 'Prefix Cache Storage' ,
7979 description : 'Well-lit path for separating prefill and decode operations' ,
80- sidebarPosition : 4
80+ sidebarPosition : 4 ,
81+ targetFilename : 'prefix-cache-storage/index.md'
8182 } ,
8283 {
8384 dirName : 'prefix-cache-storage/cpu' ,
8485 title : 'Prefix Cache Storage - CPU' ,
8586 description : 'Well-lit path for separating prefill and decode operations' ,
8687 sidebarPosition : 5 ,
87- targetFilename : 'prefix-cache-storage- cpu.md'
88+ targetFilename : 'prefix-cache-storage/ cpu.md'
8889 } ,
8990 {
9091 dirName : 'pd-disaggregation' ,
You can’t perform that action at this time.
0 commit comments