From 12b65cd1b96bcb247094502810d592b1f72f57ed Mon Sep 17 00:00:00 2001 From: AnnulusGames Date: Sun, 18 Feb 2024 12:42:28 +0900 Subject: [PATCH] Update: docfx.json --- docs/api/.gitignore | 3 +++ docs/docfx.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/api/.gitignore diff --git a/docs/api/.gitignore b/docs/api/.gitignore new file mode 100644 index 0000000..1be8a67 --- /dev/null +++ b/docs/api/.gitignore @@ -0,0 +1,3 @@ +# temp file +*.yml +.manifest \ No newline at end of file diff --git a/docs/docfx.json b/docs/docfx.json index d81ee55..d3e2a00 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -7,7 +7,7 @@ "Alchemy/Assets/Alchemy/Runtime/**/*.cs", "Alchemy/Assets/Alchemy/Editor/**/*.cs" ], - "src": "../src" + "src": "../" } ], "properties": {