From 0fa01e6b228f949bc22631a39954fb4316f0b43a Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Tue, 14 Apr 2020 15:22:38 +0200 Subject: [PATCH] update --- source/import_documentation/get-started.rst | 25 +++++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst index 2af8875..b72d30e 100644 --- a/source/import_documentation/get-started.rst +++ b/source/import_documentation/get-started.rst @@ -1,13 +1,24 @@ -Get Started +First Steps ########### +What is Startin'blox ? +*********************** + Startin'blox is a front framework based on `Web Components <https://www.webcomponents.org/>`__ and `Linked Data conventions <https://www.w3.org/standards/semanticweb/data/>`__ to create interfaces compatible with the `SOLID specifications <https://github.com/solid/solid-spec/>`__. => To know more about Startin'blox, have a look to `our website <https://startinblox.com/>`__. +Why use Startin'blox ? +*********************** +.. warning:: + This part is missing + + +Getting Started +**************** Hello Word ------------ +========== The simplest code you can try with SiB look like this : @@ -24,7 +35,7 @@ Have a look on how our datas are structured : `https://api.startinblox.com/hell Play with Startin'blox -...................... +---------------------- To try the framework, you can play with => `our demo <https://startinblox.com/fr/technology#demo/>`__. @@ -32,14 +43,14 @@ To try the framework, you can play with Use Startin'blox ----------------- +=============== Startin'blox was designed to be modular. You can integrate only one component to an existing application or build an entire application in SiB. You are not supposed to master javascript to use the framework but as we are still in development, it is advisable to have some notions Add a SiB components to a website -................................. +---------------------------------- You can easily and quickly add a component to an existing application juste adding a script and a tag. We are currently working on making integration even easier with WordPress plugins. @@ -47,14 +58,14 @@ You can easily and quickly add a component to an existing application juste addi Build an application with SiB -................................. +------------------------------ You'll find in the framework everything you need to build an entiere application. To start a project in SiB, you just need a simple HTML file, add framework scripts and put tags. => `How to build a full application ? <build-full-application/>`__ Glossary -........ +-------- The glossary contains an overview of the most commonly used terms in the documentation. -- GitLab