Skip to content

Commit

Permalink
Merge pull request #536 from Poorunga/main
Browse files Browse the repository at this point in the history
ignore proposal dir
  • Loading branch information
Poorunga authored Jan 17, 2024
2 parents c360f02 + 0e1567f commit 0167db2
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 0167db2

Please sign in to comment.