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
|
||||
},
|
||||
"source": {
|
||||
"include": [ "index.js", "src" ],
|
||||
"includePattern": ".+\\.js(doc)?$",
|
||||
"include": [ "src/node/index.js", "src/node/src" ],
|
||||
"includePattern": "src/node/.+\\.js(doc)?$",
|
||||
"excludePattern": "(^|\\/|\\\\)_"
|
||||
},
|
||||
"opts": {
|
||||
"package": "package.json",
|
||||
"readme": "README.md"
|
||||
"readme": "src/node/README.md"
|
||||
},
|
||||
"plugins": [],
|
||||
"templates": {
|
||||
|
|
Loading…
Reference in New Issue