-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdocfx-all.json
More file actions
74 lines (74 loc) · 1.57 KB
/
docfx-all.json
File metadata and controls
74 lines (74 loc) · 1.57 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
// NOTE: This file should contain everything in docfx.json AND API Browser content.
// docfx build will take a lot longer when using this file.
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"build": {
"content": [
{
"files": "**.{md|yml}",
"src": "docs/",
"dest": "docs/"
},
{
"files": "**.{md|yml}",
"src": "articles/",
"dest": "articles/"
},
{
"files": "**.{md|yml}",
"src": "guides/",
"dest": "guides/"
},
{
"files": "*.{md|yml}",
"src": "api/v4/",
"dest": "api/v4/",
"group": "v4"
},
{
"files": "*.{md|yml}",
"src": "api/v3/",
"dest": "api/v3/",
"group": "v3"
},
{
"files": "*.{md|yml}",
"src": "api/v2/",
"dest": "api/v2/",
"group": "v2"
}
],
"resource": [
{
"files": "**.{png|jpg|ico}"
}
],
"sitemap": {
"baseUrl": "https://steeltoe.io",
"priority": 0.1,
"changefreq": "monthly"
},
"template": [
"default",
"modern",
"modern-steeltoe"
],
"globalMetadataFiles": [
"metadata.json"
],
"disableGitFeatures": false,
"fileMetadataFiles": [],
"markdownEngineProperties": {
"markdigExtensions": [
"Footnotes"
]
},
"output": "../src/Steeltoe.io/wwwroot",
"postProcessors": [
"ExtractSearchIndex"
]
},
"rules": {
"InvalidFileLink": "warning"
}
}