Skip to content
Snippets Groups Projects
Commit 7e7e44bb authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

Merge branch 'fix-broken-links' into 'master'

Fix broken links

See merge request !43
parents 108cf721 752a3862
No related branches found
No related tags found
1 merge request!43Fix broken links
Pipeline #62838 passed
FROM python:3.11-alpine as builder
FROM python:3.11-alpine AS builder
# Set build directory
WORKDIR /app
......
......@@ -12,7 +12,7 @@ When the user connects for the first time to Ecolyo, onboarding screens will be
First of all, we display the GCU screen, which allows user to read the General Condition of Use and the Legal Notice. The user should consent to all the terms to go further in the application.
!!! note "About terms"
More details are available on the [term section](/ecolyo/functionalities/terms).
More details are available on the [term section](/ecolyo/functionalities/terms/).
### Welcome modal
......
......@@ -52,7 +52,7 @@ Once the indicators is calculated we will:
At the end of the service, the service will change the _aggregated_ flag to **true** for all events present in the array.
More technical information are available [here](/ecolyo/technical/services/aggregator_usage_events)
More technical information are available [here](/ecolyo/technical/services/aggregator_usage_events/)
## Remote doctype
......
......@@ -23,9 +23,9 @@ The service is responsible of :
As the remote doctype is not yet available for the service here are the remaining task to do:
- In the manifest.webapp:
- Declare the remote doctype [see here](/ecolyo/technical/remote_doctypes)
- Declare the remote doctype [see here](/ecolyo/technical/remote_doctypes/)
- Define the cron to run every day: to check with cozy to ensure that all instances will not trigger the service at the same time
- Create the translation for "fr" and "en"
- In the service:
- Update the remote doctype name in the sendIndicator method
- Add a check on the environment to ensure that the service will not post information on the remote doctype when its comes for alpha instance
\ No newline at end of file
- Add a check on the environment to ensure that the service will not post information on the remote doctype when its comes for alpha instance
......@@ -15,7 +15,7 @@ All the actions performed by the stack are targeted from pre-registered paramete
On its first launch, following the Oauth Client Connect authentication.
- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/proxy/description).
- The cozy stack calls the **authentication_endpoint** and start the oauth protocol, see [proxy doc](/proxy/description/).
- The account has now an access_token and an id_token from the oauth call
!!! info ""
......
......@@ -18,7 +18,7 @@ A service is run every day to send instance information to the registry.
## Launch the service locally
- Switch to Node 16 (using nvm or n)
- install local remote doctypes (details [here](/ecolyo/project_architecture/remote_doctypes/#local-remote-doctype)), add a folder named org.mps.registry.dev, inside it add a file named request with the following content :
- install local remote doctypes (details [here](/ecolyo/technical/remote_doctypes/)), add a folder named org.mps.registry.dev, inside it add a file named request with the following content :
```
POST https://cozy-registry.poc.self-data.alpha.grandlyon.com/api/pilote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment