diff --git a/docs/sidebars.js b/docs/sidebars.js index 47a91c2..7c235f2 100755 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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" } ] };