Skip to content

Commit

Permalink
Fix wrong git contribute branch for cpp-sdk repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Unnvaldr committed Feb 18, 2023
1 parent 3e41323 commit f1ff763
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
"altv-types/**": ["js"],
"coreclr-module/**": ["csharp"],
"cpp-sdk/**": ["cpp"]
},
"_gitContribute": {
"cpp-sdk/**": {
"branch": "docs",
"apiSpecFolder": "docs/apidoc"
}
}
},
"template": [
Expand Down

0 comments on commit f1ff763

Please sign in to comment.