fix supported platforms reference id

This commit is contained in:
Matt Love 2020-02-08 10:13:49 -07:00 committed by GitHub
parent 4200181677
commit 98de627ae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }
]
};