diff --git a/docs/sidebars.js b/docs/sidebars.js index 7c235f2..7d51234 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", id: "/docs/platforms" } + { type: "doc", id: "platforms" } ] };