Skip to content

Commit 961d8b1

Browse files
authored
Misc changes (#17)
* changes after running npx update-browserslist-db@latest * management: remove files not related to this repo * fix: changes after running npm audit fix * fix: npm run docs:build It was appearing the following error everywhere on logs: [vuepress] No matching page found for sidebar item "/zh/developing/cache/" This was not allowing the build to finish as expected * docs: required node version marked in README
1 parent c75a558 commit 961d8b1

File tree

6 files changed

+6084
-5186
lines changed

6 files changed

+6084
-5186
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ node_modules
22
.idea
33
*.log
44
dist
5-
go.mod
6-
go.sum

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you are looking for old Beego doc, please check [beego.vip](http://beego.vip/
88

99
## deploy the docs
1010

11-
You must install the node.js on your computer.
11+
You must install [node.js](https://nodejs.org/) v16 on your computer. Then you can run:
1212

1313
```go
1414
npm run "docs:dev"

docs/.vuepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ function buildVersionSideBar() {
249249
collapsable: true,
250250
sidebarDepth: 0,
251251
children: [
252-
"cache/",
253252
"cache/cache_pattern.md"
254253
],
255254
},

0 commit comments

Comments
 (0)