Skip to content

Commit

Permalink
chore: remove jsdoc and disable vercel comment (eggjs#5026)
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos authored and iblogc committed Jan 9, 2023
1 parent bfd128e commit 046ddb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -70,7 +70,6 @@
"dumi-theme-egg": "^1.2.2",
"egg-alinode": "^2.0.1",
"egg-bin": "^5",
"egg-doctools": "^2.9.1",
"egg-mock": "^4.2.1",
"egg-plugin-puml": "^2.4.0",
"egg-tracer": "^1.1.0",
Expand Down Expand Up @@ -109,9 +108,8 @@
"test-local-changed": "egg-bin test --changed",
"cov": "egg-bin cov --timeout 100000",
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"site:jsdoc": "node ./scripts/jsdoc.js",
"site:dev": "APP_ROOT=./site dumi dev",
"site:build": "APP_ROOT=./site dumi build && npm run site:jsdoc",
"site:build": "APP_ROOT=./site dumi build",
"site:prettier": "prettier --config site/.prettierrc --ignore-path site/.prettierignore --write \"site/**/*.{js,jsx,tsx,ts,less,md,json}\"",
"autod": "autod",
"puml": "puml . --dest ./site",
Expand Down
15 changes: 0 additions & 15 deletions scripts/jsdoc.js

This file was deleted.

8 changes: 0 additions & 8 deletions site/config/config.ts
Expand Up @@ -27,10 +27,6 @@ export default defineConfig({
navs: {
'en-US': [
null,
{
title: 'API',
path: 'https://eggjs.org/api/index.html',
},
{
title: 'GitHub',
path: 'https://github.com/eggjs/egg',
Expand All @@ -46,10 +42,6 @@ export default defineConfig({
],
'zh-CN': [
null,
{
title: 'API',
path: 'https://eggjs.org/api/index.html',
},
{
title: 'GitHub',
path: 'https://github.com/eggjs/egg',
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
@@ -0,0 +1,5 @@
{
"github": {
"silent": true
}
}

0 comments on commit 046ddb0

Please sign in to comment.