Commit Graph

494 Commits

Author SHA1 Message Date
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 07ba341736
IAM: fix missing prompt, causing code to not be selectable
This code-block uses the "console" highlighting, which considers lines that do
not start with a prompt to be "output" of the command, and non-selectable.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-31 22:28:12 +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 a166dc017d Add includes file for registry.json config
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-02-25 16:05:48 +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
Usha Mandya 730c55a975
Merge pull request #13705 from usha-mandya/docs-cta-patch2
Add the next set of CTAs
2021-10-15 18:27:50 +01:00
Usha Mandya c5f38d8b3b Add the next set of CTAs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-15 18:06:39 +01:00
Usha Mandya b1008663c1 Add 4.1 to homepage banner
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-10-15 17:47:58 +01:00
Peter Dave Hello ed135fe151 Update most links to use https by default
Reference:

- #11640
- d405b17ca2

Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
2021-10-12 15:45:57 +08:00
Usha Mandya 79b42df1d0
Merge pull request #13625 from usha-mandya/engdocs-498
Add homepage banner for volume management
2021-09-30 16:45:35 +01: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 f3ac31267f Docs for Desktop update improvements
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-29 18:46:38 +01:00
jerae-duffin 423f6d58b2
Merge pull request #13596 from usha-mandya/desktop-license-banner
Add note on subscription changes to DD overview, clean up a couple of…
2021-09-24 13:29:10 -05: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 01a6d5d55f Update scan CTA
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-24 11:46:04 +01:00
Usha Mandya a9d5c1ae7b Update Docs footer
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-14 16:58:46 +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
Sebastiaan van Stijn e7da31dbd6
_config.yml: remove temporary URL parameters
These URLs are now all final, so remove the paramters and move them inline.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-01 09:55:42 +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 d1fbf5c959
guides: use include for "create a Dockerfile" sections
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-25 13:42:32 +02:00
Usha Mandya b3e792e495 Update Docker official images and DVPP references
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-19 00:01:01 +01:00
Sebastiaan van Stijn 3631769979
_scss: cleanup navigation styles
This fixes various inconsistencies between the landing page and the
other pages by sharing more styles between both:

- fix homepage using a different color for the active tab
- fix homepage not having "hover" styles for the top navigation

I addition, this:

- fixes unwanted whitespace in the hamburger-menu on mobile
- fixes "active" menu item not being highlighted on mobile
- fixes left-side aligning of left-hand menu on desktop

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-17 14:00:46 +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 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 3d9265a041 Clean up the homepage banners
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-12 10:38:26 +01:00
Nirman Narang 055e6fd68a
DOCS: Added support for arch s390x for Ubuntu, RHEL and SLES
Added .md files for SLES and RHEL engine installation. Added indexing to _data/toc.yaml and engine/install/index.md. Modified engine/install/index.md, includes/install-script.md, engine/security/rootless.md, storage/storagedriver/device-mapper-driver.md, and storage/storagedriver/select-storage-driver.md to add info for added RHEL and SLES support. Modified engine/install/ubuntu.md to add s390x repos and other info. Added tab target for RHEL and SLES to engine/security/rootless.md along with other info.

Signed-off-by: Nirman Narang <narang@us.ibm.com>
2021-08-05 19:48:09 +02:00
Usha Mandya 49fdb096a8
Minor style update (#13276)
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-03 19:47:57 +01:00
Usha Mandya d7bd7353b3 Add K8s to the deploy app section
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-08-03 14:20:27 +01:00
Sebastiaan van Stijn d47497da2f
Fix broken link to BuildKit page, and remove mention of 18.09
Markdown links don't work well in include files, so use a plain "HTML" link
instead.

Also removing the mention of Docker 18.09. Docker 18.09 has been released
3 years ago, so users not yet on that release (or up) did not update their
docker install for 3 years, which should be "rare" (hopefully)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-30 11:08:55 +02:00
Usha Mandya b1674e814e Update get started docs to use BuildKit for building images
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-23 12:06:18 +01:00
Usha Mandya eb7163503b
Merge pull request #13190 from usha-mandya/engdocs-448
Update CTAs to use the new design
2021-07-20 16:29:21 +01:00
jerae-duffin 51be46ad0d
Removed Play with Docker (#13182)
* removed PWD

* updated hosted labs

* removed PWD footer
2021-07-20 15:54:13 +01:00
Usha Mandya f2691f0390 Ensure the upgrade URL opens in a new tab
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-20 10:59:30 +01:00
Mark H c45879262e Improve upgrade CTA for dark mode, remove some now-unused variables from notes restyles 2021-07-12 12:00:44 +01:00
Mark H c84baca51c Add upgrade CTA mixin 2021-07-12 09:47:27 +01: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 5ec07e3234 Remove DockerCon21 promo code
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-22 00:33:23 +01:00
Usha Mandya beb5df9a28 Update the promo extension date
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-11 17:48:17 +01:00
Usha Mandya 8b21e5647f
Merge pull request #12959 from usha-mandya/engdocs-424
Add changes to skip update option
2021-06-09 15:53:48 +01:00
Usha Mandya 74ddf59e6b Add changes to skip update option
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-04 18:38:00 +01:00
Usha Mandya 6047b8f8bd Remove Docker App docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-03 00:16:18 +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
Usha Mandya 73ddb091af Add DockerCon promo code info
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-05-27 00:06:21 +01:00
Usha Mandya 0cd9aed7b7
Merge pull request #12740 from thaJeztah/carry_rootless_install
Clean-up "convenience install script" include
2021-05-26 15:02:20 +01:00
Usha Mandya bdfdfc9001 Add Verified Publisher program to the footer
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-05-21 11:45:40 +01:00
Usha Mandya be257e82d7 Add DockerCon registration to the footer
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-05-17 18:23:11 +01: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