mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Add apidoc customisation file
This commit is contained in:
parent
49a1153083
commit
4e19f76a8d
2 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ peppermint:
|
||||||
|
|
||||||
docs: setupApiDoc
|
docs: setupApiDoc
|
||||||
@echo [peppermint/docs] Building docs
|
@echo [peppermint/docs] Building docs
|
||||||
apidoc -o './RestApiDocs/' -f '.*\.php' -e index.php
|
apidoc -o './RestApiDocs/' --config apidoc.json -f '.*\.php' -e index.php
|
||||||
rm -rf doc/
|
rm -rf doc/
|
||||||
|
|
||||||
setupApiDoc:
|
setupApiDoc:
|
||||||
|
|
6
apidoc.json
Normal file
6
apidoc.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Pepperminty Wiki",
|
||||||
|
"version": "0.13-dev",
|
||||||
|
"description": "A wiki in a box. This is the API documentation.",
|
||||||
|
"title": "Pepperminty Wiki"
|
||||||
|
}
|
Loading…
Reference in a new issue