* Desktop: we now try to configure HTTP proxies consistently
It's not 100% yet but it's not necessary to configure every component
separately as it was before.
Signed-off-by: David Scott <dave.scott@docker.com>
* Desktop: update HTTP proxy section
In the latest 4.15 it should
- work with Proxy Auto-Configuration
- dynamically ask the developer for username and password, if the
proxy requires auth
- support TLS 1.3 for talking to the proxy
- be controllable with settings management
Signed-off-by: David Scott <dave.scott@docker.com>
* Update desktop/settings/windows.md
* Update desktop/settings/linux.md
* Update desktop/settings/mac.md
* Update desktop/settings/mac.md
* Update desktop/settings/linux.md
* Update desktop/settings/windows.md
Signed-off-by: David Scott <dave.scott@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* edit overview page
* add the whalemenu
* add better whale-menu icon from the Design system
* add info on the whalemenu
* fix images
* fix broken links
* update terms
Adds redirects for content that was removed in cab9f914bf
I tried to pick the most logical location, or following existing redirects (some of them
I wasn't sure about, e.g. most of the old "landing" page URLs looked to be redirected to
"get-started", not "desktop overview").
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The "-settings" suffix in the URL duplicated the "/settings/" directory
in the URL, which made it redundant.
Using "/mac/", "/windows/" and "/linux/" keeps the URLs shorter, more
memorable, and more consistent with other locations, making it easier
to "guess" the URL when navigating using the browser's location bar.
No redirects were added, because the "-settings" pages have not yet
been published.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>