docs(navigation): remove blog and old-docs from publishing
All checks were successful
ci / build (push) Successful in 54s
All checks were successful
ci / build (push) Successful in 54s
This commit is contained in:
parent
d390953891
commit
13a303095d
1 changed files with 3 additions and 0 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue