From 33a30dfe994fe2d03c3b60e45ccc9b528b85e31f Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Thu, 22 Apr 2021 18:09:46 +0200 Subject: [PATCH] Little corrections --- source/import_documentation/Mixins/widget-mixin.rst | 3 +-- source/import_documentation/faq.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/import_documentation/Mixins/widget-mixin.rst b/source/import_documentation/Mixins/widget-mixin.rst index 9593647..1f0d745 100644 --- a/source/import_documentation/Mixins/widget-mixin.rst +++ b/source/import_documentation/Mixins/widget-mixin.rst @@ -192,8 +192,7 @@ Attributes It can be used in : - - ``solid-display``: a nested ``solid-display`` will be created with the container URI as - data-src. + - ``solid-display``: a nested ``solid-display`` will be created with the container URI as data-src. All attributes of the form ``multiple-[field]-[attribute]`` are transfered on the nested ``solid-display`` as ``[attribute]``. For example, to choose the fields you want to display, you can set: diff --git a/source/import_documentation/faq.rst b/source/import_documentation/faq.rst index 44b6987..6237d28 100644 --- a/source/import_documentation/faq.rst +++ b/source/import_documentation/faq.rst @@ -27,7 +27,7 @@ We're working to make some popularizations for differents audiences. In the mean The whole project is under `MIT licence <https://git.startinblox.com/framework/sib-core/blob/master/LICENSE/>`__. -* **Why the documentation is not in makdown?** +* **Why the documentation is not in markdown?** This documentation in is `Restructured Text <https://docutils.sourceforge.io/rst.html>`__. `Have a look to this article <https://www.ericholscher.com/blog/2016/mar/15/dont-use-markdown-for-technical-docs/>`__ if you want to understand our choice. -- GitLab