Skip to content
Snippets Groups Projects
Commit c606cf88 authored by Manon Bourgognon's avatar Manon Bourgognon
Browse files

test directive include, update components lists

parent 267fec8e
No related branches found
No related tags found
1 merge request!87test directive include, update components lists
...@@ -45,6 +45,10 @@ Possible values: ...@@ -45,6 +45,10 @@ Possible values:
Mixin attributes 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 start-line : 21
end-line : 122 end-line : 122
...@@ -4,18 +4,29 @@ Base components ...@@ -4,18 +4,29 @@ Base components
These components offer basic functionalities used in These components offer basic functionalities used in
an simple web application like display data, create data, search data, etc. 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:: .. toctree::
:maxdepth: 1 :maxdepth: 1
/import_documentation/Components/Solid-Ac-Checker : to manage permissions /import_documentation/Components/Solid-Ac-Checker
/import_documentation/Components/Solid-Calendar : to display and manage data on a calendar /import_documentation/Components/Solid-Calendar
/import_documentation/Components/Solid-Delete : to delete data /import_documentation/Components/Solid-Delete
/import_documentation/Components/Solid-Display : to display data /import_documentation/Components/Solid-Display
/import_documentation/Components/Solid-Form : to create forms and modify data /import_documentation/Components/Solid-Form
/import_documentation/Components/Solid-Form-Search : to search data /import_documentation/Components/Solid-Form-Search
/import_documentation/Components/Solid-Lang : to manage language /import_documentation/Components/Solid-Lang
/import_documentation/Components/Solid-Map : to display and manage data on a map /import_documentation/Components/Solid-Map
/import_documentation/Components/Solid-Table : to manage data on a table /import_documentation/Components/Solid-Table
/import_documentation/Components/Solid-Widget : to create custom elements (pattern) to display data /import_documentation/Components/Solid-Widget
...@@ -2,7 +2,12 @@ External components ...@@ -2,7 +2,12 @@ External components
******************* *******************
The external components are not required for an application to be functional, 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:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment