From dd714405dabdd9b12827cf76d077523940f0ad99 Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Tue, 14 Apr 2020 10:38:24 +0200
Subject: [PATCH] update home

---
 source/import_documentation/get-started.rst | 30 ++++++++++++++++++++-
 source/index.rst                            |  4 ++-
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst
index d09dfc7..2f7594c 100644
--- a/source/import_documentation/get-started.rst
+++ b/source/import_documentation/get-started.rst
@@ -7,7 +7,7 @@ Startin'blox is a front framework based on `official Web Component website <http
 
 
 Try and learn Startin'blox
---------------------------
+---------------------------
 
 Startin'blox was designed to be modular. You can integrate only one component to an existing application or build an entire application in SiB. You are not supposed to master javascript to use the framework but as we are still in development, it is advisable to have some notions
 
@@ -41,6 +41,34 @@ The glossary contains an overview of the most commonly used terms in the documen
 
 => `Have a look on the glossary ? <Glossary/>`__
 
+
+Get involved
+-------------
+Startin'blox is a young technology. If you want to participate in its development you can create components or look at the core of the framework.
+
+Create your components
+......................
+
+The components we develop tend to be as close as possible to `last standards <https://www.webcomponents.org/specs/>`__ in web. The objective is to build a library of reusable components to facilitate further development. 
+
+What redundant functionality in web applications would you be interested in having available?
+
+=> `How to create your own components ? <How-to-make-components/>`__
+
+Go deeper in the framework
+..........................
+If you want to go further in the understanding of the framework, a developper documentation is dedicated to it.
+
+=> `See the developper documentation <https://developpers.startinblox.com/>`__
+
+Give us feedbacks
+.................
+The best thing you can do to help us in the development of startin'blox is to share your feedback, bug reports and suggestions. If needed, have a look on `our contribution guidelines <Contribution-guidelines/>`__
+
+=> `Come chat with us! <https://community.startinblox.com/>`__
+=> `Open an issue <https://git.startinblox.com/>`__
+
+
 Something is missing ? 
 ......................
 
diff --git a/source/index.rst b/source/index.rst
index 1779b0a..8be7c4a 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -6,6 +6,8 @@ Welcome to Startinblox's documentation!
    :caption: Contents:
 
    import_documentation/get-started
+   import_documentation/Use-a-component-alone-in-an-existing-application
+   import_documentation/build-full-application
    import_documentation/Components/index
    import_documentation/Contribution-guidelines
    import_documentation/Documentation-Component-Model
@@ -14,7 +16,7 @@ Welcome to Startinblox's documentation!
    import_documentation/Helpers-functions
    import_documentation/How-to-make-components
    import_documentation/Solid-introduction
-   import_documentation/Use-a-component-alone-in-an-existing-application
+   
    import_documentation/Why-Web-Components
    import_documentation/devops/index
    import_documentation/philosophy
-- 
GitLab