docs(navigation): remove blog and old-docs from publishing

This commit is contained in:
Stephan Lo 2025-12-19 10:53:35 +01:00
parent d390953891
commit 13a303095d

View file

@ -13,6 +13,9 @@ enableRobotsTXT = true
# Will give values to .Lastmod etc.
enableGitInfo = true
# Ignore specific content directories during build
ignoreFiles = ["content/en/blog/.*", "content/en/docs-old/.*"]
# Comment out to enable taxonomies in Docsy
# disableKinds = ["taxonomy", "taxonomyTerm"]