From eb89d4505d615419a78c034c320964dbb976dc8a Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 11 Jan 2022 09:22:30 +0100 Subject: [PATCH] docs: add link to /sdks/community-sdks This serves two purposes: 1. For people who know the structure, it won't look like anything's missing 2. For people who don't know the structure, it'll make community sdks more discoverable. --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index 7a803b4929..269a4e22ac 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -41,6 +41,7 @@ module.exports = { 'sdks/proxy-javascript', 'sdks/proxy-react', 'sdks/proxy-ios', + { type: 'link', label: 'Community SDKs', href: '/sdks#community-sdks'} ], Addons: [ 'addons/index',