Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit daa4563

Browse files
author
Kevin Richter
committed
Added Swagger UI & esdoc
1 parent 90da29d commit daa4563

File tree

9 files changed

+5338
-1338
lines changed

9 files changed

+5338
-1338
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ build/
1717
.vagrant
1818
.sass-cache
1919
source/*.md
20+
source/wrapper
2021

2122
# YARD artifacts
2223
.yardoc

config/esdoc-wrapper.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "maps4news",
3+
"index": "./node_modules/@mapcreator/maps4news/README.md",
4+
"source": "./node_modules/@mapcreator/maps4news/src",
5+
"destination": "./source/wrapper",
6+
"plugins": [
7+
{
8+
"name": "esdoc-standard-plugin",
9+
"option": {
10+
"accessor": {
11+
"access": [
12+
"public",
13+
"protected"
14+
],
15+
"autoPrivate": true
16+
},
17+
"undocumentIdentifier": {
18+
"enable": true
19+
},
20+
"unexportedIdentifier": {
21+
"enable": false
22+
},
23+
"typeInference": {
24+
"enable": true
25+
},
26+
"brand": {
27+
"title": "Maps4News Api Wrapper",
28+
"description": "Maps4News Api Javascript Wrapper"
29+
}
30+
}
31+
},
32+
{
33+
"name": "esdoc-ecmascript-proposal-plugin",
34+
"option": {
35+
"all": true
36+
}
37+
}
38+
]
39+
}

config/jsdoc2md.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/widdershins-api.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)