Skip to content

Commit

Permalink
Update docfx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Jun 16, 2024
1 parent 21f751c commit db1da97
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docfx.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
{
"metadata": [
{
"src": [
{
"src": "../UraniumUI/src",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"azure-pipelines.yml",
"_site/**"
]
}
Expand Down

0 comments on commit db1da97

Please sign in to comment.