forked from mirrors/thatmattlove-hyperglass
fix supported platforms reference id
This commit is contained in:
parent
4200181677
commit
98de627ae5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@ module.exports = {
|
|||
items: ["introduction", "getting-started", "configuration"]
|
||||
},
|
||||
{ type: "category", label: "Features", items: ["mdx"] },
|
||||
{ type: "doc", id: "/docs/platforms" }
|
||||
{ type: "doc", id: "platforms" }
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue