Skip to content

Commit 00c9ae5

Browse files
committed
Updated docfx.json to output metadata to /api and not /api/net9
1 parent 525a9bb commit 00c9ae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Docs/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"src": [
55
{
66
"src": "../../artifacts/bin/KZDev.PerfUtils/release_net9.0",
7-
"dest": "api/net9",
7+
"dest": "api",
88
"cwd": "src",
99
"properties": {
1010
"TargetFramework": "net9"
@@ -14,7 +14,7 @@
1414
]
1515
}
1616
],
17-
"dest": "api/net9",
17+
"dest": "api",
1818
"filter": "filterConfig.yml",
1919
"outputFormat": "mref",
2020
"memberLayout": "separatePages",

0 commit comments

Comments
 (0)