diff --git a/source/import_documentation/Components/Solid-Ac-Checker2.rst b/source/import_documentation/Components/Solid-Ac-Checker2.rst
index ab09d80ff6edd5d744c9c2682b9b00d2bb3892dd..b7a23cdcc175d1660b7be4183fb03f530c400c5a 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 6b133b35841e0ea127fae54aba9dec38e1ee1eb8..4cc1c647686e460f710256a37cafb581e579db8e 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 495cfb6c884d04ecf470b94342d6febe1b5c2d44..d1565ec636165c715301afe0d23388e7169a84da 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