From d2ebbe1606c0a05e6a78bbb92f22ef87eddd72dd Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Thu, 26 Jan 2023 15:05:25 +0100
Subject: [PATCH] subsection page

---
 docs/contents/implem/index.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/contents/implem/index.md b/docs/contents/implem/index.md
index 5a195bb2..e33e9ada 100644
--- a/docs/contents/implem/index.md
+++ b/docs/contents/implem/index.md
@@ -1,2 +1,12 @@
 # Worker Implementation
 
+This section presents
+
+- the different stages happening during a worker execution:
+    - the initialization
+    - the [configuration](./configure.md)
+    - the execution
+- the conception of a worker
+    - the architecture
+    - additional configuration steps
+    - element processing
-- 
GitLab