From 98de627ae5d416c06a2a1e55f75beff7fdfe71c4 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Sat, 8 Feb 2020 10:13:49 -0700 Subject: [PATCH] fix supported platforms reference id --- docs/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] };