Skip to content

Commit

Permalink
feat: 格式化json
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Sep 26, 2022
1 parent d00e52e commit 31928b6
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions script/docs/jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"tags": {
"allowUnknownTags": false
"allowUnknownTags": false
},
"source": {
"include": ["src", "README.md"],
"includePattern": "\\.(t|j)s$",
"excludePattern": "(node_modules/|docs)"
"include": [
"src",
"README.md"
],
"includePattern": "\\.(t|j)s$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown",
"node_modules/better-docs/typescript"
],
"plugins/markdown",
"node_modules/better-docs/typescript"
],
"opts": {
"template": "node_modules/docdash/",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
"template": "node_modules/docdash/",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"markdown": {
"parser": "gfm",
Expand Down Expand Up @@ -44,13 +47,13 @@
"scripts": [
"./jsdoc.js"
],
"menu":{
"Github repo":{
"href":"https://github.com/novlan1/t-comm",
"target":"_blank",
"class":"menu-item",
"id":"repository"
}
"menu": {
"Github repo": {
"href": "https://github.com/novlan1/t-comm",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
}
}
}

0 comments on commit 31928b6

Please sign in to comment.