Skip to content

Commit 4c4df83

Browse files
committed
Changes from background agent bc-35f9d74e-0d62-4250-a112-37ced1f68837
1 parent fa1640c commit 4c4df83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ function extractGuides(platformNode: DocNode): PlatformGuide[] {
376376
const defaultGuide = platformNode.frontmatter.platformTitle
377377
? {
378378
...nodeToGuide(platformNode.slug, platformNode),
379-
key: platformNode.slug,
379+
key: `${platformNode.slug}-platform`,
380380
}
381381
: undefined;
382382

0 commit comments

Comments
 (0)