From c2ef36955c644f357fe4c21ba51c8fe0916d25ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <cpartiot@gmail.com> Date: Tue, 5 Jan 2021 11:49:15 +0100 Subject: [PATCH] update: authentication --- source/import_documentation/build-existing-app.rst | 6 +++--- source/import_documentation/build-full-application.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/import_documentation/build-existing-app.rst b/source/import_documentation/build-existing-app.rst index a23617b..69c1e05 100644 --- a/source/import_documentation/build-existing-app.rst +++ b/source/import_documentation/build-existing-app.rst @@ -1,5 +1,5 @@ How to build a SIB application from sources -######################################### +########################################### Requirements ============ @@ -8,7 +8,7 @@ npm 6.7.0 Configure the app -================== +================= Get the code of your app (for the example the SIB App): .. code-block:: bash @@ -55,7 +55,7 @@ In this example we are contacting the same server (batman.happy-dev.fr) for all If you use a local development server, you should use http://localhost:8000/ instead. Build the client app -================== +==================== Create your application bundle: .. code-block:: bash diff --git a/source/import_documentation/build-full-application.rst b/source/import_documentation/build-full-application.rst index 3ef2cf3..8b5fb1b 100644 --- a/source/import_documentation/build-full-application.rst +++ b/source/import_documentation/build-full-application.rst @@ -85,8 +85,8 @@ Let's assume we want to add a menu to our app. We're gonna add the router compon => `Play with the SiB Builder <https://la-pommeraye.fr/sib-builder//>`__ -4. Authentification ---------------------- +4. Authentication +----------------- .. warning:: This part is missing -- GitLab