mirror of https://github.com/docker/docs.git
jekyll: fix exclusions list
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
8da7d9445d
commit
0f493a16cd
14
_config.yml
14
_config.yml
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue