Skip to content

Commit

Permalink
Updating config, docsarchive, robots.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
bermudezmt committed Sep 11, 2018
1 parent 6919674 commit 18b804b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Expand Up @@ -13,16 +13,16 @@ safe: false
lsi: false
url: https://docs.docker.com
# This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile)
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12", "v1.13", "v17.03", "v17.06", "v17.09", "v17.12"]
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12", "v1.13", "v17.03", "v17.06", "v17.09", "v17.12", "v18.03"]
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks"]

# Component versions -- address like site.docker_ce_stable_version
# You can't have - characters in these for non-YAML reasons

latest_stable_docker_engine_api_version: "1.37"
docker_ce_stable_version: "18.03"
docker_ce_edge_version: "18.05"
docker_ee_version: "17.06"
docker_ce_edge_version: "18.08"
docker_ee_version: "2.1_beta1"
compose_version: "1.22.0"
machine_version: "0.14.0"
distribution_version: "2.6"
Expand Down
5 changes: 4 additions & 1 deletion _data/docsarchive/archives.yaml
@@ -1,12 +1,15 @@
- archive:
name: v18.03
name: v18.09
image: docs/docker.github.io:latest
current: true
# When you make a new stable archive version, move the edge one to be second in
# the list. The image for edge should be the same as latest.
- archive:
name: edge
image: docs/docker.github.io:latest
- archive:
name: v18.03
image: docs/docker.github.io:v18.03
- archive:
name: v17.12
image: docs/docker.github.io:v17.12
Expand Down
9 changes: 7 additions & 2 deletions robots.txt
Expand Up @@ -13,12 +13,17 @@ Disallow: /v1.12/
Disallow: /v1.13/
Disallow: /v17.03/
Disallow: /v17.06/
Disallow: /v18.03/

# Docker Datacenter archives
Disallow: /datacenter/dtr/2.2
Disallow: /datacenter/dtr/2.1
Disallow: /datacenter/dtr/2.0
Disallow: /datacenter/dtr/2.1
Disallow: /datacenter/dtr/2.2
Disallow: /datacenter/dtr/2.3
Disallow: /datacenter/dtr/2.4
Disallow: /datacenter/dtr/2.5

Disallow: /datacenter/ucp/3.0
Disallow: /datacenter/ucp/2.1
Disallow: /datacenter/ucp/2.0
Disallow: /datacenter/ucp/1.1
Expand Down

0 comments on commit 18b804b

Please sign in to comment.