From 22d25ba813adce88d246c55c41339defe24ac68e Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Thu, 17 Oct 2024 10:39:42 +0200
Subject: [PATCH] chore: update getting started

---
 docs/ecolyo/Technical/Services/index.md | 2 +-
 docs/ecolyo/Technical/doctypes.md       | 2 +-
 docs/getting-started/setup.md           | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/ecolyo/Technical/Services/index.md b/docs/ecolyo/Technical/Services/index.md
index 7b97e5a..2292e08 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:
 
 ![Manifest.webapp](/img/services/monthly-service.png)
 
-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 6399045..ef66c98 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 d243c32..af3edfe 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
-- 
GitLab