diff --git a/website/pages/en/index.js b/website/pages/en/index.js index b894efc541..bb1e132480 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -130,21 +130,31 @@ const UnleashClient = () => ( Unleash has offical SDK's for Java, Node.js, Go, Ruby and Python. And we will be happy to add implementations in other langugages written by you! These libraries makes it very easy to use Unleash in you application.

-

Official client SDKs:

- - -

Clients written by awesome enthusiasts:

- +
+
+
+

Official client SDKs:

+
    +
  • [unleash/unleash-client-java](https://github.com/unleash/unleash-client-java)
  • +
  • [unleash/unleash-client-node](https://github.com/unleash/unleash-client-node)
  • +
  • [unleash/unleash-client-go](https://github.com/unleash/unleash-client-go)
  • +
  • [unleash/unleash-client-ruby](https://github.com/unleash/unleash-client-ruby)
  • +
  • [unleash/unleash-client-python](https://github.com/Unleash/unleash-client-python)
  • +
+
+
+ +
+
+

Clients written by awesome enthusiasts:

+
    +
  • [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core)
  • +
  • [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)
  • +
  • [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3)
  • +
+
+
+
); @@ -153,9 +163,9 @@ const TryOut = () => ( {[ { content: 'We have deployed a demo version of [Unleash on Heroku](https://unleash.herokuapp.com). '+ - 'Here you can play with the Unleash UI, define your toggles.

'+ - 'You can even use on of the Unleash client SDKs and test it out Unleash your application. '+ - 'Use the api url located at https://unleash.herokuapp.com/api/.', + 'Here you can play with the Unleash UI, define some feature toggles and get a feel of how to use Unleash.

'+ + 'It is even possible to use one of the Unleash client SDKs and test it out Unleash your application. '+ + 'To do this you should connet one of the clients using the hosted API url: https://unleash.herokuapp.com/api/.', image: imgUrl('dashboard.png'), imageAlign: 'left', align: 'left', @@ -191,8 +201,8 @@ const Showcase = props => { return (
-

Who is Using This?

-

This project is used by all these people

+

Who is Using Unleash?

+

Unleash is used by

{showcase}
diff --git a/website/sidebars.json b/website/sidebars.json index fa174b1355..9cd9918e87 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -1,6 +1,6 @@ { "documentation": { - "Getting Started": ["getting_started", "securing_unleash", "unleash_context", "activation_strategy", "client_specification", "migration_guide"], + "User documentation": ["getting_started", "client_sdk", "securing_unleash", "unleash_context", "activation_strategy", "client_specification", "migration_guide"], "Developer Guide": ["developer_guide", "database_schema", "database_backup"], "Guides": ["guides/google_auth"] },