From 5bb158d9893e86dc1a3de5e8abd3a5cc2bee2693 Mon Sep 17 00:00:00 2001 From: Alice Poggioli <alice.poggioli@paca.happy-dev.fr> Date: Tue, 1 Sep 2020 12:33:18 +0200 Subject: [PATCH] update how to make component --- source/import_documentation/get-started.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst index 4d00721..2439692 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 -- GitLab