Commit Graph

27 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 4f4b1af977
Add /go/linux-credentials/ redirect
Docker Desktop for Linux currently has a link to;
https://docs.docker.com/desktop/linux/#credentials-management

which has moved, and didn't have a redirect, causing the link to break;
unfortunately we can't fix existing versions of Docker Desktop; redirects
are being added (but won't be able to redirect to the correct anchor).

This patch adds a https://docs.docker.com/go/linux-credentials/ redirect,
so that we can continue using that URL even if content moves around.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-27 20:45:26 +02:00
Allie Sadler cab9f914bf
ENGDOCS-846 (#15219)
* ENGDOCS-846

* fix broken links

* fix links

* fix broken links

* fix broken links

* fix broken links
2022-07-27 13:26:22 +01:00
CrazyMax 12c2e7f42c
build: move buildx to build section (#14910)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-19 16:32:53 +01:00
Usha Mandya 9403431ff7
Add Compose v2 reference (#14716)
* Add compose v2 reference
* Fix broken links
* Remove v1 compose reference files
* Remove Compose CLI completion

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-06-21 13:12:05 +02:00
Sebastiaan van Stijn ba7b519519
add /go/storage-driver/ redirect
Currently pointing to "select a storage driver", but we may be adding
a section about migrating to a different storage driver (for users
that are currently using a deprecated storage driver).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-23 18:21:34 +01:00
CrazyMax 857e2316c9
go/buildx redirect
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-11 09:21:22 +01:00
Usha Mandya 9a5e517c42 Update screenshots, add new Go file
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-04 11:01:10 +00:00
Usha Mandya 36c1684013 Desktop 4.2 docs updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-03 10:22:34 +00:00
Sebastiaan van Stijn e0107d68fb
add /go/experimental/ redirect
We already have a redirect for this that's defined in the docker/cli repository,
but unifying these redirects to live in the docs repository.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-23 17:15:26 +02:00
Sebastiaan van Stijn 4d3d4c0520
Add /go/wsl2/ redirect
Docker Desktop uses an informational message that prints:

    We recommend to activate the WSL integration in Docker Desktop settings.

    See https://docs.docker.com/desktop/windows/wsl/ for details.

We see quite some users trying to copy the URL, and accidentally copying part
of the text, which results in a 404;
https://github.com/docker/docker.github.io/issues?q=in%3Atitle+%2Fdocker-for-windows%2Fwsl%2Ffor%2520details+

I'm changing the message to have the URL on a separate line for easier copying,
but having a shorter URL would make it slightly easier for users to type it in
their browser, without having to copy it.

This adds a new URL https://docs.docker.com/go/wsl2/ that we can redirect to
the most appropriate location within the docs, without having to update the
URL in Docker Desktop itself.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-20 14:10:39 +02:00
Sebastiaan van Stijn d0bf342e52
Desktop: move "docker-for-mac" to "desktop/mac"
Unifying all content related to Docker Desktop to be withing the desktop
directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-14 13:07:41 +02:00
Sebastiaan van Stijn 99d00a010b
Add "go" redirect for deprecated engine features
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-11 18:33:14 +02:00
Amine Chouki 14e81823bd Add a go/redirect file for Personal Access Tokens
Signed-off-by: Amine Chouki <amine.chouki@docker.com>
2021-07-26 10:23:50 -04:00
Usha Mandya e285243514 Fix review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 13:13:29 +01:00
Usha Mandya 8ac7b5075d
Merge pull request #12343 from usha-mandya/scanning-tip-patch
Add go/tip-scanning redirect
2021-03-05 14:55:28 +00:00
Sebastiaan van Stijn 553a933255
Add "/go/" redirects to use in install script
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-25 11:30:18 +01:00
Sebastiaan van Stijn 735365464c
Add "/go/rootless/" redirect to running engine in rootless mode
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-25 10:10:26 +01:00
Usha Mandya 83e7688094 Add go/tip-scanning redirect
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-16 14:19:22 +00:00
Stefan Scherer f4b4471f69
Redirect to apple-m1 page
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-02-09 11:38:20 +01:00
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