Commit Graph

29 Commits

Author SHA1 Message Date
Sebastiaan van Stijn
db3b2220dd remove unused modal includes, and changed links to relative MD links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-01 15:12:55 +02:00
Usha Mandya
9da7e788af Merge pull request #13618 from usha-mandya/engdocs-494
Self-diagnose tool is no longer experimental
2021-09-30 16:40:00 +01:00
Usha Mandya
9088fd75d7 Merge pull request #13623 from usha-mandya/engodcs-495
Docs for Desktop update improvements
2021-09-30 16:39:37 +01:00
Trung Nguyen
d3716ab5f0 Release notes for Docker Desktop 4.1.0
Signed-off-by: Trung Nguyen <trung.nguyen@docker.com>
2021-09-30 11:39:12 +02:00
Usha Mandya
f3ac31267f Docs for Desktop update improvements
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-29 18:46:38 +01:00
Usha Mandya
866e573f94 Self-diagnose tool is no longer experimental
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-29 11:07:13 +01:00
Usha Mandya
5a6f2a324a Merge pull request #13601 from justincormack/not-installer
Do not describe Desktop as an installer
2021-09-27 13:59:25 +01:00
Usha Mandya
0417b58c87 Remove Docker machine from toc, update other references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-27 12:37:02 +01:00
Justin Cormack
090259ae9e Do not describe Desktop as an installer
This is no longer what it is.

Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2021-09-26 11:41:11 +01:00
Usha Mandya
28553c0e86 Add note on subscription changes to DD overview, clean up a couple of other topics related to subscription updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-24 19:14:20 +01:00
Usha Mandya
9b47189fb1 Remove license modal from Apple silicon docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-21 15:12:35 +01:00
Michael Pereira
884fe37e03 Fix link to docker compose release notes
Project has changed names but the link here hasn't been updated
2021-09-15 14:05:21 -05:00
Stefan Scherer
c4373d5a5f Download latest DD from main channel
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-09-15 11:09:58 +02:00
Stefan Scherer
fe099ee37a Fixed links to main channel
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-09-14 09:04:50 +02:00
Usha Mandya
9008e8c3e8 Merge pull request #13517 from thaJeztah/fix_broken_links
Fix various broken (anchor) links
2021-09-13 14:31:46 +01:00
Lorena Rangel
b76fc9488b Release notes for Docker Desktop 4.0.1
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-09-13 15:17:35 +02:00
Sebastiaan van Stijn
173d3c65f8 fix broken (anchor) links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-13 15:07:49 +02:00
Usha Mandya
8de2e1d4da Add image management docs, update release notes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:26 +00:00
Usha Mandya
e73cdcf0f1 More updates related to subscription changes, address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:21 +00:00
Sebastiaan van Stijn
8c302969af Update download-links
Adjust text, add modal pop-up for browsers with JavaScript enabled, and show
EULA inline for browsers without JavaScript.

Added configuration options in the _config.json to set the correct URLs
once known.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-31 14:35:20 +00:00
Usha Mandya
e8e7f7f05d First draft for subscription changes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-31 14:35:20 +00:00
Sebastiaan van Stijn
a843bbcaa9 Merge pull request #13362 from zgfh/patch-1
Update troubleshoot.md
2021-08-27 16:04:50 +02:00
Usha Mandya
ed6dee7d99 Fix download buttons for older Mac releases
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-17 11:38:11 +01:00
Alan
6750ffe2f4 Update troubleshoot.md 2021-08-17 12:56:17 +08:00
Usha Mandya
a6e5434600 Merge pull request #13351 from thaJeztah/update_dd_releasenotes
Desktop: release notes: mention kernel update and performance fix
2021-08-16 12:16:33 +01:00
Sebastiaan van Stijn
4cae2337b4 Desktop: release notes: mention kernel update and performance fix
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 13:11:45 +02:00
Sebastiaan van Stijn
1583678203 Add missing code-hints, and minor markdown edits
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
  put in separate blocks. With the "console" code-hint, this
  is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
  numbered-list to be interrupted.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn
346a066b68 Desktop: move "docker-for-windows" to "desktop/windows"
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:28:15 +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