first
This commit is contained in:
31
jsdoc.conf.json
Normal file
31
jsdoc.conf.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"source": {
|
||||
"include": [
|
||||
"./src/",
|
||||
"./server.js",
|
||||
"./README.md"
|
||||
],
|
||||
"includePattern": "\\.(js|md)$",
|
||||
"exclude": [
|
||||
"node_modules/",
|
||||
"logs/",
|
||||
"test/"
|
||||
]
|
||||
},
|
||||
"opts": {
|
||||
"destination": "./docs/api/",
|
||||
"recurse": true,
|
||||
"readme": "./README.md"
|
||||
},
|
||||
"plugins": [
|
||||
"plugins/markdown"
|
||||
],
|
||||
"templates": {
|
||||
"cleverLinks": false,
|
||||
"monospaceLinks": false
|
||||
},
|
||||
"metadata": {
|
||||
"title": "Laravel Healthcare MCP Server API Documentation",
|
||||
"description": "API documentation for the Laravel Healthcare MCP Server - a comprehensive Model Context Protocol server for healthcare APIs"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user