Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove jsdoc and disable vercel comment #5026

Merged
merged 1 commit into from Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
}
}