From bd44155c672a7909ee486d37cdbafbb0df972bbd Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Nov 2021 19:39:57 +0100 Subject: [PATCH] fixed news being added to the website --- docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index e98ced5..b285544 100644 --- a/docfx.json +++ b/docfx.json @@ -2,10 +2,10 @@ "build": { "content": [{ "files": [ + "index.md", "articles/**.md", "articles/**/toc.yml", "toc.yml", - "*.md", "api/**.yml", "Changelog.md" ]