Skip to content

Commit

Permalink
Fix docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygg01 committed Jan 23, 2024
1 parent dfa1d1b commit 141e9f6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docfx_project/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
"src": [
{
"files": [
"Linguini.Bundle/bin/Release/net5.0/Linguini.Bundle.dll",
"Linguini.Bundle/bin/Release/net5.0/Linguini.Shared.dll",
"Linguini.Bundle/bin/Release/net5.0/Linguini.Syntax.dll",
"Linguini.Serialization/bin/Debug/net5.0/Linguini.Serialization.dll"
"Linguini.Bundle/Linguini.Bundle.csproj",
"Linguini.Shared/Linguini.Shared.csproj",
"Linguini.Syntax/Linguini.Syntax.csproj",
"Linguini.Serialization/Linguini.Serialization.csproj"
],
"src": "../"
}
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
"dest": "api"
}
],
"build": {
Expand Down

0 comments on commit 141e9f6

Please sign in to comment.