From 89d1c4ef7e999b9bc1a3547b3200cf21cc1731a1 Mon Sep 17 00:00:00 2001
From: Alice Poggioli <alice.poggioli@paca.happy-dev.fr>
Date: Tue, 28 Jul 2020 09:59:34 +0200
Subject: [PATCH] add second method for component

---
 .../import_documentation/How-to-make-components.rst | 13 +++++++++++--
 source/index.rst                                    |  2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/source/import_documentation/How-to-make-components.rst b/source/import_documentation/How-to-make-components.rst
index 8f93542..860cad7 100644
--- a/source/import_documentation/How-to-make-components.rst
+++ b/source/import_documentation/How-to-make-components.rst
@@ -72,8 +72,8 @@ Your `package.json` should look like this :
 Two methods
 =============
 
-1. SiBTemplateElement method
---------------------------------
+1. With SiBTemplateElement
+--------------------------
 
 When you should use this method : 
  * to encapsulate simple code
@@ -307,6 +307,15 @@ Helper fonctions can be import from the framework.
 We’ve also made `a sib-tutorial component <https://git.startinblox.com/components/sib-tutorial>`__. It’s
 very simple exemple to provide you an other template to start easily you own. Be thoughtful with the documentation of your readme :)
 
+2. Without SiBTemplateElement 
+-----------------------------
+
+Developping your component without SiBTemplateElement allow you to use mixins but you need to have a minimum of knowledge on the framework.
+
+.. note:: 
+    This tutorial is coming soon
+
+
 If you have some questions left, please `mail us <'mailto:alice@startinblox.com?subject=A%20feedback%20from%20the%20doc>`__ ou
 ask us on the `community chat <https://community.startinblox.com>`__.
 
diff --git a/source/index.rst b/source/index.rst
index 754025a..81750a3 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -18,10 +18,10 @@ Welcome to Startinblox's documentation!
    :caption: How it work:
 
    import_documentation/sib-demo
+   import_documentation/How-to-make-components
    import_documentation/install-sib-server
    import_documentation/develop-sib-ldp-packages
    import_documentation/server-architecture
-   import_documentation/How-to-make-components
 
 .. import_documentation/core-framework-architecture
 
-- 
GitLab