diff --git a/docs/ecolyo/Technical/0-getting-started.md b/docs/ecolyo/Technical/0-getting-started.md index 9ea1db410991fc784d85f179a1fa67f6cfaae838..cb0d941c1ff6839c5b1b114d3fb26b2b9ba81820 100644 --- a/docs/ecolyo/Technical/0-getting-started.md +++ b/docs/ecolyo/Technical/0-getting-started.md @@ -1,3 +1,7 @@ +--- +slug: /ecolyo/Technical/getting-started +--- + # Getting started This section will allow you to launch a proper local environment of the Ecolyo application diff --git a/docs/ecolyo/Technical/Sservices/aggregator_usage_events.md b/docs/ecolyo/Technical/Services/aggregator_usage_events.md similarity index 100% rename from docs/ecolyo/Technical/Sservices/aggregator_usage_events.md rename to docs/ecolyo/Technical/Services/aggregator_usage_events.md diff --git a/docs/ecolyo/Technical/Sservices/consumption_alert.md b/docs/ecolyo/Technical/Services/consumption_alert.md similarity index 100% rename from docs/ecolyo/Technical/Sservices/consumption_alert.md rename to docs/ecolyo/Technical/Services/consumption_alert.md diff --git a/docs/ecolyo/Technical/Sservices/enedis_halfhour_monthly_analysis.md b/docs/ecolyo/Technical/Services/enedis_halfhour_monthly_analysis.md similarity index 100% rename from docs/ecolyo/Technical/Sservices/enedis_halfhour_monthly_analysis.md rename to docs/ecolyo/Technical/Services/enedis_halfhour_monthly_analysis.md diff --git a/docs/ecolyo/Technical/Sservices/index.md b/docs/ecolyo/Technical/Services/index.md similarity index 93% rename from docs/ecolyo/Technical/Sservices/index.md rename to docs/ecolyo/Technical/Services/index.md index 4003bb991ba9caf332a5e50a299efb18fc432174..7b97e5af7ddf92158fa8b6359053e152fdf51b4f 100644 --- a/docs/ecolyo/Technical/Sservices/index.md +++ b/docs/ecolyo/Technical/Services/index.md @@ -1,8 +1,8 @@ # Services -In order to build an automated task within our cozy-stack, we can create _services_ which are javascript files called from a trigger job. +In order to build an automated task within our cozy-stack, we can create *services* which are JavaScript files called from a trigger job. -For instance on Ecolyo, to schedule a mail that alert the user that a new **monthly report** is available in the application, we add a trigger that is launched every month with a _cron_ attribute. On that trigger we link a .js script then we instantiate this script with cozy-client. +For instance on Ecolyo, to schedule a mail that alert the user that a new **monthly report** is available in the application, we add a trigger that is launched every month with a *cron* attribute. On that trigger we link a .js script then we instantiate this script with cozy-client. ## Configuration diff --git a/docs/ecolyo/Technical/Sservices/monthly_report_notification.md b/docs/ecolyo/Technical/Services/monthly_report_notification.md similarity index 100% rename from docs/ecolyo/Technical/Sservices/monthly_report_notification.md rename to docs/ecolyo/Technical/Services/monthly_report_notification.md