Skip to content

Commit a226812

Browse files
committed
Update docfx.json
Possible fix for redirect issues
1 parent 57ed7ca commit a226812

File tree

1 file changed

+42
-23
lines changed

1 file changed

+42
-23
lines changed

exchange/docfx.json

Lines changed: 42 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"build": {
33
"content": [
44
{
5-
"files": ["**/*.md"],
5+
"files": [
6+
"**/*.md"
7+
],
68
"src": "docs-conceptual",
79
"version": "exchange-ps",
810
"dest": "exchange",
@@ -12,26 +14,41 @@
1214
"README.md",
1315
"LICENSE",
1416
"LICENSE-CODE",
15-
"ThirdPartyNotices"]
17+
"ThirdPartyNotices"
18+
]
1619
},
1720
{
18-
"files": ["toc.yml"],
21+
"files": [
22+
"toc.yml"
23+
],
1924
"src": "docs-conceptual",
2025
"version": "exchange-ps",
2126
"dest": "exchange/exchange-ps"
2227
},
2328
{
24-
"files": ["**/*.md"],
25-
"src": "exchange-ps",
26-
"version": "exchange-ps",
27-
"dest": "module"
28-
},
29-
{
30-
"files": ["toc.yml"],
31-
"src": "exchange-ps",
32-
"version": "exchange-ps",
33-
"dest": "module/exchange-ps"
34-
}
29+
"files": [
30+
"**/*.md"
31+
],
32+
"src": "exchange-ps",
33+
"version": "exchange-ps",
34+
"dest": "module"
35+
},
36+
{
37+
"files": [
38+
"toc.yml"
39+
],
40+
"src": "exchange-ps",
41+
"version": "exchange-ps",
42+
"dest": "module/exchange-ps"
43+
},
44+
{
45+
"files": [
46+
"**/*.md"
47+
],
48+
"src": "virtual-folder",
49+
"version": "exchange-ps",
50+
"dest": "module"
51+
}
3552
],
3653
"resource": [
3754
{
@@ -54,20 +71,22 @@
5471
"overwrite": [],
5572
"externalReference": [],
5673
"globalMetadata": {
57-
"author" : "chrisda",
58-
"ms.author" : "chrisda",
59-
"manager" : "serdars",
60-
"ms.date" : "09/25/2017",
61-
"ms.topic" : "reference",
62-
"ms.service" : "exchange-powershell",
63-
"ms.devlang" : "powershell",
74+
"author": "chrisda",
75+
"ms.author": "chrisda",
76+
"manager": "serdars",
77+
"ms.date": "09/25/2017",
78+
"ms.topic": "reference",
79+
"ms.service": "exchange-powershell",
80+
"ms.devlang": "powershell",
6481
"feedback_system": "GitHub",
6582
"feedback_github_repo": "MicrosoftDocs/office-docs-powershell",
6683
"feedback_product_url": "https://github.com/MicrosoftDocs/office-docs-powershell/issues"
6784
},
6885
"fileMetadata": {
69-
"apiPlatform":{
70-
"exchange-ps/exchange/**/*.md" : [ "powershell" ]
86+
"apiPlatform": {
87+
"exchange-ps/exchange/**/*.md": [
88+
"powershell"
89+
]
7190
}
7291
},
7392
"template": [],

0 commit comments

Comments
 (0)