-
Notifications
You must be signed in to change notification settings - Fork 32
/
docfx.json
85 lines (85 loc) · 2.02 KB
/
docfx.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"build": {
"markdownEngineName": "markdig",
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_themes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
},
{
"files": [
"**/*.md"
],
"exclude": [],
"src": "api/overview/msal-public-client",
"dest": "api/overview/msal-public-client"
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.svg",
"**/*.gif",
"**/*.bmp"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"globalMetadata": {
"uhfHeaderId": "MSDocsHeader-Entra",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/microsoft-authentication-library-dotnet",
"feedback_product_url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues",
"apiPlatform": "dotnet",
"breadcrumb_path": "/dotnet/msal-dotnet-ref-breadcrumb/toc.json"
},
"fileMetadata": {
"author": {
"api/**.yml": "dotnet-bot",
"api/**.md": "dotnet-bot"
},
"ms.author": {
"api/**.yml": "dmwendia",
"api/**.md": "dmwendia"
},
"ms.service": {
"api/**.yml": "msal",
"api/**.md": "msal"
},
"titleSuffix": {
"api/**.md": "Microsoft Authentication Library for .NET",
"api/**.yml": "Microsoft Authentication Library for .NET"
},
"ms.topic": {
"api/**.md": "conceptual",
"api/**.yml": "reference"
},
"open_to_public_contributors": {
"api/**.md": false
}
},
"template": [],
"isCanonicalUrlWithMoniker": true,
"dest": "_site",
"lruSize": 0,
"xrefService": [
"https://xref.docs.microsoft.com/query?uid={uid}"
]
}
}