Skip to content

Commit

Permalink
Update: docfx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnulusGames committed Dec 25, 2024
1 parent aa20f00 commit 3f3ebe9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
{
"files": [
"LitMotion/Assets/LitMotion/Runtime/**/*.cs",
"LitMotion/Assets/LitMotion/Editor/**/*.cs"
"LitMotion/Assets/LitMotion/Editor/**/*.cs",
"LitMotion/Assets/LitMotion.Animation/Runtime/**/*.cs",
"LitMotion/Assets/LitMotion.Animation/Editor/**/*.cs"
],
"src": "../src"
}
],
"properties": {
"AllowUnsafeBlocks": true
},
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false,
Expand Down Expand Up @@ -53,7 +52,7 @@
"globalMetadata": {
"_appName": "LitMotion",
"_appTitle": "LitMotion",
"_appFooter": "<span>Copyright © 2023 Annulus Games. Generated with <a href=\"https://dotnet.github.io/docfx\">DocFX</a></span>",
"_appFooter": "<span>Copyright © 2024 Annulus Games. Generated with <a href=\"https://dotnet.github.io/docfx\">DocFX</a></span>",
"_enableSearch": true,
"pdf": false,
"_appLogoPath": "images/icon.svg",
Expand Down

0 comments on commit 3f3ebe9

Please sign in to comment.