Commit Graph

44 Commits

Author SHA1 Message Date
Craig Osterhout 43fb84bf13
refresh homepage (#17011) 2023-03-31 09:17:01 -07:00
Allie Sadler 1fa82389a6
adjust title of homepage (#16708)
* adjust title of homepage

* Update index.md

* Update index.md
2023-02-15 11:27:49 +00:00
Allie Sadler 8e16fb9373
keywords (#16691) 2023-02-08 14:42:21 +00:00
Jerae Duffin 1bb78c89ef updated landing page 2022-11-14 09:24:43 -06:00
CrazyMax 61e3cb1ce1
remove absolute links
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-05 11:10:32 +01:00
David Karlsson 4d8cbbbe88 ux: update sass for landing page (tabs)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-10-31 20:45:29 +01:00
Jerae Duffin 2d4f42a22c updated Explore 2022-10-31 14:10:25 -05:00
Jerae Duffin 84904dbeef updated FAQs 2022-10-31 10:17:12 -05:00
Jerae Duffin 8a2a6f8bd6 updated format 2022-10-28 13:13:01 -05:00
Jerae Duffin 607d5c392b updated landing page 2022-10-27 17:27:02 -05:00
David Karlsson 94d96d4bfe
add data-hj-allow attribute (#16003) 2022-10-27 19:20:12 +02:00
Allie Sadler 8f2c9e5d5e
update home page banner (#15940) 2022-10-21 13:21:53 +01:00
Usha Mandya f917568281 Removed dupe of contribution guidelines
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-10-13 15:40:43 +01:00
Craig Osterhout 5f00847961
[ENGDOCS-994] Update samples (#15691)
* samples update
2022-09-29 13:30:20 -07:00
David Karlsson 465d167d00
Add build to list of products on landing page (#15754) 2022-09-27 13:41:40 +02:00
CrazyMax d775c8a6bf
build: multi-stage builds
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-15 13:37:37 +02:00
Allie Sadler cbbb9f1fac
Engdocs 931 944b (#15589)
* 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
2022-09-07 13:28:02 +01:00
CrazyMax cc0fc46783
jekyll(assets): move images to assets folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-05 15:49:23 +02:00
Allie Sadler 5291295d0d
Addition of a 'Contribute' section with our Style Guide (#15350)
* SG test.

* moved some content around

* editing

* broken links fix

* formatting changes

* fixes

* fixes

* edits after review

* fix broken links

* broken link fix

* a few more edits

* removed contributing page

* Revert "removed contributing page"

This reverts commit 5822cd516b.

* add redirect
2022-09-05 10:23:29 +01:00
Sebastiaan van Stijn 27686c1f48
desktop: add missing redirects for dashboard
The dashboard topic was rolled up into the "get-started" section in commit
ab0dee78a2, which removed links from the TOC.
The page itself was removed in 13ee3ff426, but
forgot to add/copy the redirects.

This patch adds the redirects back, and fixes some links to the page that's
now missing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-26 18:50:17 +02:00
Allie Sadler 38fec0d159
Engdocs 802b (#15108)
* moved install pages

* moved images

* update toc

* add redirects

* ammend page links

* fix broken links

* fix broken links

* fix broken links

* fix broken links
2022-07-13 10:41:56 +01:00
Allie Sadler d9db26dfae
extensions banner (#15056)
* extensions banner

* typo fix

* typo fix

* typo fix
2022-07-05 11:28:20 +01:00
Allie Sadler 4dc2faed6a
Merge pull request #14867 from aevesdocker/ENGDOCS-727
rework of faqs page
2022-06-22 13:21:51 +01:00
Usha Mandya e67238205e Update the Docs homepage banner
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-06 16:08:51 +01:00
Sebastiaan van Stijn a7c4a6bdd9
move "page generated" comment to prevent rendering in quirks mode
As described on https://en.wikipedia.org/wiki/Quirks_mode, a comment
preceding the `<!DOCTYPE html>` can cause some browsers to render the
HTML in quirks mode.

This patch moves the comment after the doctype to prevent this.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-31 23:26:35 +02:00
Usha Mandya cd3d36e982 Add banner on community all hands
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-04 18:47:58 +00:00
Usha Mandya 2dbc67066e Add homepage banner for volume management
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-30 16:18:01 +01:00
Usha Mandya 4e120ba5f7
Rename Product Manuals to Manuals (#13498)
* Rename Product Manuals to Manuals

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update _includes/breadcrumbs.html

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-09-10 14:28:31 +01: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 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
Usha Mandya 972b7a90a4 Add Dev Environmentsbanner
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-24 18:36:42 +01:00
Usha Mandya 90da02aab6
Add DockerCon wrap-up banner to the homepage (#12928)
* Add DockerCon wrapup banner to the homepage

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update the footer

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-01 18:27:09 +01:00
Sebastiaan van Stijn 8e75f5bcb1
Reorganize toc
- move "docker desktop" to the top of the "product manuals" section,
  and make it the default page
- Add a "Reference documentation" menu item to the TOC, which will be
  the "active" menu item when opening the reference section.
- move the "Samples home" menu item outside of the "samples" sub-menu,
  and add it at the top level as "samples overview", so that the "index"
  highlights that menu-item without opening the "samples" sub-menu. The
  "samples" submenu contains various samples which are a bit outdated,
  so probably shouldn't be _that_ prominent when opening the page.
  Moving the menu item also makes the "breadcrumb" navigation more
  natural (moving from a sample to "samples overview" navigates back
  to the "top" of the samples section.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-21 11:32:06 +02:00
Usha Mandya 0fb44446dc Add DockerCon21 banner on the homepage
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-05-17 10:36:26 +01:00
Usha Mandya e056bc66c2 Add Apple silicon banner to the homepage
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 19:08:45 +01:00
Usha Mandya cc04246252 Consolidate Kube deploy docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-24 15:10:35 +00:00
Usha Mandya b755b5c65a Add a new icon for language-specific guides
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-01 23:53:35 +00:00
Usha Mandya 4b59234515
Add combined faqs for Mac and Windows (#12153)
* Add combined faqs for Mac and Windows

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update links from other pages to faqs

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Address review comments part-1

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Address feedback  on connecting to remote engine API

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Address Stephen's review comments

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-22 16:17:53 +00:00
Usha Mandya ba395bed07 Add reference architecture docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 12:07:55 +00:00
Sebastiaan van Stijn 3301f89fc3
Replace some getting-started links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 12:49:25 +01:00
Usha Mandya 78421ba741
Update docs for Desktop 3.0.0 release (#11859)
* Update docs for Desktop 3.0.0 release

* Update release notes

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update release notes and Settings screenshots

* Add download URLs and a new known issue

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-10 15:01:02 +00:00
Sebastiaan van Stijn 24d79e61d6
_layouts/landing.html: fix "<head>" that got lost in transition
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-23 14:03:30 +02:00
Sebastiaan van Stijn d883621145
inline "body-landing" and "body" into layout
This reduces the time to build, as Jekyll doesn't have to
render the body, then copy it into the layout:

Production before:   62 seconds
Production after:    46 seconds
Development before:  35 seconds
Development after:   33 seconds

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-23 13:35:18 +02:00