From 4a99a44d42323a3ffe21cc62de98ffb43771b819 Mon Sep 17 00:00:00 2001 From: vhu-axelor <146069039+vhu-axelor@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:25:38 +0100 Subject: [PATCH] docs: update 8.2 to new format (#781) * RM#86101 --- .../doc/en/Application/Creation_d_un_ecran.md | 3 +-- docs/doc/en/Application/Creation_d_un_menu.md | 5 ++--- .../en/Application/Creation_d_un_module.md | 5 ++--- .../Application/Creations_d_un_appel_API.md | 3 +-- .../en/Application/Gestion_des_composants.md | 5 ++--- docs/doc/en/Application/Index.md | 6 ------ docs/doc/en/Application/_category_.json | 8 ++++++++ docs/doc/en/Application/buildCustomization.md | 19 ++++++++++--------- docs/doc/en/Architecture.md | 3 +-- docs/doc/en/GettingStarted.md | 3 +-- docs/doc/en/Introduction.md | 4 +--- docs/doc/en/Outil/Gestion_des_headers.md | 5 ++--- docs/doc/en/Outil/Gestion_du_theme.md | 3 +-- docs/doc/en/Outil/Gestions_de_camera.md | 3 +-- docs/doc/en/Outil/Gestions_de_traductions.md | 5 ++--- .../en/Outil/Gestions_des_API_providers.md | 3 +-- docs/doc/en/Outil/_category_.json | 8 ++++++++ docs/doc/en/Outil/gestion_des_erreurs.md | 3 +-- docs/doc/en/Outil/gestions_de_store.md | 5 ++--- docs/doc/en/Outil/index.md | 5 ----- docs/doc/en/Outil/permissionManagement.md | 3 +-- docs/doc/en/Outil/selectionManagement.md | 3 +-- docs/doc/en/Outil/toolManagenent.md | 3 +-- docs/doc/en/pratique.md | 3 +-- .../doc/fr/Application/Creation_d_un_ecran.md | 3 +-- docs/doc/fr/Application/Creation_d_un_menu.md | 3 +-- .../fr/Application/Creation_d_un_module.md | 3 +-- .../Application/Creations_d_un_appel_API.md | 3 +-- .../fr/Application/Gestion_des_composants.md | 3 +-- docs/doc/fr/Application/Index.md | 6 ------ docs/doc/fr/Application/_category_.json | 8 ++++++++ docs/doc/fr/Application/buildCustomization.md | 19 ++++++++++--------- docs/doc/fr/Architecture.md | 3 +-- docs/doc/fr/GettingStarted.md | 3 +-- docs/doc/fr/Introduction.md | 4 +--- docs/doc/fr/Outil/Gestion_des_headers.md | 3 +-- docs/doc/fr/Outil/Gestion_du_theme.md | 3 +-- docs/doc/fr/Outil/Gestions_de_camera.md | 3 +-- docs/doc/fr/Outil/Gestions_de_traductions.md | 3 +-- .../fr/Outil/Gestions_des_API_providers.md | 3 +-- docs/doc/fr/Outil/_category_.json | 8 ++++++++ docs/doc/fr/Outil/gestion_des_erreurs.md | 3 +-- docs/doc/fr/Outil/gestions_de_store.md | 3 +-- docs/doc/fr/Outil/index.md | 5 ----- docs/doc/fr/Outil/permissionManagement.md | 3 +-- docs/doc/fr/Outil/selectionManagement.md | 3 +-- docs/doc/fr/Outil/toolManagenent.md | 3 +-- docs/doc/fr/pratique.md | 3 +-- 48 files changed, 96 insertions(+), 124 deletions(-) delete mode 100644 docs/doc/en/Application/Index.md create mode 100644 docs/doc/en/Application/_category_.json create mode 100644 docs/doc/en/Outil/_category_.json delete mode 100644 docs/doc/en/Outil/index.md delete mode 100644 docs/doc/fr/Application/Index.md create mode 100644 docs/doc/fr/Application/_category_.json create mode 100644 docs/doc/fr/Outil/_category_.json delete mode 100644 docs/doc/fr/Outil/index.md diff --git a/docs/doc/en/Application/Creation_d_un_ecran.md b/docs/doc/en/Application/Creation_d_un_ecran.md index 4788561eb6..66c604a5d2 100644 --- a/docs/doc/en/Application/Creation_d_un_ecran.md +++ b/docs/doc/en/Application/Creation_d_un_ecran.md @@ -1,7 +1,6 @@ --- -id: Création d’un écran sidebar_position: 3 -sidebar_class_name: icon +description: '' --- # Screen creation diff --git a/docs/doc/en/Application/Creation_d_un_menu.md b/docs/doc/en/Application/Creation_d_un_menu.md index 0752748904..3775919f64 100644 --- a/docs/doc/en/Application/Creation_d_un_menu.md +++ b/docs/doc/en/Application/Creation_d_un_menu.md @@ -1,10 +1,9 @@ --- -id: Création d’un menu sidebar_position: 4 -sidebar_class_name: icon +description: '' --- -## Creating a menu +# Creating a menu The definition of a menu requires the definition of a screen to be displayed when the user selects the menu entry in the drawer. diff --git a/docs/doc/en/Application/Creation_d_un_module.md b/docs/doc/en/Application/Creation_d_un_module.md index 1c7d51786c..0be755a0af 100644 --- a/docs/doc/en/Application/Creation_d_un_module.md +++ b/docs/doc/en/Application/Creation_d_un_module.md @@ -1,10 +1,9 @@ --- -id: Création d’un module sidebar_position: 5 -sidebar_class_name: icon +description: '' --- -## Creating a module +# Creating a module The application uses a module structure. Each functional package must export an object in the _Module_ format defined in the **CORE** package. diff --git a/docs/doc/en/Application/Creations_d_un_appel_API.md b/docs/doc/en/Application/Creations_d_un_appel_API.md index c6e70171ed..d6f743b804 100644 --- a/docs/doc/en/Application/Creations_d_un_appel_API.md +++ b/docs/doc/en/Application/Creations_d_un_appel_API.md @@ -1,7 +1,6 @@ --- -id: Création d’un appel API sidebar_position: 2 -sidebar_class_name: icon +description: '' --- # Creating an API call diff --git a/docs/doc/en/Application/Gestion_des_composants.md b/docs/doc/en/Application/Gestion_des_composants.md index 485bab1fe2..f8f44c8d68 100644 --- a/docs/doc/en/Application/Gestion_des_composants.md +++ b/docs/doc/en/Application/Gestion_des_composants.md @@ -1,7 +1,6 @@ --- -id: Gestion des composants sidebar_position: 1 -sidebar_class_name: icon +description: '' --- # Component management @@ -61,7 +60,7 @@ axelor-mobile/ Once in the stories folder, components are sorted by type (atoms, molecules, organisms & templates) in the same way as in the package sources. -A story is a component use case. In the storybook, you need to successfully re-create all the component's use cases to enable better documentation. To create a story, you need to create a new file in the _stories_ folder, in the right component category. The nomenclature for the file name is _.stories.tsx_. +A story is a component use case. In the storybook, you need to successfully re-create all the component's use cases to enable better documentation. To create a story, you need to create a new file in the _stories_ folder, in the right component category. The nomenclature for the file name is `.stories.tsx`. There can then be two types of stories: fixed stories in the style of a catalog, or customizable stories where the user can modify each attribute to make the combinations of his choice. diff --git a/docs/doc/en/Application/Index.md b/docs/doc/en/Application/Index.md deleted file mode 100644 index c3aee9aa6b..0000000000 --- a/docs/doc/en/Application/Index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -id: base -sidebar_position: 5 -sidebar_class_name: icon application -sidebar_label: Création de votre propre application ---- diff --git a/docs/doc/en/Application/_category_.json b/docs/doc/en/Application/_category_.json new file mode 100644 index 0000000000..721fd2d721 --- /dev/null +++ b/docs/doc/en/Application/_category_.json @@ -0,0 +1,8 @@ +{ + "className": "cloud-fill", + "label": "Creating your own app", + "position": 5, + "link": { + "type": "generated-index" + } +} diff --git a/docs/doc/en/Application/buildCustomization.md b/docs/doc/en/Application/buildCustomization.md index fbab23ef6b..9e11ad2459 100644 --- a/docs/doc/en/Application/buildCustomization.md +++ b/docs/doc/en/Application/buildCustomization.md @@ -1,22 +1,23 @@ --- -id: buildCustomization sidebar_position: 6 -sidebar_class_name: icon +description: '' --- -# Android build customization +# Build customization -## Name modification +## Android + +### Name modification To modify the name displayed under the application once installed, you need to modify the value associated with the _app_name_ key in the `android > app > src > main > res > values > strings.xml` file. -## Changing the identifier +### Changing the identifier To create an application distinct from Axelor Mobile, you need to modify the package name associated with the application in the native Android code. There's no easy way to do this. You need to perform a global search in the Android folder and replace all occurrences of the standard package name _com.aosmobile_, with and without capital letters, with the name of the new package. You should also remember to modify the structure of the _java_ folders in the main and debug sections to adapt to the new package name. The last step is to modify the package name at the root of the project, as well as the version, and to modify the identifier used by Metro in the `app.json` file to use the identifier of the new application. -## Modifying the application icon +### Modifying the application icon To modify the application icon, open the application's Android folder in **Android Studio**. The project may take some time to initialize. Once the IDE is ready, create a new _Image Asset_ in the resources folder. @@ -28,13 +29,13 @@ Next, you need to provide the path to the image to be used for generation. It's Then simply validate the configuration and Android Studio will generate all the icon sizes and shapes for the application. -# iOS build customization +## iOS -## Name and ID modification +### Name and ID modification To change the name or identifier of an iOS application, use XCode and open the application's General tab. In the _identity_ panel, modify the _Display Name_ and/or _Bundle Identifier_ with the desired values. The changes should then appear in the `Info.plist` and `project.pbxproj` files. -## Application icon modification +### Application icon modification To modify the application icon, open the application's ios folder in **Xcode**. The project may take some time to initialize. Once the IDE is ready, modify the AppIcon file in `AosMobile > Images`. To only have to load a single image, select _Single Size_ in the right sidebar. diff --git a/docs/doc/en/Architecture.md b/docs/doc/en/Architecture.md index e05da723c1..56f85eb5a3 100755 --- a/docs/doc/en/Architecture.md +++ b/docs/doc/en/Architecture.md @@ -1,7 +1,6 @@ --- -id: Architecture de l'application sidebar_position: 3 -sidebar_class_name: icon architecture +description: '' --- # Application architecture diff --git a/docs/doc/en/GettingStarted.md b/docs/doc/en/GettingStarted.md index bfb5137a11..64546452f7 100755 --- a/docs/doc/en/GettingStarted.md +++ b/docs/doc/en/GettingStarted.md @@ -1,7 +1,6 @@ --- -id: Getting Started sidebar_position: 2 -sidebar_class_name: icon started +description: '' --- # Getting started diff --git a/docs/doc/en/Introduction.md b/docs/doc/en/Introduction.md index 37dcafa742..7ac1d14aca 100755 --- a/docs/doc/en/Introduction.md +++ b/docs/doc/en/Introduction.md @@ -1,9 +1,7 @@ --- -id: Introduction slug: / sidebar_position: 1 -sidebar_label: Introduction -sidebar_class_name: icon introduction +description: '' --- # Introduction diff --git a/docs/doc/en/Outil/Gestion_des_headers.md b/docs/doc/en/Outil/Gestion_des_headers.md index 4e82fb1d89..edab582e8d 100644 --- a/docs/doc/en/Outil/Gestion_des_headers.md +++ b/docs/doc/en/Outil/Gestion_des_headers.md @@ -1,7 +1,6 @@ --- -id: Gestions des headers sidebar_position: 6 -sidebar_class_name: icon gestions des headers +description: '' --- # Header management @@ -31,7 +30,7 @@ const useCustomerDeliveryDetailsActions = () => { The `headerActionsProvider` tool must therefore be used to associate a key with an object containing all the information required for the various header actions. -A nomenclature has been set up to help understand the origin of a key: _._. +A nomenclature has been set up to help understand the origin of a key: ``. Actions are defined through a structure named `HeaderOptions` : diff --git a/docs/doc/en/Outil/Gestion_du_theme.md b/docs/doc/en/Outil/Gestion_du_theme.md index 8c60e864a3..0f9c7b9b7e 100644 --- a/docs/doc/en/Outil/Gestion_du_theme.md +++ b/docs/doc/en/Outil/Gestion_du_theme.md @@ -1,7 +1,6 @@ --- -id: Themes sidebar_position: 2 -sidebar_class_name: icon themes +description: '' --- # Theme management diff --git a/docs/doc/en/Outil/Gestions_de_camera.md b/docs/doc/en/Outil/Gestions_de_camera.md index 5195c8c8d8..a23486d949 100644 --- a/docs/doc/en/Outil/Gestions_de_camera.md +++ b/docs/doc/en/Outil/Gestions_de_camera.md @@ -1,7 +1,6 @@ --- -id: Gestion de la camera sidebar_position: 8 -sidebar_class_name: icon gestion de la camera +description: '' --- # Using the camera and/or scanner diff --git a/docs/doc/en/Outil/Gestions_de_traductions.md b/docs/doc/en/Outil/Gestions_de_traductions.md index 270f697299..86c110f67e 100644 --- a/docs/doc/en/Outil/Gestions_de_traductions.md +++ b/docs/doc/en/Outil/Gestions_de_traductions.md @@ -1,7 +1,6 @@ --- -id: Traductions sidebar_position: 1 -sidebar_class_name: icon traductions +description: '' --- # Translation management @@ -14,7 +13,7 @@ Each module must include in its architecture an i18n folder with json files, one Within the translation files, the keys must follow a nomenclature in order to structure all translations and identify their origin. -The nomenclature is as follows: _\__. +The nomenclature is as follows: `\_`. All translation keys must be written in **English** to enable the user to continue using the application even if the translation value has not been found. diff --git a/docs/doc/en/Outil/Gestions_des_API_providers.md b/docs/doc/en/Outil/Gestions_des_API_providers.md index 9c47e3cc4d..41179d1e95 100644 --- a/docs/doc/en/Outil/Gestions_des_API_providers.md +++ b/docs/doc/en/Outil/Gestions_des_API_providers.md @@ -1,7 +1,6 @@ --- -id: API providers sidebar_position: 4 -sidebar_class_name: icon API providers +description: '' --- # API provider management diff --git a/docs/doc/en/Outil/_category_.json b/docs/doc/en/Outil/_category_.json new file mode 100644 index 0000000000..ac8bac5015 --- /dev/null +++ b/docs/doc/en/Outil/_category_.json @@ -0,0 +1,8 @@ +{ + "className": "tools", + "label": "Tools at your disposal", + "position": 4, + "link": { + "type": "generated-index" + } +} diff --git a/docs/doc/en/Outil/gestion_des_erreurs.md b/docs/doc/en/Outil/gestion_des_erreurs.md index 619c8e9969..d81c5a164e 100644 --- a/docs/doc/en/Outil/gestion_des_erreurs.md +++ b/docs/doc/en/Outil/gestion_des_erreurs.md @@ -1,7 +1,6 @@ --- -id: Gestions des erreurs sidebar_position: 3 -sidebar_class_name: icon gestions des erreurs +description: '' --- # Error handling diff --git a/docs/doc/en/Outil/gestions_de_store.md b/docs/doc/en/Outil/gestions_de_store.md index 1041764154..5232c8534d 100644 --- a/docs/doc/en/Outil/gestions_de_store.md +++ b/docs/doc/en/Outil/gestions_de_store.md @@ -1,7 +1,6 @@ --- -id: Gestion de store sidebar_position: 5 -sidebar_class_name: icon gestion de store +description: '' --- # Store management @@ -44,7 +43,7 @@ export const handlerApiCall = ({ }: ApiHandlerProps) ``` -When creating the asynchronous function, it's important to respect the following nomenclature for creating the type: _/._ There is also a nomenclature for creating the translation keys used to describe the action executed: _"SliceAction"_. In addition, to make translation files easier to read, translations for reducer actions are grouped together at the end of the files. +When creating the asynchronous function, it's important to respect the following nomenclature for creating the type: `/`. There is also a nomenclature for creating the translation keys used to describe the action executed: `SliceAction`. In addition, to make translation files easier to read, translations for reducer actions are grouped together at the end of the files. Next, we need to build a slice to indicate the behavior to be adopted in the various query states (pending, rejected or fulfilled). In order to access the store state for this slice, it must be exported, then the reducer created must be exported so that it can be added to the module export. diff --git a/docs/doc/en/Outil/index.md b/docs/doc/en/Outil/index.md deleted file mode 100644 index 310a47f333..0000000000 --- a/docs/doc/en/Outil/index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -id: Outils mis à votre disposition -sidebar_position: 4 -sidebar_class_name: icon outil ---- diff --git a/docs/doc/en/Outil/permissionManagement.md b/docs/doc/en/Outil/permissionManagement.md index 593228fe2c..3f5f8acc3a 100644 --- a/docs/doc/en/Outil/permissionManagement.md +++ b/docs/doc/en/Outil/permissionManagement.md @@ -1,7 +1,6 @@ --- -id: permissionManagement sidebar_position: 9 -sidebar_class_name: icon permissions +description: '' --- # Permission management diff --git a/docs/doc/en/Outil/selectionManagement.md b/docs/doc/en/Outil/selectionManagement.md index f36882dbb9..0ba1e48152 100644 --- a/docs/doc/en/Outil/selectionManagement.md +++ b/docs/doc/en/Outil/selectionManagement.md @@ -1,7 +1,6 @@ --- -id: selectionManagement sidebar_position: 7 -sidebar_class_name: icon selections +description: '' --- # Selections management diff --git a/docs/doc/en/Outil/toolManagenent.md b/docs/doc/en/Outil/toolManagenent.md index 9c6270dd35..529dad22e8 100644 --- a/docs/doc/en/Outil/toolManagenent.md +++ b/docs/doc/en/Outil/toolManagenent.md @@ -1,7 +1,6 @@ --- -id: toolManagement sidebar_position: 10 -sidebar_class_name: icon tools +description: '' --- # Quick actions management diff --git a/docs/doc/en/pratique.md b/docs/doc/en/pratique.md index 35b706621e..c8a8c96994 100755 --- a/docs/doc/en/pratique.md +++ b/docs/doc/en/pratique.md @@ -1,7 +1,6 @@ --- -id: Bonnes pratiques de dévleloppement sidebar_position: 6 -sidebar_class_name: icon pratique +description: '' --- # Good development practices diff --git a/docs/doc/fr/Application/Creation_d_un_ecran.md b/docs/doc/fr/Application/Creation_d_un_ecran.md index 002909e599..e612d7342f 100644 --- a/docs/doc/fr/Application/Creation_d_un_ecran.md +++ b/docs/doc/fr/Application/Creation_d_un_ecran.md @@ -1,7 +1,6 @@ --- -id: Création d’un écran sidebar_position: 3 -sidebar_class_name: icon +description: '' --- # Création d’un écran diff --git a/docs/doc/fr/Application/Creation_d_un_menu.md b/docs/doc/fr/Application/Creation_d_un_menu.md index 8e9e331775..d9fbef76b6 100644 --- a/docs/doc/fr/Application/Creation_d_un_menu.md +++ b/docs/doc/fr/Application/Creation_d_un_menu.md @@ -1,7 +1,6 @@ --- -id: Création d’un menu sidebar_position: 4 -sidebar_class_name: icon +description: '' --- # Création d’un menu diff --git a/docs/doc/fr/Application/Creation_d_un_module.md b/docs/doc/fr/Application/Creation_d_un_module.md index a340a112c2..70cd5ebb92 100644 --- a/docs/doc/fr/Application/Creation_d_un_module.md +++ b/docs/doc/fr/Application/Creation_d_un_module.md @@ -1,7 +1,6 @@ --- -id: Création d’un module sidebar_position: 5 -sidebar_class_name: icon +description: '' --- # Création d’un module diff --git a/docs/doc/fr/Application/Creations_d_un_appel_API.md b/docs/doc/fr/Application/Creations_d_un_appel_API.md index 3c89ca0a82..a79208deaf 100644 --- a/docs/doc/fr/Application/Creations_d_un_appel_API.md +++ b/docs/doc/fr/Application/Creations_d_un_appel_API.md @@ -1,7 +1,6 @@ --- -id: Création d’un appel API sidebar_position: 2 -sidebar_class_name: icon +description: '' --- # Création d’un appel API diff --git a/docs/doc/fr/Application/Gestion_des_composants.md b/docs/doc/fr/Application/Gestion_des_composants.md index f0a3281d7f..a01f9da06a 100644 --- a/docs/doc/fr/Application/Gestion_des_composants.md +++ b/docs/doc/fr/Application/Gestion_des_composants.md @@ -1,7 +1,6 @@ --- -id: Gestion des composants sidebar_position: 1 -sidebar_class_name: icon +description: '' --- # Gestion des composants diff --git a/docs/doc/fr/Application/Index.md b/docs/doc/fr/Application/Index.md deleted file mode 100644 index c3aee9aa6b..0000000000 --- a/docs/doc/fr/Application/Index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -id: base -sidebar_position: 5 -sidebar_class_name: icon application -sidebar_label: Création de votre propre application ---- diff --git a/docs/doc/fr/Application/_category_.json b/docs/doc/fr/Application/_category_.json new file mode 100644 index 0000000000..ebfea8c835 --- /dev/null +++ b/docs/doc/fr/Application/_category_.json @@ -0,0 +1,8 @@ +{ + "className": "cloud-fill", + "label": "Création de votre propre application", + "position": 5, + "link": { + "type": "generated-index" + } +} diff --git a/docs/doc/fr/Application/buildCustomization.md b/docs/doc/fr/Application/buildCustomization.md index c58b959ce5..0d955496fe 100644 --- a/docs/doc/fr/Application/buildCustomization.md +++ b/docs/doc/fr/Application/buildCustomization.md @@ -1,22 +1,23 @@ --- -id: buildCustomization sidebar_position: 6 -sidebar_class_name: icon +description: '' --- -# Personnalisation du build Android +# Personnalisation du build -## Modification du nom +## Android + +### Modification du nom Pour modifier le nom affiché sous l'application une fois installée, il faut aller modifier la valeur associée à la clé _app_name_ dans le fichier `android > app > src > main > res > values > strings.xml`. -## Modification de l'identifiant +### Modification de l'identifiant Pour créer une application distincte d'Axelor Mobile, il faut venir modifier le nom du package associé à l'application dans le code natif d'Android. Il n'existe pas de solution simplifiée pour effectuer cette action. Il faut faire une recherche globale dans le dossier Android et remplacer toutes les occurences du nom du package standard _com.aosmobile_ avec et sans majuscules et les remplacer par le nom du nouveau package. Il faut également penser à modifier la structure des dossiers _java_ dans la partie main et debug pour s'adapter au nouveau nom de package. La dernière étape est de modifier le nom du package à la racine du projet, ainsi que la version, et de modifier l'identifiant utilisé par Metro dans le fichier `app.json` pour utiliser l'identifiant de la nouvelle application. -## Modification de l'icon de l'application +### Modification de l'icon de l'application Pour modifier l'icon de l'application, il faut ouvrir le dossier android de l'application dans **Android Studio**, le projet peut prendre un peu de temps à s'initialiser. Une fois l'IDE prêt, il faut aller créer un nouvel _Image Asset_ dans le dossier ressources. @@ -28,13 +29,13 @@ Il faut ensuite fournir le chemin de l'image à utiliser pour la génération. I Il suffit ensuite de valider la configuration pour que Android Studio génère toutes les tailles et formes d'icon pour l'application. -# Personnalisation du build iOS +## iOS -## Modification du nom et de l'identifiant +### Modification du nom et de l'identifiant Pour modifier le nom ou l'identifiant de l'application iOS, il faut utiliser XCode et ouvrir l'onglet Général de l'application. Dans le panel _identity_, modifier les _Display Name_ et/ou _Bundle Identifier_ avec les valeurs souhaitées. Les changements devraient alors apparaître dans les fichiers `Info.plist` et `project.pbxproj`. -## Modification de l'icon de l'application +### Modification de l'icon de l'application Pour modifier l'icon de l'application, il faut ouvrir le dossier ios de l'application dans **Xcode**, le projet peut prendre un peu de temps à s'initialiser. Une fois l'IDE prêt, il faut aller modifier le fichier AppIcon dans `AosMobile > Images`. Pour n'avoir à charger qu'une seule image il faut sélectionner _Single Size_ dans la barre latérale de droite. diff --git a/docs/doc/fr/Architecture.md b/docs/doc/fr/Architecture.md index 329c234396..cd4bb97a68 100755 --- a/docs/doc/fr/Architecture.md +++ b/docs/doc/fr/Architecture.md @@ -1,7 +1,6 @@ --- -id: Architecture de l'application sidebar_position: 3 -sidebar_class_name: icon architecture +description: '' --- # Architecture de l’application diff --git a/docs/doc/fr/GettingStarted.md b/docs/doc/fr/GettingStarted.md index 4cb45ddb3d..51851d9acd 100755 --- a/docs/doc/fr/GettingStarted.md +++ b/docs/doc/fr/GettingStarted.md @@ -1,7 +1,6 @@ --- -id: Getting Started sidebar_position: 2 -sidebar_class_name: icon started +description: '' --- # Getting started diff --git a/docs/doc/fr/Introduction.md b/docs/doc/fr/Introduction.md index ee38f26cf2..eb316524e6 100755 --- a/docs/doc/fr/Introduction.md +++ b/docs/doc/fr/Introduction.md @@ -1,9 +1,7 @@ --- -id: Introduction slug: / sidebar_position: 1 -sidebar_label: Introduction -sidebar_class_name: icon introduction +description: '' --- # Introduction diff --git a/docs/doc/fr/Outil/Gestion_des_headers.md b/docs/doc/fr/Outil/Gestion_des_headers.md index 8af7207da8..a7f8d36945 100644 --- a/docs/doc/fr/Outil/Gestion_des_headers.md +++ b/docs/doc/fr/Outil/Gestion_des_headers.md @@ -1,7 +1,6 @@ --- -id: Gestions des headers sidebar_position: 6 -sidebar_class_name: icon gestions des headers +description: '' --- # Gestion des headers diff --git a/docs/doc/fr/Outil/Gestion_du_theme.md b/docs/doc/fr/Outil/Gestion_du_theme.md index 3e05e069ee..ea82251129 100644 --- a/docs/doc/fr/Outil/Gestion_du_theme.md +++ b/docs/doc/fr/Outil/Gestion_du_theme.md @@ -1,7 +1,6 @@ --- -id: Themes sidebar_position: 2 -sidebar_class_name: icon themes +description: '' --- # Gestion du thème diff --git a/docs/doc/fr/Outil/Gestions_de_camera.md b/docs/doc/fr/Outil/Gestions_de_camera.md index e78b339808..4e7ffeaefd 100644 --- a/docs/doc/fr/Outil/Gestions_de_camera.md +++ b/docs/doc/fr/Outil/Gestions_de_camera.md @@ -1,7 +1,6 @@ --- -id: Gestion de la camera sidebar_position: 8 -sidebar_class_name: icon gestion de la camera +description: '' --- # Gestion de la caméra et/ou du scanner diff --git a/docs/doc/fr/Outil/Gestions_de_traductions.md b/docs/doc/fr/Outil/Gestions_de_traductions.md index 81df78d335..601bc26a00 100644 --- a/docs/doc/fr/Outil/Gestions_de_traductions.md +++ b/docs/doc/fr/Outil/Gestions_de_traductions.md @@ -1,7 +1,6 @@ --- -id: Traductions sidebar_position: 1 -sidebar_class_name: icon traductions +description: '' --- # Gestion des traductions diff --git a/docs/doc/fr/Outil/Gestions_des_API_providers.md b/docs/doc/fr/Outil/Gestions_des_API_providers.md index c41a6ad7ae..e43634be6f 100644 --- a/docs/doc/fr/Outil/Gestions_des_API_providers.md +++ b/docs/doc/fr/Outil/Gestions_des_API_providers.md @@ -1,7 +1,6 @@ --- -id: API providers sidebar_position: 4 -sidebar_class_name: icon API providers +description: '' --- # Gestion des API providers diff --git a/docs/doc/fr/Outil/_category_.json b/docs/doc/fr/Outil/_category_.json new file mode 100644 index 0000000000..b40a7d5cc9 --- /dev/null +++ b/docs/doc/fr/Outil/_category_.json @@ -0,0 +1,8 @@ +{ + "className": "tools", + "label": "Outils mis à votre disposition", + "position": 4, + "link": { + "type": "generated-index" + } +} diff --git a/docs/doc/fr/Outil/gestion_des_erreurs.md b/docs/doc/fr/Outil/gestion_des_erreurs.md index d56aa26635..64d6388961 100644 --- a/docs/doc/fr/Outil/gestion_des_erreurs.md +++ b/docs/doc/fr/Outil/gestion_des_erreurs.md @@ -1,7 +1,6 @@ --- -id: Gestions des erreurs sidebar_position: 3 -sidebar_class_name: icon gestions des erreurs +description: '' --- # Gestion des erreurs diff --git a/docs/doc/fr/Outil/gestions_de_store.md b/docs/doc/fr/Outil/gestions_de_store.md index 08518f533c..1ce566edff 100644 --- a/docs/doc/fr/Outil/gestions_de_store.md +++ b/docs/doc/fr/Outil/gestions_de_store.md @@ -1,7 +1,6 @@ --- -id: Gestion de store sidebar_position: 5 -sidebar_class_name: icon gestion de store +description: '' --- # Gestion du store diff --git a/docs/doc/fr/Outil/index.md b/docs/doc/fr/Outil/index.md deleted file mode 100644 index 310a47f333..0000000000 --- a/docs/doc/fr/Outil/index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -id: Outils mis à votre disposition -sidebar_position: 4 -sidebar_class_name: icon outil ---- diff --git a/docs/doc/fr/Outil/permissionManagement.md b/docs/doc/fr/Outil/permissionManagement.md index a0e17acfc1..7471f0aaa8 100644 --- a/docs/doc/fr/Outil/permissionManagement.md +++ b/docs/doc/fr/Outil/permissionManagement.md @@ -1,7 +1,6 @@ --- -id: permissionManagement sidebar_position: 9 -sidebar_class_name: icon permissions +description: '' --- # Gestion des permissions diff --git a/docs/doc/fr/Outil/selectionManagement.md b/docs/doc/fr/Outil/selectionManagement.md index 3a75107d6a..5ba6a970f7 100644 --- a/docs/doc/fr/Outil/selectionManagement.md +++ b/docs/doc/fr/Outil/selectionManagement.md @@ -1,7 +1,6 @@ --- -id: selectionManagement sidebar_position: 7 -sidebar_class_name: icon selections +description: '' --- # Gestion des sélections diff --git a/docs/doc/fr/Outil/toolManagenent.md b/docs/doc/fr/Outil/toolManagenent.md index b5ddec944b..e5bc8da000 100644 --- a/docs/doc/fr/Outil/toolManagenent.md +++ b/docs/doc/fr/Outil/toolManagenent.md @@ -1,7 +1,6 @@ --- -id: toolManagement sidebar_position: 10 -sidebar_class_name: icon tools +description: '' --- # Gestion des actions rapides diff --git a/docs/doc/fr/pratique.md b/docs/doc/fr/pratique.md index 04483dd195..8706837f51 100755 --- a/docs/doc/fr/pratique.md +++ b/docs/doc/fr/pratique.md @@ -1,7 +1,6 @@ --- -id: Bonnes pratiques de dévleloppement sidebar_position: 6 -sidebar_class_name: icon pratique +description: '' --- # Bonnes pratiques de développement