1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 21:38:27 +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" }
]
};