-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapi-reference.json
More file actions
43 lines (43 loc) · 881 Bytes
/
api-reference.json
File metadata and controls
43 lines (43 loc) · 881 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"build": {
"xref": [
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
],
"content": [
{
"files": [
"index.md",
"toc.yml",
"guide/*.{md,yml}"
],
"exclude": [
"_docs/**"
]
}
],
"resource": [
{
"files": [
"media/**",
"versions.json"
]
}
],
"output": "_docs",
"template": [
"default",
"modern",
"docs-versioning"
],
"maxParallelism": 1,
"globalMetadata": {
"_appName": "PolylineAlgorithm for .NET",
"_appTitle": "PolylineAlgorithm for .NET",
"_enableSearch": true,
"_enableNewTab": true,
"_disableContribution": false,
"pdf": false
}
}
}