Skip to content

Commit

Permalink
ignore proposal dir
Browse files Browse the repository at this point in the history
Signed-off-by: Poorunga <[email protected]>
  • Loading branch information
Poorunga committed Jan 17, 2024
1 parent c360f02 commit 0e1567f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { navbar, sidebar } from './configs'

export default defineUserConfig<DefaultThemeOptions>({
base: '/',
pagePatterns: ['!proposal'],

head: [
[
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "EdgeMesh Documentation",
"license": "Apache",
"scripts": {
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build ."
"docs:dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev .",
"docs:build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build ."
},
"devDependencies": {
"vuepress": "^2.0.0-beta.24"
Expand Down
Binary file not shown.

0 comments on commit 0e1567f

Please sign in to comment.