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:
@ -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" }
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user