-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathmanifest.json
More file actions
54 lines (54 loc) · 1.06 KB
/
manifest.json
File metadata and controls
54 lines (54 loc) · 1.06 KB
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
49
50
51
52
53
54
{
"source_base_path": "/Users/kailashb/work/sdks/auth0-aspnetcore-authentication/docs-source",
"xrefmap": "xrefmap.yml",
"files": [
{
"type": "Resource",
"source_relative_path": "images/logo.png",
"output": {
"resource": {
"relative_path": "images/logo.png"
}
},
"version": ""
},
{
"type": "Resource",
"source_relative_path": "images/logo.svg",
"output": {
"resource": {
"relative_path": "images/logo.svg"
}
},
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "index.md",
"output": {
".html": {
"relative_path": "index.html"
}
},
"version": ""
},
{
"type": "Toc",
"source_relative_path": "toc.yml",
"output": {
".html": {
"relative_path": "toc.html"
},
".json": {
"relative_path": "toc.json"
}
},
"version": ""
}
],
"groups": [
{
"xrefmap": "xrefmap.yml"
}
]
}