David Karlsson
0f80eeae07
site: automatically scroll down the sidebar to reveal the current page
...
Some pages are nested quite deep in the sidebar, which means they aren't
automatically visible on pageload unless the sidebar is scrolled. This
commit adds a scrolldown function to the sidebar to check if the element
representing the current page is in view. If it isn't, the sidebar is
scrolled down to a position where the current page comes into view.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-10 12:28:21 +02:00
David Karlsson
ecc54f2b3b
hugo: align cli table styles with defaults, add horizontal overflow
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-10 10:46:23 +02:00
David Karlsson
ffd3ccd072
hugo: use render hook for markdown tables
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-10 10:46:11 +02:00
Craig Osterhout
3bb24b6420
admin: remove company mgmt from hub ( #21035 )
...
* admin: remove company mgmt from hub
Signed-off-by: Craig <craig.osterhout@docker.com>
2024-10-07 11:59:29 -07:00
David Karlsson
ef0d03ff26
fix: relative image references in leaf bundles
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-07 12:52:16 +02:00
David Karlsson
1acba34616
site: add overview blurb to the guides landing page
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-07 10:54:46 +02:00
David Karlsson
7e6a56b11f
guides: disable user-select for filter labels
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-04 10:30:54 +02:00
David Karlsson
2e59bd4eb7
site: use filter-based nav for guides
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-03 16:50:15 +02:00
David Karlsson
29eff6bfe8
Merge pull request #21022 from dvdksn/chorework-24q3
...
chore: dependency updates and vale tweaks
2024-09-30 09:45:33 +02:00
David Karlsson
d3b966e9f6
deps: update material-symbols icons to v0.23.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-27 12:09:29 +02:00
David Karlsson
261f41c187
site: add state of app dev survey landing page callout
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-27 11:26:53 +02:00
David Karlsson
3c83e5399d
site: add cookies settings button (onetrust)
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-23 16:00:44 +02:00
David Karlsson
57bd20f334
Revert "site: add cookie settings button"
...
This reverts commit e845f4250a .
2024-09-23 14:59:32 +02:00
David Karlsson
e845f4250a
site: add cookie settings button
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-23 14:15:33 +02:00
David Karlsson
acf8cc7f66
site: update Ask AI callout on search page
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-20 18:28:28 +02:00
David Karlsson
77858d9066
site: add Ask AI button to header
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-20 18:28:05 +02:00
David Karlsson
3f37a4c682
Merge pull request #20919 from dvdksn/fix-engine-sidebar-title
...
site: fix "latest" engine api sidebar link
2024-09-17 16:24:40 +02:00
David Karlsson
87af4e586a
search: don't hide search drop-down on focus change
...
Focus/blur events are handled diffrently in Safari compared to other
browsers. For a better experience, let's not attempt to close the search
results drop-down if focus exits the search bar area. We still have a
click.outside and a keyup listener for "escape" on window to handle the
close, and a "close" button in the input bar (which is now also
focusable).
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-17 14:07:06 +02:00
David Karlsson
ba32f0719b
site: fix "latest" engine api sidebar link
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-17 12:03:18 +02:00
David Karlsson
52f9c17066
search: fix responsiveness issue on md screens
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-17 10:18:39 +02:00
David Karlsson
5eb0381ef1
hugo: refactor sidebar templates
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-17 10:11:09 +02:00
David Karlsson
7f321a9197
hugo: move sidebar main navigation to partial
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 18:02:21 +02:00
David Karlsson
dd294db10b
hugo: add main nav icons and fix mobile rendering
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 17:50:29 +02:00
David Karlsson
d970c475e0
hugo: use comon base template in taxonomy layouts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 15:55:57 +02:00
David Karlsson
a2497ef464
site: use common base layout in search layout
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 15:55:54 +02:00
David Karlsson
4443d3640a
hugo: update layout architecture
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 14:43:05 +02:00
David Karlsson
d078a3b291
site: update top navigation styles
...
- use the full viewport width
- goodbye sad gray, hello fun blue
- nicer logo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 11:03:22 +02:00
David Karlsson
6205776d1f
Merge pull request #20881 from dvdksn/rm-badge-thumnail-title
...
fix: badge markup showing up in preview titles
2024-09-13 10:13:08 +02:00
David Karlsson
2260278786
hugo: define sidebar badge using front matter
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-13 09:45:42 +02:00
David Karlsson
1f17aa9c32
site: fix search page redirects
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-13 09:19:19 +02:00
David Karlsson
55a45c1278
fix: prefill query param on search
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-12 17:58:37 +02:00
David Karlsson
58aa02924d
site: improve search ux, add /search page
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-12 17:14:01 +02:00
David Karlsson
5ec60d925c
Merge pull request #20847 from dvdksn/use-i18n-strings
...
hugo: use i18n strings in callouts
2024-09-11 17:40:10 +02:00
David Karlsson
3249110cdf
hugo: use i18n strings in 'experimental' and 'restricted' shortcodes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 15:08:59 +02:00
David Karlsson
5e4fc68d6e
hugo: use i18n string for 'caution' alerts
...
While we don't currently use the caution alert anywhere yet, we should
still be consistent in using i18n strings for these (not `title
.AlertType`).
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 15:08:38 +02:00
David Karlsson
edc85bef6e
hugo: inline top-nav partial
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 14:27:55 +02:00
David Karlsson
f530a68e24
hugo: inline toc-cli partial
...
This partial was only used once.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 14:25:52 +02:00
David Karlsson
e79d7a84bd
hugo: add support for pageless links in sidebar
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 14:15:15 +02:00
David Karlsson
c17d0e8553
hugo: create a common api layout
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 12:44:34 +02:00
David Karlsson
e3a66f58ae
hugo: create a common wide layout
...
The wide base templates used by tags and learning paths were identical.
Creating a single-column `wide` layout instead to enable code reuse.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-11 11:45:46 +02:00
David Karlsson
554aaabb1f
hugo: don't rewrite index.md links in render hook
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 16:54:06 +02:00
David Karlsson
b46dbff8f9
Revert "hugo: replace dots with dashes in content filenames"
...
This reverts commit 94e01d98ab .
2024-09-10 13:28:36 +02:00
David Karlsson
94e01d98ab
hugo: replace dots with dashes in content filenames
...
With the recent change in moving content to the /manuals section, and
manipulating content permalinks to use `/:sections[1:]/:slugorfilename`,
source filenames with dots in them did not receive a .html extension in
the site output directory. This seems to be a quirk (bug?) with the
`:slugorfilename` permalink token in Hugo.
To work around this, I have removed the dots in markdown filenames and
replaced them with dashes.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 10:36:30 +02:00
David Karlsson
3fd58b6a3e
hugo: add support for reversed sidebar order
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:12:40 +02:00
David Karlsson
fd7ecdc1c8
Merge pull request #20761 from dvdksn/manuals-section
...
hugo: move content files, use filesystem-based navigation
2024-09-09 11:36:37 +02:00
David Karlsson
656d1a871c
chore: add navigation stubs, weights
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson
c36309ed8a
hugo: render site navigation using sections
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:38 +02:00
David Karlsson
4302539dac
site: add kapa widget branding text
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:23:24 +02:00
Craig Osterhout
b81f04a0c0
Merge pull request #20687 from craig-osterhout/engdocs-2186
...
admin: update org onboarding
2024-08-23 08:06:04 -07:00
Craig Osterhout
774e3752de
Merge pull request #20698 from craig-osterhout/engdocs-2192
...
admin: update sso for companies
2024-08-23 08:05:29 -07:00
David Karlsson
b7f0232bc6
Merge pull request #20563 from dvdksn/learning-paths
...
site: add learning paths
2024-08-23 06:04:56 +02:00
Craig Osterhout
f99d60455b
admin: update sso for companies
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-22 11:46:40 -07:00
Craig Osterhout
9905b657af
update org onboarding
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-22 09:54:59 -07:00
David Karlsson
2018844f1e
chore: move engine API to /reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 13:24:05 +02:00
David Karlsson
d969391357
chore: move glossary to /reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 13:24:05 +02:00
David Karlsson
eb37a7891e
chore: move hub API to /reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 13:24:05 +02:00
David Karlsson
70833553ba
site: add learning paths
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 10:24:00 +02:00
David Karlsson
812ba366b4
hugo: fix link generation
...
For some inexplicable reason, the link render hook was failing, probably
caused by cases where goldmark was called recursively by shortcodes.
This change changas the render hook to use the global `pages` pointer
instead of the .Pages pointer of the render hook context. Seems to work.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 09:37:06 +02:00
David Karlsson
b810d41dd3
fix: incorrect sitemap stylesheet filename
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-21 14:43:31 +02:00
David Karlsson
2e44563227
fix: sitemap xml
...
update date format, remove double slash in xsl path in prod, replace
non-breaking spaces with regular spaces
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-21 14:27:53 +02:00
David Karlsson
798652a75a
fix: 'series' layout assumed .Type was "guides"
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 16:58:00 +02:00
Allie Sadler
abd030c3fe
ENGDOCS-2185 ( #20655 )
...
* ENGDOCS-2185
* fix
* silly mistake
* rename getting-started to introduction
* fix
* final fix
* formtatting
* review edits
* review edits
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 08:23:29 +01:00
David Karlsson
908af3998a
Merge pull request #20652 from dvdksn/update-postcss-method
...
hugo: replace deprecated resources.PostCSS method
2024-08-19 23:12:54 +02:00
David Karlsson
27290ad524
hugo: replace deprecated resources.PostCSS method
...
hugo --logLevel info
...
INFO deprecated: resources.PostCSS was deprecated in Hugo v0.128.0 and will be removed in a future release. Use css.PostCSS.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-19 16:50:57 +02:00
David Karlsson
297f867bd1
hugo: remove unused templates
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-19 16:39:55 +02:00
David Karlsson
cabff85f2e
Merge pull request #20608 from dvdksn/callouts-render-hook
...
hugo: use render hooks for blockquotes (callouts/alerts)
2024-08-16 10:45:03 +02:00
David Karlsson
eb8614af4d
hugo: refactor include shortcode mechanics
...
Instead of inserting the raw file contents, use the page object.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:30:05 +02:00
David Karlsson
e3aa78b72c
chore: update alert syntax
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:49 +02:00
David Karlsson
0f4bb635f5
hugo: update alerts in cli template
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:32 +02:00
David Karlsson
43810e618d
hugo: add restricted shortcode
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:28:49 +02:00
David Karlsson
4df0ee12c5
hugo: add experimental shortcode
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:28:49 +02:00
David Karlsson
ea6246b059
hugo: use render hook for callouts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:28:48 +02:00
David Karlsson
c303c470a3
site: decrease z-index for copy button
...
The copy button z-index was higher than the site header.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 09:46:26 +02:00
David Karlsson
fd2dbcf9b4
Merge pull request #20584 from dvdksn/housekeeping
...
hugo/build/ci housekeeping
2024-08-14 09:52:36 +02:00
David Karlsson
1f3597eb35
hugo: remove unused redirect_from param from redirects tpl
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:15:46 +02:00
David Karlsson
886a27ae8d
hugo: cache more partials
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson
8ae71a65d2
hugo: dont print warning for introduced sc threshold
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson
1c3f34240b
hugo: remove unused shortcodes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson
8b82562776
site: add vwo async smartcode to staging env
...
Enables A/B testing with VWO on docs-stage.docker.com
2024-07-16 13:32:09 +02:00
Allie Sadler
b904b7f074
ENGDOCS-2072b ( #20094 )
...
* ENGDOCS-2072b
* final tweaks
* review edits
2024-07-15 11:02:22 +01:00
David Karlsson
d8750ca6e7
hugo: fix invalid image refs for section pages
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-09 16:32:10 +02:00
David Karlsson
7f778f78ea
hugo: use URL parser for image ref in render hook
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-08 16:02:44 +02:00
Lorena Rangel
615d26feaf
fix: add a new shortcode to handle new installers ( #20366 )
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-05 15:24:51 +01:00
Lorena Rangel
7f3226a805
fix: update linux links ( #20364 )
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-05 14:58:51 +01:00
David Karlsson
92c31e093d
hugo: move youtube script out of shortcode template
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-04 11:10:48 +02:00
David Karlsson
9f8eca2276
feat: add stepper graphic for article series
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 18:26:57 +02:00
David Karlsson
4e9c179e91
get-started: add overview and template
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-03 18:26:57 +02:00
David Karlsson
819744d334
Revert "site: add vwo async smartcode"
...
This reverts commit 922f788824 .
2024-07-02 10:52:56 +02:00
David Karlsson
922f788824
site: add vwo async smartcode
...
Enables A/B testing with VWO
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-28 10:49:23 +02:00
David Karlsson
ea34ef63d6
Merge pull request #20229 from dvdksn/scout-overview-pages
...
scout overview pages
2024-06-24 09:33:17 +02:00
David Karlsson
1c22ceb59e
Merge pull request #20268 from dvdksn/search-rm-hls
...
search: disable result highlights in page body
2024-06-20 16:08:30 +02:00
Craig Osterhout
29f2df9319
search: add additional Heap properties to event ( #20232 )
...
* add heap track to search
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* feedback1
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-06-20 06:58:15 -07:00
David Karlsson
4cc6c1d61f
search: disable result highlights in page body
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-20 15:45:03 +02:00
Stephanie Aurelio
e8661b9934
ui style updates ( #20252 )
2024-06-18 09:32:53 -07:00
David Karlsson
0b673bbb22
hugo: enable analytics fingerprint on kapa widget
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-17 17:36:48 +02:00
Craig Osterhout
b9ac2c6898
get-started: update workshop paths ( #20216 )
...
* move /get-started/ to /guides/workshop/
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* move image
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* Update content/engine/swarm/swarm-tutorial/_index.md
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
* Update content/guides/deployment-orchestration/swarm-deploy.md
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
* rename file for part 10
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-06-13 11:50:25 -07:00
David Karlsson
b21e0573af
hugo: add support for absolute markdown links
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-13 12:56:42 +02:00
Craig Osterhout
a397891c35
get-started: update toc ( #20200 )
...
* Added a new concept pages 'Get Docker'
* Changes in whats-next page
* Formattinf changes
* Removed an extra dot
* Formatting changes
* Few formatting changes
* Added video for get started guides
* Update content/guides/docker-concepts/getting-started/get-docker.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/get-docker.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/develop-with-containers.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/get-docker.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/develop-with-containers.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Removed a statement based on review
* Added link to the zip file
* few formatting changes
* Added missing steps for VS Code
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* changed the title to Get Docker Desktop
* Modified Additional setup instructions to Install Instructions
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* Update content/guides/docker-concepts/getting-started/whats-next.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* removed main.log
* Update content/guides/docker-concepts/getting-started/build-and-push-first-image.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
* update get started toc
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* fix links
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Ajeet Singh Raina <ajeetraina@gmail.com>
2024-06-11 07:48:54 -07:00
Stephanie Aurelio
134f0be5c9
remove and update callouts ( #20158 )
2024-06-06 10:01:49 -07:00
maxcleme
d62fe26509
Docker Desktop 4.31.0 ( #20114 )
...
* docs(desktop): promote windows arm beta on release notes page
Signed-off-by: maxcleme <maxime.clement@docker.com>
* docs(desktop): add release notes for 4.31.0
Signed-off-by: maxcleme <maxime.clement@docker.com>
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* reviews
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* reviews
Signed-off-by: maxcleme <maxime.clement@docker.com>
* Update content/desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* reviews
Signed-off-by: maxcleme <maxime.clement@docker.com>
* reviews
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* reviews
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: remove one highlight
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: add missing release note entry
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: bump containerd v1.6.32 -> v1.6.33
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: bump docker v26.1.3 -> v26.1.4
Signed-off-by: maxcleme <maxime.clement@docker.com>
* doc: finalize 4.31.0 build number
Signed-off-by: maxcleme <maxime.clement@docker.com>
* Apply suggestions from code review
---------
Signed-off-by: maxcleme <maxime.clement@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-06-06 16:19:57 +01:00