Skip to content

Commit

Permalink
Merge pull request #48 from datasharingframework/47-add-v150
Browse files Browse the repository at this point in the history
v1.5.0 documentation
  • Loading branch information
schwzr authored Feb 21, 2024
2 parents 23d7e41 + 9641354 commit 6193eac
Show file tree
Hide file tree
Showing 39 changed files with 8,976 additions and 8,901 deletions.
14,178 changes: 5,929 additions & 8,249 deletions docs/package-lock.json

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"vue": "3.3.4",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-search-pro": "2.0.0-beta.238",
"vuepress-plugin-sitemap2": "2.0.0-beta.238",
"vuepress-theme-hope": "2.0.0-beta.238"
"@vuepress/bundler-vite": "2.0.0-rc.8",
"sass-loader": "14.1.1",
"vue": "3.4.19",
"vuepress": "2.0.0-rc.8",
"vuepress-plugin-search-pro": "2.0.0-rc.25",
"vuepress-theme-hope": "2.0.0-rc.25"
},
"dependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.12.0"
}
}
19 changes: 7 additions & 12 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import { viteBundler } from '@vuepress/bundler-vite';
import { defineUserConfig } from "vuepress";
import theme from "./theme.js";
import { searchProPlugin } from "vuepress-plugin-search-pro";
import { sitemapPlugin } from "vuepress-plugin-sitemap2";

export default defineUserConfig({
host: "127.0.0.1",
base: "/",

bundler: viteBundler({
viteOptions: {},
vuePluginOptions: {},
}),

/*locales: {
"/": {
Expand All @@ -19,16 +23,7 @@ export default defineUserConfig({
description: "",
},
},*/
plugins: [
searchProPlugin({
// index all contents
indexContent: true,
}),
sitemapPlugin({
// your options
hostname: 'dsf.dev'
}),
],
plugins: [],

// Enable it with pwa
shouldPrefetch: false,
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6193eac

Please sign in to comment.