-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdocs.json
35 lines (35 loc) · 1011 Bytes
/
docs.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
{
"name": "Invertase Firebase Extensions",
"twitter": "invertaseio",
"theme": "#FFA03F",
"sidebar": [
["Overview", "/"],
[
"Image Processing Api",
[
["Overview", "/image-processing-api"],
["Input", "/image-processing-api/input"],
["Operations", "/image-processing-api/operations"],
["Output", "/image-processing-api/output"],
["Types", "/image-processing-api/types"],
["Utility Library", "/image-processing-api/utility-library"]
]
],
[
"Firestore Record Acknowledgments",
[
["Overview", "/firestore-record-acknowledgments"],
["Reference API", "/firestore-record-acknowledgments/reference"],
["Utility Library", "/firestore-record-acknowledgments/utility-library"]
]
],
[
"Export User Data",
[
["Overview", "/export-user-data"],
["Usage", "/export-user-data/usage"],
["Reference API", "/export-user-data/reference"]
]
]
]
}