diff --git a/docs/ecolyo/getting_started/launch_local_application.md b/docs/ecolyo/getting_started/launch_local_application.md index 311263ae67f4bdda3b6e040e76a802c80b79b497..615851b422341a2491484b596fc3f97d73e189e3 100644 --- a/docs/ecolyo/getting_started/launch_local_application.md +++ b/docs/ecolyo/getting_started/launch_local_application.md @@ -194,7 +194,7 @@ First update the Bearer and cozysessid information from the script: ``` To obtain your own Bearer and cozysessid you need to have the application launched and display the web console (F12) in your navigator and select the Network tab. Just select one request and retrieve information for Request Header: - + Next launch the script : diff --git a/docs/proxy/description.md b/docs/proxy/description.md index 5aedd75634a9ff055617e26379a71a0a3bc398a4..31a72f528d58fca9e7edf857c1755b0bf688fa06 100644 --- a/docs/proxy/description.md +++ b/docs/proxy/description.md @@ -2,7 +2,7 @@ :construction: Section under Construction :construction: This section of documentation refers to the Oauth protocols working hand in hand with our custom proxy and the cozy-stack. -To fully understand its whereabouts, you should also look at the [enedis konnector](../konnectors/enedis.md) and [grdf konnector](../konnectors/grdf.md) documentation. +To fully understand its whereabouts, you should also look at the [enedis konnector](../ecolyo/konnectors/enedis.md) and [grdf konnector](../ecolyo/konnectors/grdf.md) documentation. !!! info "proxy code source" Feel free to check the proxy [code](https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy) at all time when reading this documentation. diff --git a/mkdocs.yml b/mkdocs.yml index df5d7b9ceeccef81f1b0f3bc2ee629dca03bd0ea..db299305f2e5cc6be43f36231cc7460f3b4b1fe1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,7 +23,31 @@ extra_css: nav: - Home: index.md - Pilote: - - Introduction: pilote/index.md + - Pilote - TS - Back: + - Index: pilote/Pilote - TS - Back/index.md + - Application: + - Deploy: pilote/Pilote - TS - Back/application/deploy.md + - Getting Started: + - Launch the application on local: pilote/Pilote - TS - Back/getting_started/launch_local_application.md + - Setup your environment: pilote/Pilote - TS - Back/getting_started/setup_your_environment.md + - Project Architecture: pilote/Pilote - TS - Back/project_architecture/architecture.md + - Pilote - TS - Front: + - Index: pilote/Pilote - TS - Front/index.md + - Application: + - Deploy: pilote/Pilote - TS - Front/application/deploy.md + - Getting Started: + - Launch the application on local: pilote/Pilote - TS - Front/getting_started/launch_local_application.md + - Pilote - TS - Usager: + - Application: + - Deploy: pilote/Pilote - Usager/application/deploy.md + - Doctypes: pilote/Pilote - Usager/application/doctypes.md + - Gitflow: pilote/Pilote - Usager/application/gitflow.md + - Scaffolding: pilote/Pilote - Usager/application/scaffolding.md + - Services: pilote/Pilote - Usager/application/services.md + - Store: pilote/Pilote - Usager/application/store.md + - Getting Started: + - Launch local doctypes: pilote/Pilote - Usager/getting_started/launch_local_doctypes.md + - Launch local services: pilote/Pilote - Usager/getting_started/launch_local_services.md - Ecolyo: - Introduction: ecolyo/index.md - Getting started: