From 0fccf64335b167d2d57668c5ad3584f4b0314b24 Mon Sep 17 00:00:00 2001 From: Celeste Robert <robert.m.celeste@gmail.com> Date: Fri, 2 Sep 2022 09:42:28 +0000 Subject: [PATCH] doc: documented images organisation and refactored code --- README.md | 15 +++++++++++++++ docs/Gestions des plans/etang_users.md | 18 +++++++++--------- docusaurus.config.js | 2 +- src/components/CarouselLibre.js | 16 ++++++++-------- src/components/HomepageFeatures.js | 2 +- src/components/HomepagePromises.js | 6 +++--- src/pages/communaute.mdx | 2 +- src/pages/tarifs.mdx | 12 ++++++------ src/theme/Footer/index.js | 4 ++-- .../CarouselLibre/Ansible_logo.png | Bin .../CarouselLibre/Terraform_logo.png | Bin .../CarouselLibre/borg_logo.png | Bin .../CarouselLibre/debian_logo.png | Bin .../CarouselLibre/docusaurus.png | Bin .../CarouselLibre/gitlab_logo.png | Bin .../CarouselLibre/mattermost_logo.png | Bin .../CarouselLibre/openlogo-nd.svg | 0 .../CarouselLibre/restic_logo.png | Bin .../HomepageFeatures/beer.png | Bin .../HomepageFeatures/chemistry.svg | 0 .../HomepageFeatures/hello.png | Bin .../HomepageFeatures/rainbow.svg | 0 .../HomepageFeatures/read-smile.svg | 0 .../HomepageFeatures/selfie.svg | 0 .../HomepagePromises}/bouclier.svg | 0 .../HomepagePromises}/liberte.svg | 0 .../HomepagePromises}/rgpd.svg | 0 .../My_Froggit_Customer_Page.png | Bin .../customer_group_in_group_list.png | Bin .../froggit_data_in_group_list.png | Bin .../invite_members_button.png | Bin .../invite_members_form.png | Bin .../invite_members_mail.png | Bin .../invite_members_pending.png | Bin .../invite_members_result.png | Bin .../remove_members_button.png | Bin .../communaute}/cheatsheet_cover.png | Bin .../{pricing => pages/tarifs}/cauldron.png | Bin .../{pricing => pages/tarifs}/computer.png | Bin .../img/{pricing => pages/tarifs}/hidden.png | Bin static/img/{ => theme}/do-not-track-me.svg | 0 static/img/{ => theme}/docusaurus.png | Bin static/img/{ => theme}/logo.svg | 0 static/img/{ => theme}/logo_froggit.svg | 0 static/img/{ => theme}/logo_froggit_blanc.png | Bin static/img/{ => theme}/logo_typo_froggit.png | Bin 46 files changed, 46 insertions(+), 31 deletions(-) rename static/img/{ => components}/CarouselLibre/Ansible_logo.png (100%) rename static/img/{ => components}/CarouselLibre/Terraform_logo.png (100%) rename static/img/{ => components}/CarouselLibre/borg_logo.png (100%) rename static/img/{ => components}/CarouselLibre/debian_logo.png (100%) rename static/img/{ => components}/CarouselLibre/docusaurus.png (100%) rename static/img/{ => components}/CarouselLibre/gitlab_logo.png (100%) rename static/img/{ => components}/CarouselLibre/mattermost_logo.png (100%) rename static/img/{ => components}/CarouselLibre/openlogo-nd.svg (100%) rename static/img/{ => components}/CarouselLibre/restic_logo.png (100%) rename static/img/{ => components}/HomepageFeatures/beer.png (100%) rename static/img/{ => components}/HomepageFeatures/chemistry.svg (100%) rename static/img/{ => components}/HomepageFeatures/hello.png (100%) rename static/img/{ => components}/HomepageFeatures/rainbow.svg (100%) rename static/img/{ => components}/HomepageFeatures/read-smile.svg (100%) rename static/img/{ => components}/HomepageFeatures/selfie.svg (100%) rename static/img/{ => components/HomepagePromises}/bouclier.svg (100%) rename static/img/{ => components/HomepagePromises}/liberte.svg (100%) rename static/img/{ => components/HomepagePromises}/rgpd.svg (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/My_Froggit_Customer_Page.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/customer_group_in_group_list.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/froggit_data_in_group_list.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/invite_members_button.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/invite_members_form.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/invite_members_mail.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/invite_members_pending.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/invite_members_result.png (100%) rename static/img/docs/{gestion_plans => gestions_des_plans}/remove_members_button.png (100%) rename static/img/{ => pages/communaute}/cheatsheet_cover.png (100%) rename static/img/{pricing => pages/tarifs}/cauldron.png (100%) rename static/img/{pricing => pages/tarifs}/computer.png (100%) rename static/img/{pricing => pages/tarifs}/hidden.png (100%) rename static/img/{ => theme}/do-not-track-me.svg (100%) rename static/img/{ => theme}/docusaurus.png (100%) rename static/img/{ => theme}/logo.svg (100%) rename static/img/{ => theme}/logo_froggit.svg (100%) rename static/img/{ => theme}/logo_froggit_blanc.png (100%) rename static/img/{ => theme}/logo_typo_froggit.png (100%) diff --git a/README.md b/README.md index 4612eff..227e2b8 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,21 @@ More details on Project structure: * `/static/` - Any contents inside here will be copied into the root of the final `build` directory * `/docusaurus.config.js` - This is the equivalent of `siteConfig.js` in Docusaurus v1 +## Image organisation + +Static assets are arranged in a certain way, all images are contained in subfolders within the `img` folder, the subfolder depends on how they are used. The name must be the same. Following this structure: + +* An image used on a page will be in a subfolder named after the page, within the `pages` folder. e.g: +__You would find the file `kermit.png` used on the `about` page at `img/pages/about/kermit.png`__ + +* An image used in a component will be in a subfolder named after the component, within the `components` folder. e.g: +__You would find the file `kermit.png` used on the `slider` component at `img/components/slider/kermit.png`__ + +* An image used on a documentation page will be in a subfolder named after the page, within the `docs` folder. e.g: +__You would find the file `kermit.png` used on the `management` documentation page at `img/docs/management/kermit.png`__ + +* Global images (e.g: used in the footer) will be in the `img/theme/` subfolder. + ## License [](https://choosealicense.com/licenses/mit/) diff --git a/docs/Gestions des plans/etang_users.md b/docs/Gestions des plans/etang_users.md index 3c239d2..2d7df5e 100644 --- a/docs/Gestions des plans/etang_users.md +++ b/docs/Gestions des plans/etang_users.md @@ -59,11 +59,11 @@ Il n'est bien sûr pas décompté de votre nombre de sièges. Dans la [liste des groupes](https://lab.frogg.it/dashboard/groups) vous allez voir le groupe privé `ðŸ—„ï¸ Froggit data` - + Si vous dépliez ce groupe complètement vous allez arriver à votre **groupe client**. - + :::danger Attention ! N'utilisez pas ce groupe pour gérer vos projets ou votre organisation. Ce groupe ne sert qu'à gérer votre flotte d'utilisateurs Froggit. Nous vous conseillons de gérer votre organisation en créant un [groupe racine (_namespace_)](https://lab.frogg.it/help/user/group/index.md#namespaces). @@ -77,7 +77,7 @@ N'utilisez pas ce groupe pour gérer vos projets ou votre organisation. Ce group Dans votre groupe client vous avez un projet `My Froggit Customer Page` qui vous présentera des données synthétiques sur votre compte. - + ### Votre badge de sièges @@ -101,7 +101,7 @@ Il est recalculé toutes les nuits. ### Ajouter un utilisateur à votre flotte Vous pouvez ajouter un utilisateur par son adresse courriel en cliquant sur le bouton `Invite members`. - + Vous pouvez alors remplir le formulaire d'invitation avec les informations du membre : @@ -109,27 +109,27 @@ Vous pouvez alors remplir le formulaire d'invitation avec les informations du me - **role :** si vous voulez qu'un utilisateur puisse lui aussi gérer les membres il faut l'inviter en tant que `Maintainer` ou `Owner` - **date d'expiration d'accès :** après cette date le membre ne fera plus partie de votre flotte - + [â„¹ï¸ Pour en savoir plus sur l'ajout des membres...](https://lab.frogg.it/help/user/group/index.md#add-users-to-a-group) Le membre va recevoir un courriel l'invitant à créer son compte sur Froggit. - + Tant qu'il n’aura pas créé son compte il apparaîtra dans la liste des invitations. - + Après avoir créé son compte, l'utilisateur apparaît alors dans la liste des membres. - + ### Retirer un utilisateur de votre flotte Pour retirer un membre de votre flotte, il suffit simplement de cliquer sur le bouton `Remove member` à droite de la ligne du membre. - + [â„¹ï¸ Pour en savoir plus sur la suppression des membres...](https://lab.frogg.it/help/user/group/index.md#remove-a-member-from-the-group) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6e5a858..b895a34 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -17,7 +17,7 @@ module.exports = { title: "", logo: { alt: "Froggit Logo", - src: "img/logo_typo_froggit.png", + src: "img/theme/logo_typo_froggit.png", }, items: [ {label: "Fonctionnalités", position: "left", to: "/#features", exact: true}, diff --git a/src/components/CarouselLibre.js b/src/components/CarouselLibre.js index 405a9d5..05188ce 100644 --- a/src/components/CarouselLibre.js +++ b/src/components/CarouselLibre.js @@ -4,42 +4,42 @@ import clsx from "clsx"; const CarouselList = [ { - img: "/img/CarouselLibre/gitlab_logo.png", + img: "/img/components/CarouselLibre/gitlab_logo.png", name: "GitLab", alt: "logo de GitLab" }, { - img: "/img/CarouselLibre/mattermost_logo.png", + img: "/img/components/CarouselLibre/mattermost_logo.png", name: "Mattermost", alt: "logo de Mattermost" }, { - img: "/img/CarouselLibre/docusaurus.png", + img: "/img/components/CarouselLibre/docusaurus.png", name: "Docusaurus", alt: "logo de Docusaurus" }, { - img: "/img/CarouselLibre/debian_logo.png", + img: "/img/components/CarouselLibre/debian_logo.png", name: "Debian", alt: "logo de Debian" }, { - img: "/img/CarouselLibre/Ansible_logo.png", + img: "/img/components/CarouselLibre/Ansible_logo.png", name: "Ansible", alt: "logo de Ansible" }, { - img: "/img/CarouselLibre/Terraform_logo.png", + img: "/img/components/CarouselLibre/Terraform_logo.png", name: "Terraform", alt: "logo de Terraform" }, { - img: "/img/CarouselLibre/borg_logo.png", + img: "/img/components/CarouselLibre/borg_logo.png", name: "Borg", alt: "logo de Borg" }, { - img: "/img/CarouselLibre/restic_logo.png", + img: "/img/components/CarouselLibre/restic_logo.png", name: "Restic", alt: "logo de Restic" }, diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index 1c64e73..7e7c69a 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -67,7 +67,7 @@ export default function HomepageFeatures() { {FeatureList.map((em) => ( <TabItem key={em.id} className={clsx("text--center")} value={em.title} label={em.title}> <div className={styles.rowDisplay}> - <img src={useBaseUrl("img/HomepageFeatures/" + em.svg)} alt={em.alt} className={styles.tabImages}/> + <img src={useBaseUrl("img/components/HomepageFeatures/" + em.svg)} alt={em.alt} className={styles.tabImages}/> <p className={styles.textDisplay}> {em.description} </p> </div> </TabItem> diff --git a/src/components/HomepagePromises.js b/src/components/HomepagePromises.js index 7513b49..411e51d 100644 --- a/src/components/HomepagePromises.js +++ b/src/components/HomepagePromises.js @@ -5,7 +5,7 @@ import styles from "./HomepagePromises.module.css"; const PromiseList = [ { title: "Sécurisé", - Svg: require("../../static/img/bouclier.svg").default, + Svg: require("../../static/img/components/HomepagePromises/bouclier.svg").default, alt: "Icône d'un bouclier bleu", description: ( <> @@ -15,7 +15,7 @@ const PromiseList = [ }, { title: "Souverain", - Svg: require("../../static/img/rgpd.svg").default, + Svg: require("../../static/img/components/HomepagePromises/rgpd.svg").default, alt: "Icône d'un cadenas avec inscrit RGPD", description: ( <> @@ -25,7 +25,7 @@ const PromiseList = [ }, { title: "Libre", - Svg: require("../../static/img/liberte.svg").default, + Svg: require("../../static/img/components/HomepagePromises/liberte.svg").default, alt: "Icône de menottes brisées", description: ( <> diff --git a/src/pages/communaute.mdx b/src/pages/communaute.mdx index 1c5ddc9..cf85b6a 100644 --- a/src/pages/communaute.mdx +++ b/src/pages/communaute.mdx @@ -1,6 +1,6 @@ import TextRight from '@site/src/components/TextRight'; -<TextRight img="/img/cheatsheet_cover.png" alt="Illustration de l'antisèche Git"> +<TextRight img="/img/pages/communaute/cheatsheet_cover.png" alt="Illustration de l'antisèche Git"> # Devenez deux fois plus productif grâce à GitLab ! diff --git a/src/pages/tarifs.mdx b/src/pages/tarifs.mdx index 3129236..7d42fec 100644 --- a/src/pages/tarifs.mdx +++ b/src/pages/tarifs.mdx @@ -36,7 +36,7 @@ Si vous achetez plusieurs plans, hors têtard, avec le **même email** vous cumu <div class="card card_price"> <div class="card__image margin-top--md"> <img - src={useBaseUrl("img/pricing/hidden.png")} + src={useBaseUrl("img/pages/tarifs/hidden.png")} alt="Image alt text" title="Plan Têtard" /> </div> @@ -69,7 +69,7 @@ Si vous achetez plusieurs plans, hors têtard, avec le **même email** vous cumu <div class="card shadow--tl card_price card_price_main"> <div class="card__image margin-top--md"> <img - src={useBaseUrl("img/pricing/computer.png")} + src={useBaseUrl("img/pages/tarifs/computer.png")} alt="Image alt text" title="Plan Grenouille" /> </div> @@ -102,7 +102,7 @@ Si vous achetez plusieurs plans, hors têtard, avec le **même email** vous cumu <div class="card card_price"> <div class="card__image margin-top--md"> <img - src={useBaseUrl("img/pricing/cauldron.png")} + src={useBaseUrl("img/pages/tarifs/cauldron.png")} alt="Image alt text" title="Plan Étang" /> </div> @@ -142,7 +142,7 @@ Si vous achetez plusieurs plans, hors têtard, avec le **même email** vous cumu <div class="card card_price"> <div class="card__image margin-top--md"> <img - src={useBaseUrl("img/pricing/hidden.png")} + src={useBaseUrl("img/pages/tarifs/hidden.png")} alt="Image alt text" title="Plan Têtard" /> </div> @@ -175,7 +175,7 @@ Si vous achetez plusieurs plans, hors têtard, avec le **même email** vous cumu <div class="card shadow--tl card_price card_price_main"> <div class="card__image margin-top--md"> <img - src={useBaseUrl("img/pricing/computer.png")} + src={useBaseUrl("img/pages/tarifs/computer.png")} alt="Image alt text" title="Plan Grenouille" /> </div> @@ -205,7 +205,7 @@ Si vous achetez plusieurs plans, hors têtard, avec le **même email** vous cumu <div class="card card_price"> <div class="card__image margin-top--md"> <img - src={useBaseUrl("img/pricing/cauldron.png")} + src={useBaseUrl("img/pages/tarifs/cauldron.png")} alt="Image alt text" title="Plan Étang" /> </div> diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js index 6d7bcfe..2e4bdec 100644 --- a/src/theme/Footer/index.js +++ b/src/theme/Footer/index.js @@ -12,8 +12,8 @@ import FooterLogo from "@theme/Footer/Logo"; import FooterCopyright from "@theme/Footer/Copyright"; import FooterLayout from "@theme/Footer/Layout"; import { FaYoutube, FaLinkedin, FaGitlab, FaTwitter } from "react-icons/fa"; -import Froggitblanc from "/static/img/logo_froggit_blanc.png"; -import DontTrackMe from "/static/img/do-not-track-me.svg"; +import Froggitblanc from "/static/img/theme/logo_froggit_blanc.png"; +import DontTrackMe from "/static/img/theme/do-not-track-me.svg"; import useBaseUrl from "@docusaurus/useBaseUrl"; diff --git a/static/img/CarouselLibre/Ansible_logo.png b/static/img/components/CarouselLibre/Ansible_logo.png similarity index 100% rename from static/img/CarouselLibre/Ansible_logo.png rename to static/img/components/CarouselLibre/Ansible_logo.png diff --git a/static/img/CarouselLibre/Terraform_logo.png b/static/img/components/CarouselLibre/Terraform_logo.png similarity index 100% rename from static/img/CarouselLibre/Terraform_logo.png rename to static/img/components/CarouselLibre/Terraform_logo.png diff --git a/static/img/CarouselLibre/borg_logo.png b/static/img/components/CarouselLibre/borg_logo.png similarity index 100% rename from static/img/CarouselLibre/borg_logo.png rename to static/img/components/CarouselLibre/borg_logo.png diff --git a/static/img/CarouselLibre/debian_logo.png b/static/img/components/CarouselLibre/debian_logo.png similarity index 100% rename from static/img/CarouselLibre/debian_logo.png rename to static/img/components/CarouselLibre/debian_logo.png diff --git a/static/img/CarouselLibre/docusaurus.png b/static/img/components/CarouselLibre/docusaurus.png similarity index 100% rename from static/img/CarouselLibre/docusaurus.png rename to static/img/components/CarouselLibre/docusaurus.png diff --git a/static/img/CarouselLibre/gitlab_logo.png b/static/img/components/CarouselLibre/gitlab_logo.png similarity index 100% rename from static/img/CarouselLibre/gitlab_logo.png rename to static/img/components/CarouselLibre/gitlab_logo.png diff --git a/static/img/CarouselLibre/mattermost_logo.png b/static/img/components/CarouselLibre/mattermost_logo.png similarity index 100% rename from static/img/CarouselLibre/mattermost_logo.png rename to static/img/components/CarouselLibre/mattermost_logo.png diff --git a/static/img/CarouselLibre/openlogo-nd.svg b/static/img/components/CarouselLibre/openlogo-nd.svg similarity index 100% rename from static/img/CarouselLibre/openlogo-nd.svg rename to static/img/components/CarouselLibre/openlogo-nd.svg diff --git a/static/img/CarouselLibre/restic_logo.png b/static/img/components/CarouselLibre/restic_logo.png similarity index 100% rename from static/img/CarouselLibre/restic_logo.png rename to static/img/components/CarouselLibre/restic_logo.png diff --git a/static/img/HomepageFeatures/beer.png b/static/img/components/HomepageFeatures/beer.png similarity index 100% rename from static/img/HomepageFeatures/beer.png rename to static/img/components/HomepageFeatures/beer.png diff --git a/static/img/HomepageFeatures/chemistry.svg b/static/img/components/HomepageFeatures/chemistry.svg similarity index 100% rename from static/img/HomepageFeatures/chemistry.svg rename to static/img/components/HomepageFeatures/chemistry.svg diff --git a/static/img/HomepageFeatures/hello.png b/static/img/components/HomepageFeatures/hello.png similarity index 100% rename from static/img/HomepageFeatures/hello.png rename to static/img/components/HomepageFeatures/hello.png diff --git a/static/img/HomepageFeatures/rainbow.svg b/static/img/components/HomepageFeatures/rainbow.svg similarity index 100% rename from static/img/HomepageFeatures/rainbow.svg rename to static/img/components/HomepageFeatures/rainbow.svg diff --git a/static/img/HomepageFeatures/read-smile.svg b/static/img/components/HomepageFeatures/read-smile.svg similarity index 100% rename from static/img/HomepageFeatures/read-smile.svg rename to static/img/components/HomepageFeatures/read-smile.svg diff --git a/static/img/HomepageFeatures/selfie.svg b/static/img/components/HomepageFeatures/selfie.svg similarity index 100% rename from static/img/HomepageFeatures/selfie.svg rename to static/img/components/HomepageFeatures/selfie.svg diff --git a/static/img/bouclier.svg b/static/img/components/HomepagePromises/bouclier.svg similarity index 100% rename from static/img/bouclier.svg rename to static/img/components/HomepagePromises/bouclier.svg diff --git a/static/img/liberte.svg b/static/img/components/HomepagePromises/liberte.svg similarity index 100% rename from static/img/liberte.svg rename to static/img/components/HomepagePromises/liberte.svg diff --git a/static/img/rgpd.svg b/static/img/components/HomepagePromises/rgpd.svg similarity index 100% rename from static/img/rgpd.svg rename to static/img/components/HomepagePromises/rgpd.svg diff --git a/static/img/docs/gestion_plans/My_Froggit_Customer_Page.png b/static/img/docs/gestions_des_plans/My_Froggit_Customer_Page.png similarity index 100% rename from static/img/docs/gestion_plans/My_Froggit_Customer_Page.png rename to static/img/docs/gestions_des_plans/My_Froggit_Customer_Page.png diff --git a/static/img/docs/gestion_plans/customer_group_in_group_list.png b/static/img/docs/gestions_des_plans/customer_group_in_group_list.png similarity index 100% rename from static/img/docs/gestion_plans/customer_group_in_group_list.png rename to static/img/docs/gestions_des_plans/customer_group_in_group_list.png diff --git a/static/img/docs/gestion_plans/froggit_data_in_group_list.png b/static/img/docs/gestions_des_plans/froggit_data_in_group_list.png similarity index 100% rename from static/img/docs/gestion_plans/froggit_data_in_group_list.png rename to static/img/docs/gestions_des_plans/froggit_data_in_group_list.png diff --git a/static/img/docs/gestion_plans/invite_members_button.png b/static/img/docs/gestions_des_plans/invite_members_button.png similarity index 100% rename from static/img/docs/gestion_plans/invite_members_button.png rename to static/img/docs/gestions_des_plans/invite_members_button.png diff --git a/static/img/docs/gestion_plans/invite_members_form.png b/static/img/docs/gestions_des_plans/invite_members_form.png similarity index 100% rename from static/img/docs/gestion_plans/invite_members_form.png rename to static/img/docs/gestions_des_plans/invite_members_form.png diff --git a/static/img/docs/gestion_plans/invite_members_mail.png b/static/img/docs/gestions_des_plans/invite_members_mail.png similarity index 100% rename from static/img/docs/gestion_plans/invite_members_mail.png rename to static/img/docs/gestions_des_plans/invite_members_mail.png diff --git a/static/img/docs/gestion_plans/invite_members_pending.png b/static/img/docs/gestions_des_plans/invite_members_pending.png similarity index 100% rename from static/img/docs/gestion_plans/invite_members_pending.png rename to static/img/docs/gestions_des_plans/invite_members_pending.png diff --git a/static/img/docs/gestion_plans/invite_members_result.png b/static/img/docs/gestions_des_plans/invite_members_result.png similarity index 100% rename from static/img/docs/gestion_plans/invite_members_result.png rename to static/img/docs/gestions_des_plans/invite_members_result.png diff --git a/static/img/docs/gestion_plans/remove_members_button.png b/static/img/docs/gestions_des_plans/remove_members_button.png similarity index 100% rename from static/img/docs/gestion_plans/remove_members_button.png rename to static/img/docs/gestions_des_plans/remove_members_button.png diff --git a/static/img/cheatsheet_cover.png b/static/img/pages/communaute/cheatsheet_cover.png similarity index 100% rename from static/img/cheatsheet_cover.png rename to static/img/pages/communaute/cheatsheet_cover.png diff --git a/static/img/pricing/cauldron.png b/static/img/pages/tarifs/cauldron.png similarity index 100% rename from static/img/pricing/cauldron.png rename to static/img/pages/tarifs/cauldron.png diff --git a/static/img/pricing/computer.png b/static/img/pages/tarifs/computer.png similarity index 100% rename from static/img/pricing/computer.png rename to static/img/pages/tarifs/computer.png diff --git a/static/img/pricing/hidden.png b/static/img/pages/tarifs/hidden.png similarity index 100% rename from static/img/pricing/hidden.png rename to static/img/pages/tarifs/hidden.png diff --git a/static/img/do-not-track-me.svg b/static/img/theme/do-not-track-me.svg similarity index 100% rename from static/img/do-not-track-me.svg rename to static/img/theme/do-not-track-me.svg diff --git a/static/img/docusaurus.png b/static/img/theme/docusaurus.png similarity index 100% rename from static/img/docusaurus.png rename to static/img/theme/docusaurus.png diff --git a/static/img/logo.svg b/static/img/theme/logo.svg similarity index 100% rename from static/img/logo.svg rename to static/img/theme/logo.svg diff --git a/static/img/logo_froggit.svg b/static/img/theme/logo_froggit.svg similarity index 100% rename from static/img/logo_froggit.svg rename to static/img/theme/logo_froggit.svg diff --git a/static/img/logo_froggit_blanc.png b/static/img/theme/logo_froggit_blanc.png similarity index 100% rename from static/img/logo_froggit_blanc.png rename to static/img/theme/logo_froggit_blanc.png diff --git a/static/img/logo_typo_froggit.png b/static/img/theme/logo_typo_froggit.png similarity index 100% rename from static/img/logo_typo_froggit.png rename to static/img/theme/logo_typo_froggit.png -- GitLab