diff --git a/docs/ecolyo/Technical/Services/index.md b/docs/ecolyo/Technical/Services/index.md index 7b97e5af7ddf92158fa8b6359053e152fdf51b4f..2292e089d7a50a9e9a3cdfea8dc5570edd89d22e 100644 --- a/docs/ecolyo/Technical/Services/index.md +++ b/docs/ecolyo/Technical/Services/index.md @@ -14,7 +14,7 @@ Here is an example of service declaration in the ecolyo manifest:  -File location is determined after the build, see [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tree/build/services/monthlyReport). +File location is determined after the build, see [/build/services](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tree/build/services/monthlyReportNotification). :::note Cron See the cron definition at [cozy-stack](https://docs.cozy.io/en/cozy-stack/jobs/#cron-syntax). diff --git a/docs/ecolyo/Technical/doctypes.md b/docs/ecolyo/Technical/doctypes.md index 63990459f5ba68621a0ba4ef2381a8a1b4f74ece..ef66c989a5154ffdc4c6ba19b02dc71f24c6f495 100644 --- a/docs/ecolyo/Technical/doctypes.md +++ b/docs/ecolyo/Technical/doctypes.md @@ -44,7 +44,7 @@ Here are the available doctypes: | Field | Type | Description | | ------ | ------ | ----------------------------------------------------------------- | | load | number | load (in kWh or L) | -| minute | number | minute of the date<br/>*set to 0 except for minute serie* | +| minute | number | minute of the date<br/>*set to 0 except for minute series* | | hour | number | hour of the date<br/>*set to 0 except for minute and hour series* | | day | number | day of the date<br/>*set to 1 for month and year series* | | month | number | month of the date<br/>*set to 1 for year series* | diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md index d243c32f2858988fd6ac126aeabc86a17c613ad2..af3edfef63da731fd2db47ef532ba7a8597cbbcf 100644 --- a/docs/getting-started/setup.md +++ b/docs/getting-started/setup.md @@ -103,7 +103,7 @@ We need different versions for our projects so we will have to install a node ve #### NVM -For our projects you will need to have a version manager for node such as [**n**](https://www.npmjs.com/package/n), [**fnm**](https://github.com/Schniz/fnm), [**nvm**](https://github.com/nvm-sh/nvm) and [**nvm-windows**](https://github.com/coreybutler/nvm-windows). Install both at least version **16**. +For our projects you will need a version manager for node such as [**n**](https://www.npmjs.com/package/n), [**fnm**](https://github.com/Schniz/fnm), [**nvm**](https://github.com/nvm-sh/nvm) and [**nvm-windows**](https://github.com/coreybutler/nvm-windows). Most of our projects contains a `.node-version` file indicating the desired version. You can then check the current version of node used @@ -156,3 +156,5 @@ We use different softwares/tools to help use share ressources. Ask a team member - Figma - Postman - Udemy +- Whimsical +- Mattermost