Skip to content

Commit

Permalink
Remove apipage and fix c# clients download on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mucaccino committed Jun 6, 2024
1 parent 1e9d5d9 commit 76e5724
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,13 @@
"enumSortOrder": "declaringOrder",
"outputFormat": "mref",
"dest": "api"
},
{
"src": [
{
"files": [
"**/*.csproj"
],
"src": "./"
}
],
"namespaceLayout": "nested",
"enumSortOrder": "declaringOrder",
"outputFormat": "apiPage",
"dest": "apipage"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}",
"restapi/**",
"apipage/**"
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
Expand All @@ -47,7 +31,8 @@
"files": [
"images/**",
"makefile",
"restapi/clients.ts"
"restapi/clients.ts",
"restapi/clients.cs"
]
}
],
Expand Down

0 comments on commit 76e5724

Please sign in to comment.