-
Notifications
You must be signed in to change notification settings - Fork 119
/
docfx.json
200 lines (200 loc) · 5.24 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"build": {
"markdownEngineName": "markdig",
"markdownEngineProperties": {
"markdigExtensions": [
"abbreviations",
"definitionlists",
"tasklists",
"footnotes",
"diagrams"
]
},
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"src": "docs",
"dest": ".",
"exclude": [
"**/obj/**",
"**/includes/**.md",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**",
"README.md",
"CODE_OF_CONDUCT.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices.md",
"SECURITY.md"
]
}
],
"resource": [
{
"files": [
"**/*.bmp",
"**/*.gif",
"**/*.jpg",
"**/*.png",
"**/*.svg",
"**/zone-pivot-groups.json"
],
"exclude": [
"**/obj/**",
"**/includes/**.md",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"ms.service": "dotnet-aspire",
"apiPlatform": "dotnet",
"author": "IEvangelist",
"ms.author": "dapine",
"ms.devlang": "dotnet",
"ms.topic": "conceptual",
"ROBOTS": "INDEX,FOLLOW",
"audience": "developer",
"breadcrumb_path": "/dotnet/aspire/breadcrumb/toc.json",
"feedback_system": "OpenSource",
"feedback_github_repo": "dotnet/docs-aspire",
"feedback_product_url": "https://github.com/dotnet/aspire",
"open_source_feedback_contributorGuideUrl": "https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute",
"open_source_feedback_issueTitle": "",
"open_source_feedback_productLogoLightUrl": "https://learn.microsoft.com/media/logos/logo_net.svg",
"open_source_feedback_productLogoDarkUrl": "https://learn.microsoft.com/media/logos/logo_net.svg",
"open_source_feedback_issueUrl": "https://github.com/dotnet/docs-aspire/issues/new?template=z-customer-feedback.yml",
"open_source_feedback_productName": ".NET Aspire",
"open_source_feedback_productDescription": "The .NET Aspire documentation is open source and we love community feedback. Please provide feedback by posting an issue on GitHub, or product feedback here:",
"social_image_url": "/dotnet/media/dotnet-aspire-logo.png",
"permissioned-type": "public",
"dev_langs": [
"csharp"
],
"featureFlags": [
"enable_uhf_ppe"
],
"searchScope": [
".NET",
".NET Aspire"
],
"zone_pivot_group_filename": "aspire/zones/zone-pivot-groups.json",
"show_latex": true,
"uhfHeaderId": "MSDocsHeader-DotNet",
"_displayLangs": [
"csharp"
]
},
"fileMetadata": {
"ms.topic": {
"docs/**/*.md": "conceptual"
},
"ms.devlang": {
"docs/**/*.*": "csharp"
},
"author": {
"docs/**/*.*": "IEvangelist",
"docs/community-toolkit/**/*.*": "aaronpowell"
},
"ms.author": {
"docs/**/*.*": "dapine",
"docs/community-toolkit/**/*.*": "aapowell"
},
"ms.collection": {
"docs/azureai/**/*.md": "ce-skilling-ai-copilot"
},
"titleSuffix": {
"docs/**/**.md": ".NET Aspire"
},
"no-loc": {
"**/**.md": [
".NET Aspire",
".NET",
"Angular",
"Apache Kafka",
"Application Insights",
"ASP.NET Core",
"ASP.NET",
"Aspire",
"Azure AI OpenAI",
"Azure Blob Storage",
"Azure Cache for Redis",
"Azure Container Apps",
"Azure Cosmos DB",
"Azure Developer CLI",
"Azure Event Hubs",
"Azure Key Vault",
"Azure Search Documents",
"Azure Service Bus",
"Azure SignalR Service",
"Azure Storage Queues",
"Azure Table Storage",
"Azure",
"Blazor WebAssembly",
"Blazor",
"C# Dev Kit",
"Client",
"Cookie",
"cookie",
"Cosmos DB",
"Dapr",
"Deno",
"Docker",
"Dockerfile",
"EF Core",
"Elasticsearch",
"Entity Framework Core",
"Git",
"GitHub",
"JSON",
"Keycloak",
"Kubernetes",
"Linux",
"localhost",
"MailDev",
"Milvus",
"MongoDB",
"MySQL",
"NATS",
"Node.js",
"OpenAI",
"OpenAPI",
"OpenTelemetry",
"Oracle",
"Orleans",
"Podman",
"Postgres",
"PostgreSQL",
"Privacy",
"Python",
"RabbitMQ",
"React",
"Redis",
"REST",
"Seq",
"Server",
"SignalR",
"SQL Server",
"Unix",
"Visual Studio Code",
"Visual Studio",
"Vue",
"WASM",
"Worker Service"
]
}
},
"template": [],
"dest": "dotnet-aspire-docs"
}
}