From b2a8bc1655eff7b03285d62bc6de728bd542f835 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 11 Jan 2022 09:26:03 +0100 Subject: [PATCH] docs: reorder sdks listing in sidebar The previous list order didn't seem to have any reason behind it. This is a suggestion for new order. Index (the introduction) is first, followed by the proxy. Then comes all the official sdks in alphabetic order (punctuation placed before alpha). At the end of the list is the 'community sdks' link. I'm open to suggestions and discussion here, but was working on this list, so thought it could use some love. --- website/sidebars.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index 269a4e22ac4..9b05c794b6f 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -29,18 +29,18 @@ module.exports = { ], 'Unleash SDKs': [ 'sdks/index', - 'sdks/java_sdk', - 'sdks/node_sdk', - 'sdks/dot_net_sdk', - 'sdks/go_sdk', - 'sdks/python_sdk', - 'sdks/ruby_sdk', - 'sdks/php_sdk', 'sdks/unleash-proxy', + 'sdks/dot_net_sdk', 'sdks/android_proxy_sdk', + 'sdks/go_sdk', + 'sdks/proxy-ios', + 'sdks/java_sdk', 'sdks/proxy-javascript', + 'sdks/node_sdk', + 'sdks/php_sdk', + 'sdks/python_sdk', 'sdks/proxy-react', - 'sdks/proxy-ios', + 'sdks/ruby_sdk', { type: 'link', label: 'Community SDKs', href: '/sdks#community-sdks'} ], Addons: [