mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
32 lines
600 B
JSON
32 lines
600 B
JSON
{
|
|
"opts": {
|
|
"destination": "docs/hooks",
|
|
"template": "node_modules/wp-hookdoc/template",
|
|
"recurse": true,
|
|
"readme": "./.github/hookdoc-tmpl/README.md"
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"./"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"includePattern": ".+\\.(php)?$"
|
|
},
|
|
"plugins": [
|
|
"node_modules/wp-hookdoc/plugin",
|
|
"plugins/markdown"
|
|
],
|
|
"templates": {
|
|
"default": {
|
|
"layoutFile": "./.github/hookdoc-tmpl/layout.tmpl",
|
|
"staticFiles": {
|
|
"include": [
|
|
"./.github/hookdoc-tmpl/static"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|