From c606cf88e4712dd029de9c0e05668c0f07375d34 Mon Sep 17 00:00:00 2001
From: Manon Bourgognon <manon.bourgognon@epitech.eu>
Date: Mon, 26 Jul 2021 17:52:15 +0200
Subject: [PATCH] test directive include, update components lists

---
 .../Components/Solid-Ac-Checker2.rst          |  6 +++-
 .../framework_guide/list-base-components.rst  | 33 ++++++++++++-------
 .../list-external-components.rst              |  7 +++-
 3 files changed, 33 insertions(+), 13 deletions(-)

diff --git a/source/import_documentation/Components/Solid-Ac-Checker2.rst b/source/import_documentation/Components/Solid-Ac-Checker2.rst
index ab09d80..b7a23cd 100644
--- a/source/import_documentation/Components/Solid-Ac-Checker2.rst
+++ b/source/import_documentation/Components/Solid-Ac-Checker2.rst
@@ -45,6 +45,10 @@ Possible values:
 Mixin attributes
 -----------------
 
-.. include:: ../Mixins/store-mixin.request
+.. include:: /import_documentation/Mixins/store-mixin.rst
+  start-line : 21
+  end-line : 122
+
+.. include:: ../Mixins/store-mixin.rst
   start-line : 21
   end-line : 122
diff --git a/source/import_documentation/framework_guide/list-base-components.rst b/source/import_documentation/framework_guide/list-base-components.rst
index 6b133b3..4cc1c64 100644
--- a/source/import_documentation/framework_guide/list-base-components.rst
+++ b/source/import_documentation/framework_guide/list-base-components.rst
@@ -4,18 +4,29 @@ Base components
 These components offer basic functionalities used in 
 an simple web application like display data, create data, search data, etc.
 
-The base components are :
+- Solid-Ac-Checker : to manage permissions
+- Solid-Calendar : to display and manage data on a calendar
+- Solid-Delete : to delete data
+- Solid-Display : to display data
+- Solid-Form : to create forms and modify data
+- Solid-Form-Search : to search data
+- Solid-Lang : to manage language
+- Solid-Map : to display and manage data on a map
+- Solid-Table : to manage data on a table
+- Solid-Widget : to create custom elements (pattern) to display data
+
+To find out how to use them :
 
 .. toctree::
     :maxdepth: 1
 
-    /import_documentation/Components/Solid-Ac-Checker : to manage permissions
-    /import_documentation/Components/Solid-Calendar : to display and manage data on a calendar
-    /import_documentation/Components/Solid-Delete : to delete data
-    /import_documentation/Components/Solid-Display : to display data
-    /import_documentation/Components/Solid-Form : to create forms and modify data
-    /import_documentation/Components/Solid-Form-Search : to search data
-    /import_documentation/Components/Solid-Lang : to manage language
-    /import_documentation/Components/Solid-Map : to display and manage data on a map
-    /import_documentation/Components/Solid-Table : to manage data on a table
-    /import_documentation/Components/Solid-Widget : to create custom elements (pattern) to display data
+    /import_documentation/Components/Solid-Ac-Checker
+    /import_documentation/Components/Solid-Calendar
+    /import_documentation/Components/Solid-Delete
+    /import_documentation/Components/Solid-Display
+    /import_documentation/Components/Solid-Form
+    /import_documentation/Components/Solid-Form-Search
+    /import_documentation/Components/Solid-Lang
+    /import_documentation/Components/Solid-Map
+    /import_documentation/Components/Solid-Table
+    /import_documentation/Components/Solid-Widget
diff --git a/source/import_documentation/framework_guide/list-external-components.rst b/source/import_documentation/framework_guide/list-external-components.rst
index 495cfb6..d1565ec 100644
--- a/source/import_documentation/framework_guide/list-external-components.rst
+++ b/source/import_documentation/framework_guide/list-external-components.rst
@@ -2,7 +2,12 @@ External components
 *******************
 
 The external components are not required for an application to be functional, 
-however they can be used to add useful features such as authentication and router:
+however they can be used to add useful features :
+
+- Solid-Auth : to manage user authentication
+- Solid-Router : to create menu and navigate between pages
+
+For more information on their use :
 
 .. toctree::
     :maxdepth: 1
-- 
GitLab