Update documentation examples list
diff --git a/documentation.html b/documentation.html
index b528729..381aa6f 100644
--- a/documentation.html
+++ b/documentation.html
@@ -139,6 +139,13 @@
                         </a></td>
                     </tr>
                     <tr>
+                        <td><strong>CDI</strong></td>
+                        <td>this example shows how to use CDI in Karaf, with annotations (Inject, etc).</td>
+                        <td><a href="https://github.com/apache/karaf/tree/main/examples/karaf-cdi-example" target="_blank">
+                            <img src="/images/github.png" width="24px">
+                        </a></td>
+                    </tr>
+                    <tr>
                         <td><strong>Shell Command</strong></td>
                         <td>creating a shell command.</td>
                         <td><a href="https://github.com/apache/karaf/tree/main/examples/karaf-command-example" target="_blank">
@@ -160,6 +167,13 @@
                         </a></td>
                     </tr>
                     <tr>
+                        <td><strong>Docker</strong></td>
+                        <td>this example shows how to easily create Docker image with Karaf and your applications. It shows two kinds of packages: static or dynamic.</td>
+                        <td><a href="https://github.com/apache/karaf/tree/main/examples/karaf-docker-example" target="_blank">
+                            <img src="/images/github.png" width="24px">
+                        </a></td>
+                    </tr>
+                    <tr>
                         <td><strong>Dump</strong></td>
                         <td>creating a dump provider service.</td>
                         <td><a href="https://github.com/apache/karaf/tree/main/examples/karaf-dump-example" target="_blank">
@@ -237,6 +251,13 @@
                         </a></td>
                     </tr>
                     <tr>
+                        <td><strong>Redis</strong></td>
+                        <td>using a Redis server (pub/sub, or key/value store) within Karaf.</td>
+                        <td><a href="https://github.com/apache/karaf/tree/main/examples/karaf-redis-example" target="_blank">
+                            <img src="/images/github.png" width="24px">
+                        </a></td>
+                    </tr>
+                    <tr>
                         <td><strong>REST</strong></td>
                         <td>using JAX-RS to implement a REST service.</td>
                         <td><a href="https://github.com/apache/karaf/tree/main/examples/karaf-rest-example" target="_blank">