We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1640c commit 4c4df83Copy full SHA for 4c4df83
src/docTree.ts
@@ -376,7 +376,7 @@ function extractGuides(platformNode: DocNode): PlatformGuide[] {
376
const defaultGuide = platformNode.frontmatter.platformTitle
377
? {
378
...nodeToGuide(platformNode.slug, platformNode),
379
- key: platformNode.slug,
+ key: `${platformNode.slug}-platform`,
380
}
381
: undefined;
382
0 commit comments