diff --git a/docs/_sidebar.md b/docs/_sidebar.md index f47c2ae..a134351 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -10,12 +10,10 @@ - [Configuring RoCS for Simulated Robot](quick_start/setup_for_simulated_robot.md) - [Configuring RoCS for Physical Robot](quick_start/setup_for_physical_robot.md) - -[//]: # (- [**SDK Reference Guide**](client_sdk/overview.md)) - +- [**SDK Reference Guide**](client_sdk/overview.md) - [Client Python](https://fftai.github.io/rocs_client_py/index.html) - [Client JavaScript/TypeScript](https://fftai.github.io/rocs_client_js/index.html) - - [Server API](https://fftai.github.io/server_api/RoCS_Server_API.html) + - [Server API](https://fftai.github.io/client_sdk/server_api/index.html) - [**Remote Control App Developer Guide**](demo_app/overview.md) - [Connecting to Robot](demo_app/connnecting_to_robot.md) diff --git a/docs/server_api/RoCS_Server_API.html b/docs/client_sdk/server_api/index.html similarity index 100% rename from docs/server_api/RoCS_Server_API.html rename to docs/client_sdk/server_api/index.html