Usha Mandya
d72ba2f5e5
Merge pull request #10850 from usha-mandya/djs55/mutagen
...
Update Mutagen doc
2020-05-20 17:58:58 +01:00
Sebastiaan van Stijn
fed0723f28
Landing page: reduce tab-width to prevent wrapping
...
The tabs on the "help by project" card were wrapping on
iPhone, so reducing the padding to prevent this.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:49 +02:00
Sebastiaan van Stijn
ba7413baff
Landing page: left-align icon on small screen sizes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:46 +02:00
Sebastiaan van Stijn
9d446cfd44
Landing page: apply icons using CSS, and remove duplication
...
This patch:
- removes the icon images from the landing page, instead setting
them as a background-image through css.
- replaced the "community-resources" and "play-with-docker" styles
in favor of a conditional style (based on cards linking to external
websites)
- changes the minimal height of cards for mobile devices (there was
a big amount of padding on the smallest size, which didn't add
much value).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:37 +02:00
Sebastiaan van Stijn
e9547a8397
scss: various small fixes and linting issues
...
- Add generic font classes where missing (except for FontAwesome cfonts)
- Combined some rules with their shorthand form
- Removed unneeded units (0px -> 0)
- Fix some invalid values
- Commented out empty styles in _github.scss
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 17:07:08 +02:00
Usha Mandya
c60f87dd60
Updates to mutagen doc
2020-05-20 15:54:27 +01:00
Usha Mandya
4c9701c26a
Merge pull request #10849 from thaJeztah/broken_images
...
Desktop: fix some broken links/images and minor markdown-touch up
2020-05-20 14:19:03 +01:00
Sebastiaan van Stijn
a7806de7c5
Desktop: fix some broken links/images and minor markdown-touch up
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 11:54:08 +02:00
Usha Mandya
e18959db80
Merge pull request #10848 from thaJeztah/conditional_analytics
...
Move Google Analytics to include, and prepare for making it optional
2020-05-20 10:26:08 +01:00
Sebastiaan van Stijn
987312af65
Move Google Analytics to include, and prepare for making it optional
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 10:20:40 +02:00
David Scott
ea743e0e6b
Mac: add some examples and best-practices for mutagen
...
A future Docker Desktop Edge will bundle mutagen.
Signed-off-by: David Scott <dave.scott@docker.com>
2020-05-19 18:30:12 +01:00
Usha Mandya
1146a688c4
Merge pull request #10838 from usha-mandya/justincormack/smarmclassic
...
Remove Swarm Classic docs
2020-05-19 13:37:50 +01:00
Charlie Arehart
8b6335e146
Add mention of Learn menu, in order to re-run tutorial ( #10830 )
...
* Add mention of Learn menu, to re-turn tutorial
Signed-off-by: Charles Arehart <charlie@carehart.org>
* Minor style edits
* Update Mac Install
Add the 'Learn' option to the Mac install page
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-05-19 13:36:16 +01:00
Usha Mandya
d54449dc43
Merge pull request #10815 from jdrouet/home-button
...
add home button to every page
2020-05-19 08:20:17 +01:00
Jérémie Drouet
e38a3f2265
add home button to every page
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-19 08:56:57 +02:00
Usha Mandya
3864d792fd
Update ToC and add redirects
2020-05-18 23:51:52 +01:00
Usha Mandya
61c61825e5
Surface Develop with Docker ( #10831 )
2020-05-18 18:21:31 +01:00
Usha Mandya
a1dd652c9f
Update navigation for Guides ( #10829 )
2020-05-18 18:57:12 +02:00
Daniel Metzler
5a530d587c
Added fish-shell auto completion to docker for mac installation guide. ( #10786 )
...
Add fish-shell auto completion to docker for mac installation guide.
2020-05-18 14:03:35 +02:00
Usha Mandya
f44d049367
Add note on Desktop installer size ( #10819 )
2020-05-18 10:32:21 +01:00
Usha Mandya
fa91630d82
update note on Win Server support ( #10826 )
2020-05-18 10:31:37 +01:00
Sebastiaan van Stijn
13e76e2e7a
Merge pull request #10813 from timothyaaron/patch-1
...
Fix explanation of `rm --force`
2020-05-17 14:55:24 +02:00
Usha Mandya
93a3d730ed
Merge pull request #10817 from thaJeztah/search_focus
...
landing page: set focus on search field
2020-05-15 18:27:24 +01:00
Sebastiaan van Stijn
6d7de2ee14
landing page: set focus on search field
...
Also updates the CSS to reduce the "focus highlight" applied
by browsers.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-15 16:36:33 +02:00
Usha Mandya
ad9704bec7
Merge pull request #10816 from jdrouet/center-navbar
...
landing-page: center navbar on desktop
2020-05-15 11:42:22 +01:00
Jérémie Drouet
1d3ac1092b
landing-page: center navbar on desktop
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-15 11:33:50 +02:00
Usha Mandya
f197750823
Merge pull request #10812 from usha-mandya/homepage-html-patch
...
Fix html link tags
2020-05-14 19:57:30 +01:00
Timothy Aaron
d511f2065b
Fix explanation of `rm --force`
...
`--force` in `rm --force` claimed to remove the container (which `rm` obviously does). `--force` allows a container to be removed even if it's still running.
2020-05-14 13:36:59 -05:00
Usha Mandya
c776c63161
Fix html link tags
2020-05-14 19:07:05 +01:00
Usha Mandya
7902bf370a
Merge pull request #10759 from jdrouet/landing-page
...
landing page: change style
2020-05-14 18:40:24 +01:00
Usha Mandya
9cf2dd6851
Merge pull request #10810 from usha-mandya/hub-3886
...
Add Docker pricing docs
2020-05-14 17:11:34 +01:00
Usha Mandya
17ffe8e050
Add docs for seat-based pricing
2020-05-14 15:30:00 +01:00
Sebastiaan van Stijn
67cb46bcf2
Merge pull request #10758 from shirhatti/patch-1
...
s/CAP_PTRACE/CAP_SYS_PTRACE
2020-05-14 14:56:46 +02:00
Justin Cormack
7988267c4c
Remove Swarm Classic docs
...
These docs are labelled Swarm and are confusing people as this is
in fact Classic Swarm.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-05-14 12:11:02 +01:00
Usha Mandya
3fd77b36a8
Fix a dangling topic ( #10807 )
2020-05-14 08:47:58 +01:00
David Scott
8e8fbded0e
WSL 2: add note about inotify ( #10801 )
...
* WSL 2: add note about inotify
It's important for both
- high performance; and
- inotify
to store files in the WSL Linux distro and bind mount them from there
rather than remote them from the Windows host.
Signed-off-by: David Scott <dave.scott@docker.com>
* Update docker-for-windows/wsl.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-05-13 18:21:36 +01:00
Jérémie Drouet
98e7b3c545
landing-page: fix external link arrow
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 14:41:40 +02:00
Jérémie Drouet
7e28261b01
landing-page: fix fonts
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 14:41:40 +02:00
Jérémie Drouet
1a2f44ab05
landing-page: fix hero style
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 14:41:40 +02:00
Jérémie Drouet
f56378e53f
landing-page: fix get-docker redirect
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 14:41:39 +02:00
Jérémie Drouet
5d4adea27e
landing-page: adding target blank to links
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 14:41:35 +02:00
Sebastiaan van Stijn
df740c8550
remove unused page from the "extends" section ( #10799 )
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-13 12:22:52 +01:00
Sebastiaan van Stijn
b03d74a164
Remove "product manuals landingpage" placeholder ( #10798 )
...
This removes the placeholder in favor of a redirect to the first
product manual in the section, so that `/manuals/` redirects users
to a sensible location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-13 10:41:23 +01:00
Stefan Scherer
a8ce0f0eea
Move WSL page, update to Windows 10, version 2004 ( #10745 )
...
* Move WSL page
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
* Update Windows 10, version 2004
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-13 00:41:46 +01:00
Jérémie Drouet
3ce6514066
landing-page: add link to docker-con register page
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 15:22:39 +02:00
Jérémie Drouet
57aecd4e53
landing-page: update dark mode theme
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 14:55:50 +02:00
Jérémie Drouet
46b913997b
landing-page: add dockercon banner
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 14:47:27 +02:00
Jérémie Drouet
c03af2d11f
landing-page: make header responsive
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 14:11:39 +02:00
Usha Mandya
d174f4a5ce
Fix WinHome download URL ( #10793 )
2020-05-12 10:49:43 +01:00
Jérémie Drouet
5389d768e0
landing-page: fix header spacing
...
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-12 10:45:47 +02:00