mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
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.
This commit is contained in:
parent
ec2d6b6c5d
commit
b2a8bc1655
@ -29,18 +29,18 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
'Unleash SDKs': [
|
'Unleash SDKs': [
|
||||||
'sdks/index',
|
'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/unleash-proxy',
|
||||||
|
'sdks/dot_net_sdk',
|
||||||
'sdks/android_proxy_sdk',
|
'sdks/android_proxy_sdk',
|
||||||
'sdks/proxy-javascript',
|
'sdks/go_sdk',
|
||||||
'sdks/proxy-react',
|
|
||||||
'sdks/proxy-ios',
|
'sdks/proxy-ios',
|
||||||
|
'sdks/java_sdk',
|
||||||
|
'sdks/proxy-javascript',
|
||||||
|
'sdks/node_sdk',
|
||||||
|
'sdks/php_sdk',
|
||||||
|
'sdks/python_sdk',
|
||||||
|
'sdks/proxy-react',
|
||||||
|
'sdks/ruby_sdk',
|
||||||
{ type: 'link', label: 'Community SDKs', href: '/sdks#community-sdks'}
|
{ type: 'link', label: 'Community SDKs', href: '/sdks#community-sdks'}
|
||||||
],
|
],
|
||||||
Addons: [
|
Addons: [
|
||||||
|
Loading…
Reference in New Issue
Block a user