Skip to content

Commit

Permalink
Update some plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wlybe committed Nov 28, 2023
1 parent e66b979 commit 7fddcce
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
Binary file added docs/bun.lockb
Binary file not shown.
10 changes: 6 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -71,5 +73,7 @@ module.exports = {
}),
nprogressPlugin(),
pwaPlugin({}),
pwaPopupPlugin({}),
backToTopPlugin(),
],
};
2 changes: 1 addition & 1 deletion docs/src/fr/presentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
2 changes: 1 addition & 1 deletion docs/src/presentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fddcce

Please sign in to comment.