forked from rigwild/apidoc-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
api_project.json
37 lines (37 loc) · 844 Bytes
/
api_project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "test",
"version": "0.13.0",
"description": "RESTful web API Documentation Generator",
"url": "https://api.github.com/v1",
"sampleUrl": "https://api.github.com/v1",
"header": {
"title": "My own header title",
"content": "<h1>Header .md File</h1>\n<p>Content of header.md file.</p>\n"
},
"footer": {
"title": "My own footer title",
"content": "<h1>Footer .md File</h1>\n<p>Content of footer.md file.</p>\n"
},
"order": [
"Markdown",
"Example",
"Define",
"Deprecated",
"Escape",
"Group",
"Grouping",
"Header",
"Language",
"Param",
"Permission",
"indent"
],
"defaultVersion": "0.0.0",
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2020-03-12T22:48:42.050Z",
"url": "http://apidocjs.com",
"version": "0.19.1"
}
}