mirror of https://github.com/grpc/grpc-node.git
Merge pull request #4743 from murgatroid99/node_doc_gen_config_update
Update Node API documentation generation configuration for move to repo root
This commit is contained in:
commit
d55e4d3fbf
|
@ -3,13 +3,13 @@
|
||||||
"allowUnknownTags": true
|
"allowUnknownTags": true
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"include": [ "index.js", "src" ],
|
"include": [ "src/node/index.js", "src/node/src" ],
|
||||||
"includePattern": ".+\\.js(doc)?$",
|
"includePattern": "src/node/.+\\.js(doc)?$",
|
||||||
"excludePattern": "(^|\\/|\\\\)_"
|
"excludePattern": "(^|\\/|\\\\)_"
|
||||||
},
|
},
|
||||||
"opts": {
|
"opts": {
|
||||||
"package": "package.json",
|
"package": "package.json",
|
||||||
"readme": "README.md"
|
"readme": "src/node/README.md"
|
||||||
},
|
},
|
||||||
"plugins": [],
|
"plugins": [],
|
||||||
"templates": {
|
"templates": {
|
||||||
|
|
Loading…
Reference in New Issue