diff --git a/docs/docfx.json b/docs/docfx.json index 07f4e14..d975beb 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -5,6 +5,8 @@ "files": [ "articles/**.md", "articles/**/toc.yml", + "api/**.md", + "api/**/toc.yml", "toc.yml", "*.md" ] @@ -30,4 +32,4 @@ "cleanupCacheHistory": false, "disableGitFeatures": false } -} \ No newline at end of file +}