Skip to content

Commit 6af7508

Browse files
committed
Nest the CPU example under the main header
Signed-off-by: Pete Cheslock <[email protected]>
1 parent 28b4d07 commit 6af7508

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ docs/community/sigs.md
2222
docs/guide/guide.md
2323
docs/guide/Installation/*.md
2424
docs/guide/InfraProviders/*.md
25+
docs/guide/Installation/prefix-cache-storage/*.md
2526
docs/usage/**/*.md
2627
# Keep category files for sidebar configuration
2728
!docs/guide/Installation/_category_.json

remote-content/remote-sources/guide/guide-generator.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)