diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst index 4d007219cdd4e411120d5a2cb5b5503fa8345202..24396929a2c3110437352250c8fe6976297a3ae6 100644 --- a/source/import_documentation/get-started.rst +++ b/source/import_documentation/get-started.rst @@ -3,8 +3,7 @@ Getting Started Interoperability ================ -What does it mean ? ------------------- +**What does it mean ?** It means that any front can use any data sources from any back because it communicates with each other with a universal API. @@ -22,7 +21,7 @@ With the Front If you are familiar with React or VusJS, learning how to use Startin'blox is going to be so easy for you. It's even easier. -So why using Startin'blox instead of React ? +So why using Startin'blox instead of React or VueJS? ------------------------------------------- Because it allows you to easily grasp the SOLID standards that allow the universalization of APIs, it is also lighter to install and to be more than up to date on the latest web component standards. @@ -47,9 +46,9 @@ It enables you to use Startin’blox technology and all the base components from fields="name, email" ></solid-display> -.. note:: Notes the data-src attribute - - You will find it in almost all Startin'blox components. It is this attribute that hosts the data source you want to use within this component. You can go to the url (`https://apiprod.happy-dev.fr/collectives/<https://apiprod.happy-dev.fr/collectives/>`__ ) to see what the API looks like. +.. note:: + **Notes the data-src attribute** + You will find it in almost all Startin'blox components. It is this attribute that hosts the data source you want to use within this component. You can go to the url (`https://apiprod.happy-dev.fr/collectives/ <https://apiprod.happy-dev.fr/collectives/>`__ ) to see what the API looks like. Extend Components