Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Dec 13, 2024
1 parent 221964a commit 5e455dd
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,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 { seoPlugin } from "@vuepress/plugin-seo";
//import { searchPlugin } from "@vuepress/plugin-search";
//import { nprogressPlugin } from "@vuepress/plugin-nprogress";
//import { pwaPlugin } from "@vuepress/plugin-pwa";
//import { seoPlugin } from "@vuepress/plugin-seo";
import { defineUserConfig } from "vuepress";
import { viteBundler } from '@vuepress/bundler-vite'
//import { webpackBundler } from '@vuepress/bundler-webpack'
Expand Down Expand Up @@ -30,21 +30,12 @@ export default defineUserConfig({
"/overview/",
"/use/",
"/llm/",
"/offline/"
"/offline/",
"/develop/",
"/servicesai/"
],
}),
plugins: [
seoPlugin({
hostname: "https://worldline.github.io/learning-ai",
}),
searchPlugin({
// options du plugin de recherche
}),
nprogressPlugin(),
pwaPlugin({
// options du plugin PWA
}),
],

/*bundler: webpackBundler({
webpackOptions: {},
vuePluginOptions: {},
Expand Down

0 comments on commit 5e455dd

Please sign in to comment.