1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix invalid sidebar attributes

This commit is contained in:
Matt Love
2020-02-08 10:09:47 -07:00
committed by GitHub
parent 34a777c973
commit 4200181677

View File

@ -6,6 +6,6 @@ module.exports = {
items: ["introduction", "getting-started", "configuration"]
},
{ type: "category", label: "Features", items: ["mdx"] },
{ type: "doc", label: "Supported Platforms", href: "/docs/platforms" }
{ type: "doc", id: "/docs/platforms" }
]
};