jekyll: fix exclusions list

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-05-06 21:17:34 +02:00
parent 8da7d9445d
commit 0f493a16cd
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 21 additions and 2 deletions

View File

@ -16,7 +16,19 @@ incremental: true
permalink: pretty
safe: false
lsi: false
exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html", "js/metadata.json"]
exclude:
- _samples
- _scripts
- 404.html
- datacenter
- docker-bake.hcl
- ee
- index.html
- js/metadata.json
- LICENSE
- Makefile
- README.md
# Component versions -- address like site.docker_ce_version
# You can't have - characters in these for non-YAML reasons

View File

@ -5,7 +5,14 @@
# Override the exclusion list to include files that are excluded in "development",
# such as the "enterprise" stubs, which are in place to facilitate redirects
# to Mirantis.
exclude: ["_scripts", "404.html", "index.html"]
exclude:
- _scripts
- 404.html
- docker-bake.hcl
- index.html
- LICENSE
- Makefile
- README.md
# Google Analytics, etc.
google_analytics: GTM-WL2QLG5