Commit Graph

14 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 05d91b90f3
Add Engine API version v1.40
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 15:05:36 +02:00
Sebastiaan van Stijn 8bd9e68bb6
Bump engine version to 19.03
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 14:53:21 +02:00
Sebastiaan van Stijn e295a6e6cb Use site parameter to use latest compose file versions in examples (#8630)
* Use site parameter to use latest compose file versions in examples

Make sure that examples use the latest version of the compose file
format, to encourage using the latest version, and to prevent
users from running into "not supported by this version" problems
when copy/pasting, and combining examples that use different
versions.

Also add a note about `version: x` not being equivalent to
`version: x.latest`.

Note that there are still some examples using fixed versions
in the UCP sections; we need to evaluate those to make sure
the right (and supported) versions are used for UCP (which may
be different than "latest").

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Address some v3/v2 issues, and YAML syntax error

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Minor edit

* Final updates

- Added note around v2 and v3 versioning
- Updated note for v3 to match the v2 update
2019-04-12 15:25:47 +02:00
Sebastiaan van Stijn 7bbff2a2ee
Update compose-version to 1.24.0
https://github.com/docker/compose/releases/tag/1.24.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-28 20:53:39 +01:00
Sebastiaan van Stijn b7c1ac8820
Sync config-authoring.yml
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-15 01:16:14 +01:00
Sebastiaan van Stijn aae9bfc276
Rename / remove edge-related variables
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:58 +01:00
Jim Galasyn 71d45ff427 Add Beta2 to dee token in authoring config (#432) 2018-04-16 13:31:24 -07:00
Jim Galasyn 42136c4004 Bump DTR version (#431)
* Bump DTR version

* Update _config_authoring.yml tokens to match main _config.yml
2018-04-16 13:31:24 -07:00
Joao Fernandes 9a4fdf9476 /enterprise -> /ee (#415)
* /enterprise -> /ee
* /datacenter/dtr/2.5 -> /ee/dtr/
* /datacenter/ucp/3.0->/ee/ucp
* Fix configs
* Fix broken images
* Remove unused images for DTR
* Remove unused images for UCP
* Add a few redirects to avoid breaking beta exercises
2018-04-16 13:31:24 -07:00
Jim Galasyn 328a77cc82 Port DTR install topics to template (#401) 2018-04-16 13:31:24 -07:00
Jim Galasyn cc17571772 Port misc topics to template; update dee-2.0 label (#395) 2018-04-16 13:31:24 -07:00
Jim Galasyn 7e3c6d1e27 Ported topics to template; fixed links; updated config versions (#384) 2018-04-16 13:31:24 -07:00
Jim Galasyn 9c72f4b6df Add tablabels and a couple of tokens from _config.yml (#380) 2018-04-16 13:31:24 -07:00
John Mulhausen d17340d394
Speed up site rendering for authors (#5241)
* rough pass at tabs, jsonification

* GHPages 147, authoring YML, sitemap via plugin, working JS

* Update Gemfile

* Removing dk.rb artifact

* Simplifying authoring YML even more

* More YML simplification

* Remove jekyll-seo -- even more perf gain

* Glossary support

* Collections support

* Incremental off; GH Pages 172 gets build time to 50 seconds
2017-12-19 18:15:15 -08:00