diff --git a/.gitignore b/.gitignore index 68d7568..f5044da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ /.env +**/*~lock* + +app-old/.pnpm-store +app-old/node_modules +app-old/dist +app-old/public/sitemap.xml + app/.pnpm-store app/node_modules app/dist -app/public/sitemap.xml -**/*~lock* \ No newline at end of file +app/public/sitemap.xml \ No newline at end of file diff --git a/app/.env b/app-old/.env similarity index 100% rename from app/.env rename to app-old/.env diff --git a/app/.prettierignore b/app-old/.prettierignore similarity index 100% rename from app/.prettierignore rename to app-old/.prettierignore diff --git a/app/.prettierrc b/app-old/.prettierrc similarity index 100% rename from app/.prettierrc rename to app-old/.prettierrc diff --git a/app/README.md b/app-old/README.md similarity index 100% rename from app/README.md rename to app-old/README.md diff --git a/app/assets/logo.afdesign b/app-old/assets/logo.afdesign similarity index 100% rename from app/assets/logo.afdesign rename to app-old/assets/logo.afdesign diff --git a/app/assets/logo.svg b/app-old/assets/logo.svg similarity index 100% rename from app/assets/logo.svg rename to app-old/assets/logo.svg diff --git a/app/components/common/Cookies.telefunc.ts b/app-old/components/common/Cookies.telefunc.ts similarity index 100% rename from app/components/common/Cookies.telefunc.ts rename to app-old/components/common/Cookies.telefunc.ts diff --git a/app/components/common/Cookies.tsx b/app-old/components/common/Cookies.tsx similarity index 100% rename from app/components/common/Cookies.tsx rename to app-old/components/common/Cookies.tsx diff --git a/app/components/common/Iframe.tsx b/app-old/components/common/Iframe.tsx similarity index 100% rename from app/components/common/Iframe.tsx rename to app-old/components/common/Iframe.tsx diff --git a/app/components/common/Image.tsx b/app-old/components/common/Image.tsx similarity index 100% rename from app/components/common/Image.tsx rename to app-old/components/common/Image.tsx diff --git a/app/components/common/Link.tsx b/app-old/components/common/Link.tsx similarity index 100% rename from app/components/common/Link.tsx rename to app-old/components/common/Link.tsx diff --git a/app/components/common/Toggle.tsx b/app-old/components/common/Toggle.tsx similarity index 100% rename from app/components/common/Toggle.tsx rename to app-old/components/common/Toggle.tsx diff --git a/app/components/md/Tabs.tsx b/app-old/components/md/Tabs.tsx similarity index 100% rename from app/components/md/Tabs.tsx rename to app-old/components/md/Tabs.tsx diff --git a/app/components/syntax/Button.tsx b/app-old/components/syntax/Button.tsx similarity index 100% rename from app/components/syntax/Button.tsx rename to app-old/components/syntax/Button.tsx diff --git a/app/components/syntax/CSRSnippet.tsx b/app-old/components/syntax/CSRSnippet.tsx similarity index 100% rename from app/components/syntax/CSRSnippet.tsx rename to app-old/components/syntax/CSRSnippet.tsx diff --git a/app/components/syntax/Callout.tsx b/app-old/components/syntax/Callout.tsx similarity index 100% rename from app/components/syntax/Callout.tsx rename to app-old/components/syntax/Callout.tsx diff --git a/app/components/syntax/DocsHeader.tsx b/app-old/components/syntax/DocsHeader.tsx similarity index 100% rename from app/components/syntax/DocsHeader.tsx rename to app-old/components/syntax/DocsHeader.tsx diff --git a/app/components/syntax/DocsLayout.tsx b/app-old/components/syntax/DocsLayout.tsx similarity index 100% rename from app/components/syntax/DocsLayout.tsx rename to app-old/components/syntax/DocsLayout.tsx diff --git a/app/components/syntax/Fence.tsx b/app-old/components/syntax/Fence.tsx similarity index 100% rename from app/components/syntax/Fence.tsx rename to app-old/components/syntax/Fence.tsx diff --git a/app/components/syntax/Hero.tsx b/app-old/components/syntax/Hero.tsx similarity index 100% rename from app/components/syntax/Hero.tsx rename to app-old/components/syntax/Hero.tsx diff --git a/app/components/syntax/HeroBackground.tsx b/app-old/components/syntax/HeroBackground.tsx similarity index 100% rename from app/components/syntax/HeroBackground.tsx rename to app-old/components/syntax/HeroBackground.tsx diff --git a/app/components/syntax/Icon.tsx b/app-old/components/syntax/Icon.tsx similarity index 100% rename from app/components/syntax/Icon.tsx rename to app-old/components/syntax/Icon.tsx diff --git a/app/components/syntax/Logo.tsx b/app-old/components/syntax/Logo.tsx similarity index 100% rename from app/components/syntax/Logo.tsx rename to app-old/components/syntax/Logo.tsx diff --git a/app/components/syntax/MobileNavigation.tsx b/app-old/components/syntax/MobileNavigation.tsx similarity index 100% rename from app/components/syntax/MobileNavigation.tsx rename to app-old/components/syntax/MobileNavigation.tsx diff --git a/app/components/syntax/Navigation.tsx b/app-old/components/syntax/Navigation.tsx similarity index 100% rename from app/components/syntax/Navigation.tsx rename to app-old/components/syntax/Navigation.tsx diff --git a/app/components/syntax/PrevNextLinks.tsx b/app-old/components/syntax/PrevNextLinks.tsx similarity index 100% rename from app/components/syntax/PrevNextLinks.tsx rename to app-old/components/syntax/PrevNextLinks.tsx diff --git a/app/components/syntax/Prose.tsx b/app-old/components/syntax/Prose.tsx similarity index 100% rename from app/components/syntax/Prose.tsx rename to app-old/components/syntax/Prose.tsx diff --git a/app/components/syntax/QuickLinks.tsx b/app-old/components/syntax/QuickLinks.tsx similarity index 100% rename from app/components/syntax/QuickLinks.tsx rename to app-old/components/syntax/QuickLinks.tsx diff --git a/app/components/syntax/SSRSnippet.tsx b/app-old/components/syntax/SSRSnippet.tsx similarity index 100% rename from app/components/syntax/SSRSnippet.tsx rename to app-old/components/syntax/SSRSnippet.tsx diff --git a/app/components/syntax/Search.telefunc.ts b/app-old/components/syntax/Search.telefunc.ts similarity index 100% rename from app/components/syntax/Search.telefunc.ts rename to app-old/components/syntax/Search.telefunc.ts diff --git a/app/components/syntax/Search.tsx b/app-old/components/syntax/Search.tsx similarity index 100% rename from app/components/syntax/Search.tsx rename to app-old/components/syntax/Search.tsx diff --git a/app/components/syntax/Snippet.tsx b/app-old/components/syntax/Snippet.tsx similarity index 100% rename from app/components/syntax/Snippet.tsx rename to app-old/components/syntax/Snippet.tsx diff --git a/app/components/syntax/TableOfContents.tsx b/app-old/components/syntax/TableOfContents.tsx similarity index 100% rename from app/components/syntax/TableOfContents.tsx rename to app-old/components/syntax/TableOfContents.tsx diff --git a/app/components/syntax/ThemeSelector.tsx b/app-old/components/syntax/ThemeSelector.tsx similarity index 100% rename from app/components/syntax/ThemeSelector.tsx rename to app-old/components/syntax/ThemeSelector.tsx diff --git a/app/components/syntax/icons/InstallationIcon.tsx b/app-old/components/syntax/icons/InstallationIcon.tsx similarity index 100% rename from app/components/syntax/icons/InstallationIcon.tsx rename to app-old/components/syntax/icons/InstallationIcon.tsx diff --git a/app/components/syntax/icons/LightbulbIcon.tsx b/app-old/components/syntax/icons/LightbulbIcon.tsx similarity index 100% rename from app/components/syntax/icons/LightbulbIcon.tsx rename to app-old/components/syntax/icons/LightbulbIcon.tsx diff --git a/app/components/syntax/icons/PluginsIcon.tsx b/app-old/components/syntax/icons/PluginsIcon.tsx similarity index 100% rename from app/components/syntax/icons/PluginsIcon.tsx rename to app-old/components/syntax/icons/PluginsIcon.tsx diff --git a/app/components/syntax/icons/PresetsIcon.tsx b/app-old/components/syntax/icons/PresetsIcon.tsx similarity index 100% rename from app/components/syntax/icons/PresetsIcon.tsx rename to app-old/components/syntax/icons/PresetsIcon.tsx diff --git a/app/components/syntax/icons/QuestionIcon.tsx b/app-old/components/syntax/icons/QuestionIcon.tsx similarity index 100% rename from app/components/syntax/icons/QuestionIcon.tsx rename to app-old/components/syntax/icons/QuestionIcon.tsx diff --git a/app/components/syntax/icons/ThemingIcon.tsx b/app-old/components/syntax/icons/ThemingIcon.tsx similarity index 100% rename from app/components/syntax/icons/ThemingIcon.tsx rename to app-old/components/syntax/icons/ThemingIcon.tsx diff --git a/app/components/syntax/icons/WarningIcon.tsx b/app-old/components/syntax/icons/WarningIcon.tsx similarity index 100% rename from app/components/syntax/icons/WarningIcon.tsx rename to app-old/components/syntax/icons/WarningIcon.tsx diff --git a/app/contexts/ThemeContext.ts b/app-old/contexts/ThemeContext.ts similarity index 100% rename from app/contexts/ThemeContext.ts rename to app-old/contexts/ThemeContext.ts diff --git a/app/data/certifications/dwwm/at1/cp1/page.md b/app-old/data/certifications/dwwm/at1/cp1/page.md similarity index 100% rename from app/data/certifications/dwwm/at1/cp1/page.md rename to app-old/data/certifications/dwwm/at1/cp1/page.md diff --git a/app/data/certifications/dwwm/at1/cp2/page.md b/app-old/data/certifications/dwwm/at1/cp2/page.md similarity index 100% rename from app/data/certifications/dwwm/at1/cp2/page.md rename to app-old/data/certifications/dwwm/at1/cp2/page.md diff --git a/app/data/certifications/dwwm/at1/cp3/page.md b/app-old/data/certifications/dwwm/at1/cp3/page.md similarity index 100% rename from app/data/certifications/dwwm/at1/cp3/page.md rename to app-old/data/certifications/dwwm/at1/cp3/page.md diff --git a/app/data/certifications/dwwm/at1/cp4/page.md b/app-old/data/certifications/dwwm/at1/cp4/page.md similarity index 100% rename from app/data/certifications/dwwm/at1/cp4/page.md rename to app-old/data/certifications/dwwm/at1/cp4/page.md diff --git a/app/data/certifications/dwwm/at1/page.md b/app-old/data/certifications/dwwm/at1/page.md similarity index 100% rename from app/data/certifications/dwwm/at1/page.md rename to app-old/data/certifications/dwwm/at1/page.md diff --git a/app/data/certifications/dwwm/at2/cp5/page.md b/app-old/data/certifications/dwwm/at2/cp5/page.md similarity index 100% rename from app/data/certifications/dwwm/at2/cp5/page.md rename to app-old/data/certifications/dwwm/at2/cp5/page.md diff --git a/app/data/certifications/dwwm/at2/cp6/page.md b/app-old/data/certifications/dwwm/at2/cp6/page.md similarity index 100% rename from app/data/certifications/dwwm/at2/cp6/page.md rename to app-old/data/certifications/dwwm/at2/cp6/page.md diff --git a/app/data/certifications/dwwm/at2/cp7/page.md b/app-old/data/certifications/dwwm/at2/cp7/page.md similarity index 100% rename from app/data/certifications/dwwm/at2/cp7/page.md rename to app-old/data/certifications/dwwm/at2/cp7/page.md diff --git a/app/data/certifications/dwwm/at2/cp8/page.md b/app-old/data/certifications/dwwm/at2/cp8/page.md similarity index 100% rename from app/data/certifications/dwwm/at2/cp8/page.md rename to app-old/data/certifications/dwwm/at2/cp8/page.md diff --git a/app/data/certifications/dwwm/at2/page.md b/app-old/data/certifications/dwwm/at2/page.md similarity index 100% rename from app/data/certifications/dwwm/at2/page.md rename to app-old/data/certifications/dwwm/at2/page.md diff --git a/app/data/certifications/dwwm/page.md b/app-old/data/certifications/dwwm/page.md similarity index 100% rename from app/data/certifications/dwwm/page.md rename to app-old/data/certifications/dwwm/page.md diff --git a/app/data/certifications/page.md b/app-old/data/certifications/page.md similarity index 100% rename from app/data/certifications/page.md rename to app-old/data/certifications/page.md diff --git a/app/data/docs/communaute/influenceurs/page.md b/app-old/data/docs/communaute/influenceurs/page.md similarity index 100% rename from app/data/docs/communaute/influenceurs/page.md rename to app-old/data/docs/communaute/influenceurs/page.md diff --git a/app/data/docs/communaute/partages/page.md b/app-old/data/docs/communaute/partages/page.md similarity index 100% rename from app/data/docs/communaute/partages/page.md rename to app-old/data/docs/communaute/partages/page.md diff --git a/app/data/docs/merise/dictionnaire-de-donnees/page.md b/app-old/data/docs/merise/dictionnaire-de-donnees/page.md similarity index 100% rename from app/data/docs/merise/dictionnaire-de-donnees/page.md rename to app-old/data/docs/merise/dictionnaire-de-donnees/page.md diff --git a/app/data/docs/merise/mcd/page.md b/app-old/data/docs/merise/mcd/page.md similarity index 100% rename from app/data/docs/merise/mcd/page.md rename to app-old/data/docs/merise/mcd/page.md diff --git a/app/data/docs/merise/mld/page.md b/app-old/data/docs/merise/mld/page.md similarity index 100% rename from app/data/docs/merise/mld/page.md rename to app-old/data/docs/merise/mld/page.md diff --git a/app/data/docs/merise/mpd/page.md b/app-old/data/docs/merise/mpd/page.md similarity index 100% rename from app/data/docs/merise/mpd/page.md rename to app-old/data/docs/merise/mpd/page.md diff --git a/app/data/docs/merise/page.md b/app-old/data/docs/merise/page.md similarity index 100% rename from app/data/docs/merise/page.md rename to app-old/data/docs/merise/page.md diff --git a/app/data/docs/page.md b/app-old/data/docs/page.md similarity index 100% rename from app/data/docs/page.md rename to app-old/data/docs/page.md diff --git a/app/data/docs/react/hooks/page.md b/app-old/data/docs/react/hooks/page.md similarity index 100% rename from app/data/docs/react/hooks/page.md rename to app-old/data/docs/react/hooks/page.md diff --git a/app/data/docs/react/initialisation/page.md b/app-old/data/docs/react/initialisation/page.md similarity index 100% rename from app/data/docs/react/initialisation/page.md rename to app-old/data/docs/react/initialisation/page.md diff --git a/app/data/docs/react/jsx/page.md b/app-old/data/docs/react/jsx/page.md similarity index 100% rename from app/data/docs/react/jsx/page.md rename to app-old/data/docs/react/jsx/page.md diff --git a/app/data/docs/react/page.md b/app-old/data/docs/react/page.md similarity index 100% rename from app/data/docs/react/page.md rename to app-old/data/docs/react/page.md diff --git a/app/data/docs/react/premier-composant/page.md b/app-old/data/docs/react/premier-composant/page.md similarity index 100% rename from app/data/docs/react/premier-composant/page.md rename to app-old/data/docs/react/premier-composant/page.md diff --git a/app/data/docs/react/state-et-cycle-de-vie/page.md b/app-old/data/docs/react/state-et-cycle-de-vie/page.md similarity index 100% rename from app/data/docs/react/state-et-cycle-de-vie/page.md rename to app-old/data/docs/react/state-et-cycle-de-vie/page.md diff --git a/app/data/docs/react/use-context/page.md b/app-old/data/docs/react/use-context/page.md similarity index 100% rename from app/data/docs/react/use-context/page.md rename to app-old/data/docs/react/use-context/page.md diff --git a/app/data/docs/react/use-reducer/page.md b/app-old/data/docs/react/use-reducer/page.md similarity index 100% rename from app/data/docs/react/use-reducer/page.md rename to app-old/data/docs/react/use-reducer/page.md diff --git a/app/data/page.md b/app-old/data/page.md similarity index 100% rename from app/data/page.md rename to app-old/data/page.md diff --git a/app/data/snippets/bash/pg_cron_file.sh b/app-old/data/snippets/bash/pg_cron_file.sh similarity index 100% rename from app/data/snippets/bash/pg_cron_file.sh rename to app-old/data/snippets/bash/pg_cron_file.sh diff --git a/app/data/snippets/bash/pg_cron_register.sh b/app-old/data/snippets/bash/pg_cron_register.sh similarity index 100% rename from app/data/snippets/bash/pg_cron_register.sh rename to app-old/data/snippets/bash/pg_cron_register.sh diff --git a/app/data/snippets/html/defer-iframe.html b/app-old/data/snippets/html/defer-iframe.html similarity index 100% rename from app/data/snippets/html/defer-iframe.html rename to app-old/data/snippets/html/defer-iframe.html diff --git a/app/data/snippets/html/lazy-loading.html b/app-old/data/snippets/html/lazy-loading.html similarity index 100% rename from app/data/snippets/html/lazy-loading.html rename to app-old/data/snippets/html/lazy-loading.html diff --git a/app/data/snippets/js/defer-iframe.ts b/app-old/data/snippets/js/defer-iframe.ts similarity index 100% rename from app/data/snippets/js/defer-iframe.ts rename to app-old/data/snippets/js/defer-iframe.ts diff --git a/app/data/snippets/js/xhr/fetch.js b/app-old/data/snippets/js/xhr/fetch.js similarity index 100% rename from app/data/snippets/js/xhr/fetch.js rename to app-old/data/snippets/js/xhr/fetch.js diff --git a/app/data/snippets/js/xhr/jquery-ajax.js b/app-old/data/snippets/js/xhr/jquery-ajax.js similarity index 100% rename from app/data/snippets/js/xhr/jquery-ajax.js rename to app-old/data/snippets/js/xhr/jquery-ajax.js diff --git a/app/data/snippets/js/xhr/xhr.js b/app-old/data/snippets/js/xhr/xhr.js similarity index 100% rename from app/data/snippets/js/xhr/xhr.js rename to app-old/data/snippets/js/xhr/xhr.js diff --git a/app/data/snippets/nginx/reverse-proxy.conf b/app-old/data/snippets/nginx/reverse-proxy.conf similarity index 100% rename from app/data/snippets/nginx/reverse-proxy.conf rename to app-old/data/snippets/nginx/reverse-proxy.conf diff --git a/app/data/snippets/react/reducer/file-counter.jsx b/app-old/data/snippets/react/reducer/file-counter.jsx similarity index 100% rename from app/data/snippets/react/reducer/file-counter.jsx rename to app-old/data/snippets/react/reducer/file-counter.jsx diff --git a/app/data/snippets/react/reducer/file-counter.tsx b/app-old/data/snippets/react/reducer/file-counter.tsx similarity index 100% rename from app/data/snippets/react/reducer/file-counter.tsx rename to app-old/data/snippets/react/reducer/file-counter.tsx diff --git a/app/data/snippets/react/reducer/file-counterReducer.js b/app-old/data/snippets/react/reducer/file-counterReducer.js similarity index 100% rename from app/data/snippets/react/reducer/file-counterReducer.js rename to app-old/data/snippets/react/reducer/file-counterReducer.js diff --git a/app/data/snippets/react/reducer/file-counterReducer.ts b/app-old/data/snippets/react/reducer/file-counterReducer.ts similarity index 100% rename from app/data/snippets/react/reducer/file-counterReducer.ts rename to app-old/data/snippets/react/reducer/file-counterReducer.ts diff --git a/app/data/snippets/react/reducer/reducer-action-creator.js b/app-old/data/snippets/react/reducer/reducer-action-creator.js similarity index 100% rename from app/data/snippets/react/reducer/reducer-action-creator.js rename to app-old/data/snippets/react/reducer/reducer-action-creator.js diff --git a/app/data/snippets/react/reducer/reducer-action-creator.ts b/app-old/data/snippets/react/reducer/reducer-action-creator.ts similarity index 100% rename from app/data/snippets/react/reducer/reducer-action-creator.ts rename to app-old/data/snippets/react/reducer/reducer-action-creator.ts diff --git a/app/data/snippets/react/reducer/reducer-actions-constants.js b/app-old/data/snippets/react/reducer/reducer-actions-constants.js similarity index 100% rename from app/data/snippets/react/reducer/reducer-actions-constants.js rename to app-old/data/snippets/react/reducer/reducer-actions-constants.js diff --git a/app/data/snippets/react/reducer/reducer-actions-enum.js b/app-old/data/snippets/react/reducer/reducer-actions-enum.js similarity index 100% rename from app/data/snippets/react/reducer/reducer-actions-enum.js rename to app-old/data/snippets/react/reducer/reducer-actions-enum.js diff --git a/app/data/snippets/react/reducer/reducer-actions-enum.ts b/app-old/data/snippets/react/reducer/reducer-actions-enum.ts similarity index 100% rename from app/data/snippets/react/reducer/reducer-actions-enum.ts rename to app-old/data/snippets/react/reducer/reducer-actions-enum.ts diff --git a/app/data/snippets/react/reducer/reducer-actions-union-use.ts b/app-old/data/snippets/react/reducer/reducer-actions-union-use.ts similarity index 100% rename from app/data/snippets/react/reducer/reducer-actions-union-use.ts rename to app-old/data/snippets/react/reducer/reducer-actions-union-use.ts diff --git a/app/data/snippets/react/reducer/reducer-actions-union.ts b/app-old/data/snippets/react/reducer/reducer-actions-union.ts similarity index 100% rename from app/data/snippets/react/reducer/reducer-actions-union.ts rename to app-old/data/snippets/react/reducer/reducer-actions-union.ts diff --git a/app/data/snippets/react/reducer/reducer-dispatch-action-creator.js b/app-old/data/snippets/react/reducer/reducer-dispatch-action-creator.js similarity index 100% rename from app/data/snippets/react/reducer/reducer-dispatch-action-creator.js rename to app-old/data/snippets/react/reducer/reducer-dispatch-action-creator.js diff --git a/app/data/snippets/react/reducer/reducer-dispatch-increment.js b/app-old/data/snippets/react/reducer/reducer-dispatch-increment.js similarity index 100% rename from app/data/snippets/react/reducer/reducer-dispatch-increment.js rename to app-old/data/snippets/react/reducer/reducer-dispatch-increment.js diff --git a/app/data/snippets/react/reducer/reducer-example.jsx b/app-old/data/snippets/react/reducer/reducer-example.jsx similarity index 100% rename from app/data/snippets/react/reducer/reducer-example.jsx rename to app-old/data/snippets/react/reducer/reducer-example.jsx diff --git a/app/data/snippets/react/reducer/reducer-example.tsx b/app-old/data/snippets/react/reducer/reducer-example.tsx similarity index 100% rename from app/data/snippets/react/reducer/reducer-example.tsx rename to app-old/data/snippets/react/reducer/reducer-example.tsx diff --git a/app/data/snippets/react/reducer/reducer-hook.js b/app-old/data/snippets/react/reducer/reducer-hook.js similarity index 100% rename from app/data/snippets/react/reducer/reducer-hook.js rename to app-old/data/snippets/react/reducer/reducer-hook.js diff --git a/app/data/snippets/react/reducer/reducer-hook.ts b/app-old/data/snippets/react/reducer/reducer-hook.ts similarity index 100% rename from app/data/snippets/react/reducer/reducer-hook.ts rename to app-old/data/snippets/react/reducer/reducer-hook.ts diff --git a/app/data/snippets/react/reducer/reducer-initial-state.js b/app-old/data/snippets/react/reducer/reducer-initial-state.js similarity index 100% rename from app/data/snippets/react/reducer/reducer-initial-state.js rename to app-old/data/snippets/react/reducer/reducer-initial-state.js diff --git a/app/data/snippets/react/reducer/reducer-initial-state.ts b/app-old/data/snippets/react/reducer/reducer-initial-state.ts similarity index 100% rename from app/data/snippets/react/reducer/reducer-initial-state.ts rename to app-old/data/snippets/react/reducer/reducer-initial-state.ts diff --git a/app/data/snippets/react/reducer/reducer-why-spread-operator.jsx b/app-old/data/snippets/react/reducer/reducer-why-spread-operator.jsx similarity index 100% rename from app/data/snippets/react/reducer/reducer-why-spread-operator.jsx rename to app-old/data/snippets/react/reducer/reducer-why-spread-operator.jsx diff --git a/app/data/snippets/react/reducer/reducer.js b/app-old/data/snippets/react/reducer/reducer.js similarity index 100% rename from app/data/snippets/react/reducer/reducer.js rename to app-old/data/snippets/react/reducer/reducer.js diff --git a/app/data/snippets/react/reducer/reducer.ts b/app-old/data/snippets/react/reducer/reducer.ts similarity index 100% rename from app/data/snippets/react/reducer/reducer.ts rename to app-old/data/snippets/react/reducer/reducer.ts diff --git a/app/data/themes/prism.ts b/app-old/data/themes/prism.ts similarity index 100% rename from app/data/themes/prism.ts rename to app-old/data/themes/prism.ts diff --git a/app/eslint.config.js b/app-old/eslint.config.js similarity index 100% rename from app/eslint.config.js rename to app-old/eslint.config.js diff --git a/app/fastify-entry.ts b/app-old/fastify-entry.ts similarity index 100% rename from app/fastify-entry.ts rename to app-old/fastify-entry.ts diff --git a/app/hooks/useDebounce.ts b/app-old/hooks/useDebounce.ts similarity index 100% rename from app/hooks/useDebounce.ts rename to app-old/hooks/useDebounce.ts diff --git a/app/hooks/useTheme.ts b/app-old/hooks/useTheme.ts similarity index 100% rename from app/hooks/useTheme.ts rename to app-old/hooks/useTheme.ts diff --git a/app/images/blur-cyan.png b/app-old/images/blur-cyan.png similarity index 100% rename from app/images/blur-cyan.png rename to app-old/images/blur-cyan.png diff --git a/app/images/blur-cyan.webp b/app-old/images/blur-cyan.webp similarity index 100% rename from app/images/blur-cyan.webp rename to app-old/images/blur-cyan.webp diff --git a/app/images/blur-indigo.png b/app-old/images/blur-indigo.png similarity index 100% rename from app/images/blur-indigo.png rename to app-old/images/blur-indigo.png diff --git a/app/images/blur-indigo.webp b/app-old/images/blur-indigo.webp similarity index 100% rename from app/images/blur-indigo.webp rename to app-old/images/blur-indigo.webp diff --git a/app/layouts/LayoutDefault.tsx b/app-old/layouts/LayoutDefault.tsx similarity index 100% rename from app/layouts/LayoutDefault.tsx rename to app-old/layouts/LayoutDefault.tsx diff --git a/app/layouts/prism.css b/app-old/layouts/prism.css similarity index 100% rename from app/layouts/prism.css rename to app-old/layouts/prism.css diff --git a/app/layouts/style.css b/app-old/layouts/style.css similarity index 100% rename from app/layouts/style.css rename to app-old/layouts/style.css diff --git a/app/layouts/tailwind.css b/app-old/layouts/tailwind.css similarity index 100% rename from app/layouts/tailwind.css rename to app-old/layouts/tailwind.css diff --git a/app/lib/getTelefuncContext.ts b/app-old/lib/getTelefuncContext.ts similarity index 100% rename from app/lib/getTelefuncContext.ts rename to app-old/lib/getTelefuncContext.ts diff --git a/app/lib/navigation.ts b/app-old/lib/navigation.ts similarity index 100% rename from app/lib/navigation.ts rename to app-old/lib/navigation.ts diff --git a/app/lib/search.ts b/app-old/lib/search.ts similarity index 100% rename from app/lib/search.ts rename to app-old/lib/search.ts diff --git a/app/lib/sections.ts b/app-old/lib/sections.ts similarity index 100% rename from app/lib/sections.ts rename to app-old/lib/sections.ts diff --git a/app/markdoc/Tag.ts b/app-old/markdoc/Tag.ts similarity index 100% rename from app/markdoc/Tag.ts rename to app-old/markdoc/Tag.ts diff --git a/app/markdoc/nodes.tsx b/app-old/markdoc/nodes.tsx similarity index 100% rename from app/markdoc/nodes.tsx rename to app-old/markdoc/nodes.tsx diff --git a/app/markdoc/tags.tsx b/app-old/markdoc/tags.tsx similarity index 100% rename from app/markdoc/tags.tsx rename to app-old/markdoc/tags.tsx diff --git a/app/package.json b/app-old/package.json similarity index 100% rename from app/package.json rename to app-old/package.json diff --git a/app/pages/+Head.tsx b/app-old/pages/+Head.tsx similarity index 100% rename from app/pages/+Head.tsx rename to app-old/pages/+Head.tsx diff --git a/app/pages/+config.ts b/app-old/pages/+config.ts similarity index 100% rename from app/pages/+config.ts rename to app-old/pages/+config.ts diff --git a/app/pages/+onPageTransitionEnd.ts b/app-old/pages/+onPageTransitionEnd.ts similarity index 100% rename from app/pages/+onPageTransitionEnd.ts rename to app-old/pages/+onPageTransitionEnd.ts diff --git a/app/pages/+onPageTransitionStart.ts b/app-old/pages/+onPageTransitionStart.ts similarity index 100% rename from app/pages/+onPageTransitionStart.ts rename to app-old/pages/+onPageTransitionStart.ts diff --git a/app/pages/+title.ts b/app-old/pages/+title.ts similarity index 100% rename from app/pages/+title.ts rename to app-old/pages/+title.ts diff --git a/app/pages/_error/+Page.tsx b/app-old/pages/_error/+Page.tsx similarity index 100% rename from app/pages/_error/+Page.tsx rename to app-old/pages/_error/+Page.tsx diff --git a/app/pages/buildTitle.ts b/app-old/pages/buildTitle.ts similarity index 100% rename from app/pages/buildTitle.ts rename to app-old/pages/buildTitle.ts diff --git a/app/pages/certifications/+Page.tsx b/app-old/pages/certifications/+Page.tsx similarity index 100% rename from app/pages/certifications/+Page.tsx rename to app-old/pages/certifications/+Page.tsx diff --git a/app/pages/certifications/+data.ts b/app-old/pages/certifications/+data.ts similarity index 100% rename from app/pages/certifications/+data.ts rename to app-old/pages/certifications/+data.ts diff --git a/app/pages/certifications/+onBeforePrerenderStart.ts b/app-old/pages/certifications/+onBeforePrerenderStart.ts similarity index 100% rename from app/pages/certifications/+onBeforePrerenderStart.ts rename to app-old/pages/certifications/+onBeforePrerenderStart.ts diff --git a/app/pages/certifications/+route.ts b/app-old/pages/certifications/+route.ts similarity index 100% rename from app/pages/certifications/+route.ts rename to app-old/pages/certifications/+route.ts diff --git a/app/pages/docs/+Page.tsx b/app-old/pages/docs/+Page.tsx similarity index 100% rename from app/pages/docs/+Page.tsx rename to app-old/pages/docs/+Page.tsx diff --git a/app/pages/docs/+data.ts b/app-old/pages/docs/+data.ts similarity index 100% rename from app/pages/docs/+data.ts rename to app-old/pages/docs/+data.ts diff --git a/app/pages/docs/+onBeforePrerenderStart.ts b/app-old/pages/docs/+onBeforePrerenderStart.ts similarity index 100% rename from app/pages/docs/+onBeforePrerenderStart.ts rename to app-old/pages/docs/+onBeforePrerenderStart.ts diff --git a/app/pages/docs/+route.ts b/app-old/pages/docs/+route.ts similarity index 100% rename from app/pages/docs/+route.ts rename to app-old/pages/docs/+route.ts diff --git a/app/pages/index/+Page.tsx b/app-old/pages/index/+Page.tsx similarity index 100% rename from app/pages/index/+Page.tsx rename to app-old/pages/index/+Page.tsx diff --git a/app/pages/index/+data.ts b/app-old/pages/index/+data.ts similarity index 100% rename from app/pages/index/+data.ts rename to app-old/pages/index/+data.ts diff --git a/app/pages/mentions-legales/+Page.tsx b/app-old/pages/mentions-legales/+Page.tsx similarity index 100% rename from app/pages/mentions-legales/+Page.tsx rename to app-old/pages/mentions-legales/+Page.tsx diff --git a/app/pages/politique-de-confidentialite/+Page.tsx b/app-old/pages/politique-de-confidentialite/+Page.tsx similarity index 100% rename from app/pages/politique-de-confidentialite/+Page.tsx rename to app-old/pages/politique-de-confidentialite/+Page.tsx diff --git a/app/pnpm-lock.yaml b/app-old/pnpm-lock.yaml similarity index 100% rename from app/pnpm-lock.yaml rename to app-old/pnpm-lock.yaml diff --git a/app/providers/ThemeProvider.telefunc.ts b/app-old/providers/ThemeProvider.telefunc.ts similarity index 100% rename from app/providers/ThemeProvider.telefunc.ts rename to app-old/providers/ThemeProvider.telefunc.ts diff --git a/app/providers/ThemeProvider.tsx b/app-old/providers/ThemeProvider.tsx similarity index 100% rename from app/providers/ThemeProvider.tsx rename to app-old/providers/ThemeProvider.tsx diff --git a/app/public/downloads/dwwm/REAC_DWWM_V04_02072024.pdf b/app-old/public/downloads/dwwm/REAC_DWWM_V04_02072024.pdf similarity index 100% rename from app/public/downloads/dwwm/REAC_DWWM_V04_02072024.pdf rename to app-old/public/downloads/dwwm/REAC_DWWM_V04_02072024.pdf diff --git a/app/public/downloads/dwwm/REV2_DWWM_V04_02072024.pdf b/app-old/public/downloads/dwwm/REV2_DWWM_V04_02072024.pdf similarity index 100% rename from app/public/downloads/dwwm/REV2_DWWM_V04_02072024.pdf rename to app-old/public/downloads/dwwm/REV2_DWWM_V04_02072024.pdf diff --git a/app/public/downloads/merise/band-manager.lo1 b/app-old/public/downloads/merise/band-manager.lo1 similarity index 100% rename from app/public/downloads/merise/band-manager.lo1 rename to app-old/public/downloads/merise/band-manager.lo1 diff --git a/app/public/downloads/merise/band-manager.loo b/app-old/public/downloads/merise/band-manager.loo similarity index 100% rename from app/public/downloads/merise/band-manager.loo rename to app-old/public/downloads/merise/band-manager.loo diff --git a/app/public/merise/mcd-1.webp b/app-old/public/merise/mcd-1.webp similarity index 100% rename from app/public/merise/mcd-1.webp rename to app-old/public/merise/mcd-1.webp diff --git a/app/public/merise/mcd-2.webp b/app-old/public/merise/mcd-2.webp similarity index 100% rename from app/public/merise/mcd-2.webp rename to app-old/public/merise/mcd-2.webp diff --git a/app/public/merise/mcd-3.webp b/app-old/public/merise/mcd-3.webp similarity index 100% rename from app/public/merise/mcd-3.webp rename to app-old/public/merise/mcd-3.webp diff --git a/app/public/merise/mcd-4.webp b/app-old/public/merise/mcd-4.webp similarity index 100% rename from app/public/merise/mcd-4.webp rename to app-old/public/merise/mcd-4.webp diff --git a/app/public/merise/mcd-basic.webp b/app-old/public/merise/mcd-basic.webp similarity index 100% rename from app/public/merise/mcd-basic.webp rename to app-old/public/merise/mcd-basic.webp diff --git a/app/public/merise/og.webp b/app-old/public/merise/og.webp similarity index 100% rename from app/public/merise/og.webp rename to app-old/public/merise/og.webp diff --git a/app/public/og.webp b/app-old/public/og.webp similarity index 100% rename from app/public/og.webp rename to app-old/public/og.webp diff --git a/app/public/patterns/mvc.webp b/app-old/public/patterns/mvc.webp similarity index 100% rename from app/public/patterns/mvc.webp rename to app-old/public/patterns/mvc.webp diff --git a/app/public/robots.txt b/app-old/public/robots.txt similarity index 100% rename from app/public/robots.txt rename to app-old/public/robots.txt diff --git a/app/server/telefunc-handler.ts b/app-old/server/telefunc-handler.ts similarity index 100% rename from app/server/telefunc-handler.ts rename to app-old/server/telefunc-handler.ts diff --git a/app/server/vike-handler.ts b/app-old/server/vike-handler.ts similarity index 100% rename from app/server/vike-handler.ts rename to app-old/server/vike-handler.ts diff --git a/app/services/CookieParser.ts b/app-old/services/CookieParser.ts similarity index 100% rename from app/services/CookieParser.ts rename to app-old/services/CookieParser.ts diff --git a/app/services/DocsService.ts b/app-old/services/DocsService.ts similarity index 100% rename from app/services/DocsService.ts rename to app-old/services/DocsService.ts diff --git a/app/services/FlexSearchService.ts b/app-old/services/FlexSearchService.ts similarity index 100% rename from app/services/FlexSearchService.ts rename to app-old/services/FlexSearchService.ts diff --git a/app/services/RedisService.ts b/app-old/services/RedisService.ts similarity index 100% rename from app/services/RedisService.ts rename to app-old/services/RedisService.ts diff --git a/app/services/Sitemap.ts b/app-old/services/Sitemap.ts similarity index 100% rename from app/services/Sitemap.ts rename to app-old/services/Sitemap.ts diff --git a/app/services/SnippetsService.ts b/app-old/services/SnippetsService.ts similarity index 100% rename from app/services/SnippetsService.ts rename to app-old/services/SnippetsService.ts diff --git a/app/sitemap.ts b/app-old/sitemap.ts similarity index 100% rename from app/sitemap.ts rename to app-old/sitemap.ts diff --git a/app/tsconfig.json b/app-old/tsconfig.json similarity index 100% rename from app/tsconfig.json rename to app-old/tsconfig.json diff --git a/app/types.d.ts b/app-old/types.d.ts similarity index 100% rename from app/types.d.ts rename to app-old/types.d.ts diff --git a/app/vite.config.ts b/app-old/vite.config.ts similarity index 100% rename from app/vite.config.ts rename to app-old/vite.config.ts