-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathdocfx.json
More file actions
49 lines (49 loc) · 1.21 KB
/
docfx.json
File metadata and controls
49 lines (49 loc) · 1.21 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
{
"build": {
"content": [
{
"files": [
"eud-for-bi-dashboard/**/*.{md,yml}",
"eud-for-devexpress-reports/**/*.{md,yml}",
"toc.yml",
"index.md"
],
"exclude": [
"_*/**",
]
}
],
"resource": [
{
"files": [
"favicon.ico",
"logo.svg",
"eud-for-bi-dashboard/dashboard-for-web/images/**",
"eud-for-devexpress-reports/reporting-for-web/images/**",
"eud-for-bi-dashboard/dashboard-for-desktop/images/**",
"eud-for-devexpress-reports/reporting-for-desktop/images/**"
],
"exclude": [
"_*/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern",
"./.template"
],
"sitemap": {
"baseUrl": "https://devexpress.github.io/"
},
"globalMetadata": {
"_appName": "DevExpress EUD",
"_appTitle": "DevExpress End-User Documentation",
"_appFaviconPath": "favicon.ico",
"_appFooter": "Copyright (c) 1998-2025 Developer Express Inc. All rights reserved.",
"_appLogoPath": "logo.svg",
"_enableSearch": true
}
}
}