Commit Graph

8 Commits

Author SHA1 Message Date
Sebastiaan van Stijn c71f282092
fix compose native build redirect
The URL we use in the CLI output is singular, not plural.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-21 15:33:06 +01:00
Usha Mandya 8489de14df
Merge pull request #11858 from thaJeztah/compose_native_build
Compose: add documentation on enabling/disabling native build
2021-01-20 15:46:35 +00:00
Sebastiaan van Stijn a4cdf8f285
Add /go/formatting/ redirect
This URL will be referred to from the CLI to point to documentation
on using Go templates to format CLI output.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-19 16:26:17 +01:00
Sebastiaan van Stijn 027b9b6bcf
Compose: add documentation on enabling/disabling native build
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-12-08 12:45:51 +01:00
Sebastiaan van Stijn 2c7924efd8
add go redirect for command-line
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-12-01 12:34:16 +01:00
Stefan Scherer b32279c971
Add page for Apple Silicon
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-11-13 20:02:10 +01:00
Sebastiaan van Stijn 7491d10964
Add go/buildkit redirect
This URL will be used in the docker cli to direct users to
instructions on enabling buildkit.

With this PR, https://docs.docker.com/go/buildkit/ will redirect
to https://docs.docker.com/develop/develop-images/build_enhancements/#to-enable-buildkit-builds

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-24 01:52:10 +02:00
Sebastiaan van Stijn 068a26a47e
Reserve "/go/" URL prefix for redirect pages
This page is used to reserve the "/go/" URL/path for redirecting purposes. This
page is not published, and should not be visible on the documentation website.

Use the `/go/` URL prefix to provide "vanity" URLs linking to the documentation.
These URLs can be used in (for example) the `docker` CLI to provide a short,
permanent link to refer to a topic in the documentation.

Having a fixed `/go/` URL allows you to redirect the URL to the most current
location in the documentation for a given topic, which may evolve over time.

For example, the `docker` CLI can output `https://docs.docker.com/go/some-topic`
in its help output, which can be redirected to elsewhere in the documentation,
using the `redirect_from` metadata field in the target page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-02 12:51:09 +02:00