Commit Graph

60137 Commits

Author SHA1 Message Date
Craig Osterhout 0073c0117b
Issue 15094 - how to access get started (#15125)
* added how to access the get-started tutorial

* remove extra space
2022-07-27 13:06:02 -07:00
Craig Osterhout 820366d4bf
In getting started part 2, added direct download link for the app zip and updated the repo link as there is no way to download from within the directory. (#15175) 2022-07-27 13:05:29 -07:00
Craig Osterhout b0dc95cd62
specified x86-64 arch, made wording more consistent, and changed codeblock to console (#15184) 2022-07-27 13:04:46 -07:00
Craig Osterhout d306f6c19d
add quotes around directory with spaces (#15215) 2022-07-27 13:03:44 -07:00
jerae-duffin c33d39a7ba
Merge pull request #15214 from jerae-duffin/ENGDOCS-766
updated format
2022-07-27 14:58:15 -05:00
Sebastiaan van Stijn c13b509700
Merge pull request #15234 from crazy-max/fix-icons
jekyll(css): fix social icons
2022-07-27 21:35:33 +02:00
Sebastiaan van Stijn 34cd7d09f5
Merge pull request #15236 from thaJeztah/go_linux_creds_redirect
Add /go/linux-credentials/ redirect
2022-07-27 21:11:53 +02:00
Sebastiaan van Stijn 4f4b1af977
Add /go/linux-credentials/ redirect
Docker Desktop for Linux currently has a link to;
https://docs.docker.com/desktop/linux/#credentials-management

which has moved, and didn't have a redirect, causing the link to break;
unfortunately we can't fix existing versions of Docker Desktop; redirects
are being added (but won't be able to redirect to the correct anchor).

This patch adds a https://docs.docker.com/go/linux-credentials/ redirect,
so that we can continue using that URL even if content moves around.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-27 20:45:26 +02:00
CrazyMax dbc6423592
jekyll(css): fix social icons
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 20:18:21 +02:00
Sebastiaan van Stijn 22c2d4f57d
dd: add missing redirect for old content
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>
2022-07-27 19:42:25 +02:00
CrazyMax 8b1c893b14
Merge pull request #15194 from crazy-max/build-bake-section
build: add bake section
2022-07-27 19:02:35 +02:00
CrazyMax af0fad132b
build: add bake section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 18:58:28 +02:00
CrazyMax f2f55d1e8e
jekyll: remove include_remote liquid tag and use frontmatter for remote include
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 18:45:58 +02:00
Dora Ribeiro 511c0a0f70
Changing the structure of the section (#15164) 2022-07-27 17:41:32 +01:00
Peter Hauke 5e97b7e1b8
Fix use of bullet list (#15090)
* Fix use of bullet list

Otherwise it would read like so:

To summarize, a container: Containers are isolated from each other and run their own software, binaries, and configurations.

Alternatively, to keep it as a bullet point:

To summarize, a container: 
...
is isolated from other containers and runs its own software, binaries, and configurations.

Both are correct. I can change the PR to the other option if preferred.

* Fix use of bullet list

Thanks, @craig-osterhout 
 
As requested, here's the commit for the alternative. Please reject the other commit and accept this one.
2022-07-27 09:17:59 -07:00
Dora Ribeiro fd61543103
Adding Build/x features highlights to the overview (#15201) 2022-07-27 17:57:57 +02:00
Craig Osterhout edef43be15
Merge pull request #15213 from craig-osterhout/ENGDOCS-847-multi-invite
Update wording for multi-invite web flow (ENGDOCS-847)
2022-07-27 07:35:06 -07:00
CrazyMax fba31604bd
Merge pull request #15223 from crazy-max/note-experimental
jekyll(css): add experimental note
2022-07-27 16:07:42 +02:00
CrazyMax b672b2894a
jekyll(assets): update font awesome to 6.1.2
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 16:03:02 +02:00
CrazyMax a4f735fec8
jekyll(css): add experimental note
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 16:03:01 +02:00
Allie Sadler cab9f914bf
ENGDOCS-846 (#15219)
* ENGDOCS-846

* fix broken links

* fix links

* fix broken links

* fix broken links

* fix broken links
2022-07-27 13:26:22 +01:00
CrazyMax 43fdab2019
Merge pull request #15218 from crazy-max/p-read-time
jekyll: keep paragraph of reading time and use include
2022-07-27 13:35:23 +02:00
CrazyMax 863b227043
jekyll: keep paragraph of reading time and use include
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-27 13:02:49 +02:00
Jerae Duffin 7026676441 updated format 2022-07-26 16:37:38 -05:00
craig-osterhout bc32da500b
updated delimeter behavior 2022-07-26 14:21:04 -07:00
craig-osterhout e0795c17bd
feedback 2022-07-26 12:28:36 -07:00
craig-osterhout 304b2c7758
feedback-typo 2022-07-26 12:25:07 -07:00
craig-osterhout 0867014549
feedback 2022-07-26 12:09:09 -07:00
craig-osterhout 4fa26915e0
updated entry method 2022-07-26 11:50:58 -07:00
craig-osterhout 258dac3ee7
Updated wording for multi-invite web flow 2022-07-26 11:17:18 -07:00
Dora Ribeiro 72a3a45c0e
Replacing v1 syntax (#15185)
* Replacing v1 syntax
2022-07-26 18:08:28 +01:00
Dora Ribeiro 15e4c88517
Revisiting Compose CLI Env Vars page (#15063)
* Revisiting Compose CLI Env Vars page
* Adding feedback from the review and additional restructuring
* Adding relative URLs for the cli
* Removing anchor
* Apply suggestions from code review
Adding suggestions:  an additional default and updating compose file mention.
Co-authored-by: Guillaume Lours <guillaume@lours.me>
2022-07-26 17:19:25 +01:00
Jerae Duffin 20a22de22f updated images 2022-07-25 15:56:15 -05:00
Brenton Bostick a34c66dc6d
Update react-extension.md (#15207) 2022-07-25 16:37:41 +00:00
Sebastiaan van Stijn 8786d552d7
Merge pull request #15132 from crazy-max/remove-redirects-csv
remove _data/redirects.csv
2022-07-25 16:42:16 +02:00
Sebastiaan van Stijn 462492e6a1
Merge pull request #15179 from crazy-max/create-lab
ci: add lab branch to publish workflow
2022-07-25 16:41:30 +02:00
Allie Sadler 8ef3775fb6
extensions web marketplace (#15203) 2022-07-25 15:36:05 +01:00
Allie Sadler 81fb76d3f4
ENGDOCS-835: DD refining (#15202)
* ENGDOCS-835: DD refining

* moved content around
2022-07-25 14:58:55 +01:00
CrazyMax b836e2c5b6
ci: allow triggering publish workflow manually
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-25 11:08:34 +02:00
CrazyMax 85f13ecf5d
ci: add lab branch to publish workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-25 11:08:34 +02:00
Sebastiaan van Stijn dd23e5195a
Merge pull request #15165 from crazy-max/dockerfile-ref-frontmatter
dockerfile: create stub file with frontmatter
2022-07-25 10:42:42 +02:00
Leszek Jasek e9396fbbc8
fix broken bullet point indentation in Docker Desktop overview documentation page (#15195) 2022-07-25 08:11:28 +01:00
Khoo Hao Yit 60ab407e12
fix typo in overlayfs-driver 2022-07-22 23:27:49 +08:00
Craig Osterhout b76954565d
CSP-54 bulk user invite (#15021)
* CSP-54
Adding invite via CSV file flow. Move member management sections to /docker-hub/members
2022-07-22 06:54:21 -07:00
Allie Sadler 0fa92fccad
D4s-v5 recommendation (#15143)
* D4s-v5 recommendation

* review changes

* review changes
2022-07-22 13:49:29 +01:00
jerae-duffin 9ecfa4627d
Merge pull request #15182 from jerae-duffin/ENGDOCS-833
updated numbering
2022-07-21 11:58:22 -05:00
Jerae Duffin 817a4d2764 updated image 2022-07-21 11:44:49 -05:00
jerae-duffin d7c835028b
Merge pull request #15078 from jerae-duffin/ENGDOCS-768
Advanced Image Management
2022-07-21 10:47:06 -05:00
docker-tools-robot 2e3be64290
Update Compose reference API to v2.7.0 (#15174)
Co-authored-by: glours <glours@users.noreply.github.com>
2022-07-21 10:00:33 +01:00
jerae-duffin 6749273ccf
Merge pull request #15101 from jerae-duffin/AG-1355
updated 2fa
2022-07-20 13:20:22 -05:00