-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjsdoc.json
48 lines (48 loc) · 1.44 KB
/
jsdoc.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
38
39
40
41
42
43
44
45
46
47
48
{
"opts": {
"template": "node_modules/docdash"
},
"plugins": ["plugins/markdown"],
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": false,
"typedefs": false,
"wrap": true,
"removeQuotes": "none",
"scripts": [],
"openGraph": {
"title": "TheRolfFR/firestorm-db: Self hosted Firestore-like database",
"description": "Self hosted Firestore-like database with API endpoints based on micro bulk operations",
"type": "website",
"image": "https://github.com/TheRolfFR/firestorm-db/raw/main/img/firestorm-512.png",
"site_name": "firestorm-db",
"url": "https://github.com/TheRolfFR/firestorm-db/"
},
"meta": {
"title": "TheRolfFR/firestorm-db: Self hosted Firestore-like database",
"description": "Self hosted Firestore-like database with API endpoints based on micro bulk operations",
"keyword": "firebase,firestore,db,api,php,micro-operations,bulk"
},
"menu": {
"Repository": {
"href": "https://github.com/TheRolfFR/firestorm",
"target": "_blank",
"class": "menu-item",
"id": "repository"
},
"npm": {
"href": "https://www.npmjs.com/package/firestorm-db",
"target": "_blank",
"class": "menu-item",
"id": "npm"
}
}
},
"templates": {
"default": {
"useLongnameInNav": true
}
}
}