diff --git a/docs/bun.lockb b/docs/bun.lockb new file mode 100755 index 00000000..e72ffb96 Binary files /dev/null and b/docs/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index 19ae45f8..1de86fde 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,10 +16,12 @@ "license": "MIT", "devDependencies": { "@types/node": "^20.9.0", - "@vuepress/plugin-docsearch": "^v2.0.0-rc.0", - "@vuepress/plugin-nprogress": "^v2.0.0-rc.0", - "@vuepress/plugin-pwa": "^v2.0.0-rc.0", - "@vuepress/plugin-search": "^v2.0.0-rc.0", + "@vuepress/plugin-back-to-top": "next", + "@vuepress/plugin-docsearch": "next", + "@vuepress/plugin-nprogress": "next", + "@vuepress/plugin-pwa": "next", + "@vuepress/plugin-pwa-popup": "next", + "@vuepress/plugin-search": "next", "vuepress": "^v2.0.0-rc.0" }, "volta": { diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index 1df7426b..1745b246 100644 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -2,6 +2,8 @@ import { defaultTheme } from "@vuepress/theme-default"; import { searchPlugin } from "@vuepress/plugin-search"; import { nprogressPlugin } from "@vuepress/plugin-nprogress"; import { pwaPlugin } from "@vuepress/plugin-pwa"; +import { pwaPopupPlugin } from "@vuepress/plugin-pwa-popup"; +import { backToTopPlugin } from "@vuepress/plugin-back-to-top"; module.exports = { base: "/ios-training/", @@ -71,5 +73,7 @@ module.exports = { }), nprogressPlugin(), pwaPlugin({}), + pwaPopupPlugin({}), + backToTopPlugin(), ], }; diff --git a/docs/src/fr/presentation/README.md b/docs/src/fr/presentation/README.md index 348fd5a0..f96299fd 100644 --- a/docs/src/fr/presentation/README.md +++ b/docs/src/fr/presentation/README.md @@ -6,7 +6,7 @@ Le développement iOS consiste à développer des applications qui ciblent princ Il existe plusieurs façons d'y parvenir : - En utilisant les frameworks et outils officiels fournis par Apple. -- En utilisant des frameworks et outils tiers tels que Capacitor, MAUI et FLutter. +- En utilisant des frameworks et outils tiers tels que Capacitor, MAUI et Flutter. Cette formation se concentre sur le développement iOS en utilisant les outils et frameworks officiels proposés par Apple. Notre pile de développement sera composée des éléments suivants : diff --git a/docs/src/presentation/README.md b/docs/src/presentation/README.md index 6bfb2f5c..3bd0e5e0 100644 --- a/docs/src/presentation/README.md +++ b/docs/src/presentation/README.md @@ -6,7 +6,7 @@ iOS development consists of developing applications that can target mainly the i There are many ways to achieve this: - Using the official frameworks and tools provided by Apple -- Using 3rd party frameworks and tools such as Capacitor, MAUI and FLutter +- Using 3rd party frameworks and tools such as Capacitor, MAUI and Flutter This training focuses on iOS development using the official tools and frameworks proposed by Apple. Our development stack will consist of the following items: