Commit Graph

207 Commits

Author SHA1 Message Date
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
David Karlsson 018b45cc5a
Merge pull request #20087 from dvdksn/pagefind-v1.1
search: pagefind v1.1.0
2024-06-04 12:31:03 +02:00
David Karlsson 873fc2f5c6 search: clip overflowing excerpt
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-04 09:54:37 +02:00
Stephanie Aurelio da58f6c5a6
Refresh admin and security FAQ pages (#20084)
* refresh admin and security pages

* clean up sso faqs

* edits

* vale fixes

* vale fixes and edit

* implement feedback
2024-05-29 08:40:23 -07:00
David Karlsson 5fe793f3a5 search: exclude hidden pages from index
Hidden pages (pages excluded from the sitemap) shouldn't be included in
the pagefind index.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-24 16:12:43 +02:00
Craig Osterhout ab999d06b3
remove dev env links from samples (#20083)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-23 08:50:29 -07:00
David Karlsson 97307d4c66 search: pagefind v1.1.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-23 14:05:59 +02:00
Craig Osterhout f856b304c3
remove walkthroughs (#20076)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-22 08:00:26 -07:00
Stephanie Aurelio 0e1aaa62ec
Update provisioning pages and add group mapping steps (#20016)
* add provisioning section and group mapping steps

* update URL

* update vale accept

* update callout in jit page

* fix urls

* vale fixes

* alphabetize new vale entries

* implement feedback
2024-05-21 09:25:52 -07:00
Stephanie Aurelio bdfd68c70e
Update JIT release phase callouts (#20030)
* update callouts

* link to release phase doc

* vale: add SCIM, Admin Console to vocabulary

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-14 12:12:11 -07:00
Stephanie Aurelio 8493f13d25
Update provisioning sections (#19980)
* update shortcodes

* use acronym

* fix typo
2024-05-13 13:09:53 -07:00
David Karlsson 5599686cb9 hugo: return keywords as sliceArray
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-13 15:23:28 +02:00
David Karlsson bbb894f3e4
Merge pull request #19973 from dvdksn/fix-toc-html
fix: pass heading text through md renderer
2024-05-11 14:17:08 +02:00
David Karlsson d4cdd83e66
Merge pull request #20002 from dvdksn/scout-search-keywords
site: improve static search
2024-05-08 21:59:32 +02:00
David Karlsson a56d652fdd hugo: improve templating for keywords and descriptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-08 20:07:17 +02:00
Michael Irwin efadb1fdcc
Fix URL used for images in twitter/og previews (#19989)
* Fix URL used for images in twitter/og previews

* Use absURL to create absolute URLs for meta tag URLs

* Update other uses of base URL generation to use absURL helper
2024-05-08 09:07:42 +02:00
David Karlsson 401468ac4c fix: pass heading text through md renderer
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-06 17:36:56 +02:00
David Karlsson f6a44142c1
Merge pull request #19602 from dvdksn/fuse-search
hugo: use fuse.js search instead of algolia
2024-04-30 12:15:11 +02:00
David Karlsson 0a7cb792ec
Merge pull request #19854 from dvdksn/scout-prometheus-exporter
scout: metrics exporter endpoint
2024-04-29 14:18:59 +02:00
David Karlsson 6ccbfa3f64 hugo: use fuse.js search instead of algolia
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-26 14:36:13 +02:00
David Karlsson 7e58bf3911 site: remove example questions for kapa
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-26 11:58:44 +02:00
David Karlsson 78ef8ec2e9 fix: make term table full width
Force display:table on term pages for tags

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 20:02:16 +02:00
David Karlsson 0aa903d574
Merge pull request #18803 from dvdksn/kapa-ai
kapa ai 🤖
2024-04-25 18:58:24 +02:00
David Karlsson f2b49281d9 fix: copy codeblock
JavaScript methods were lowercased in a bad rebase

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 18:56:56 +02:00
David Karlsson aeb11961b6 feat: add Kapa.ai
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 18:43:35 +02:00
David Karlsson 5f563c6c41 fix: sidebar-width sm screens
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 15:50:09 +02:00
David Karlsson 14b42c807b hugo: add support for figure titles
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 15:01:13 +02:00
David Karlsson 7755120664 fix: prune double leading slash in favicon url
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 12:08:28 +02:00
David Karlsson 86dbe42ff3
fix: cap left-hand sidebar to 300px max-width (#19870)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 10:35:52 +01:00
David Karlsson 6e181ff28a fix: copy codeblocks for powershell
Handle PowerShell prompt char (>) and PS1 script syntax for env var
assignments

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-24 23:04:36 +02:00
David Karlsson a94e4387dd
Merge pull request #19864 from dvdksn/css-overflows-sizes
hugo: css overhaul
2024-04-24 18:50:11 +02:00
David Karlsson 1fb862bcf9 hugo: improve site layout on medium screens
- Keep the top-nav menu on medium screens
- Keep the sidebar navigation on medium screens
- Keep the right-hand toc on large screens
- Adjust breakpoints

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-24 18:14:02 +02:00
David Karlsson 46a3512a54 hugo: css overhaul
- Remove manual breakpoint definitions and use tailwind defaults
- Fix various overflow and other rendering issues

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-24 18:14:02 +02:00
Craig Osterhout faa980a9f3
add guides overview page (#19837)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-04-24 08:54:26 -07:00
David Karlsson ccb50a8467 hugo: add tags
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-23 10:47:54 +02:00
David Karlsson 5f6848ae8b hugo: add support for code block titles
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-11 16:19:22 +02:00
Stephanie Aurelio f1777ac06e
Update provisioning references (#19735)
* update jit callouts and add step

* separate management steps and update callouts

* update conditional steps

* add diagram and add cross-links

* remove old diagram

* update diagram

* add details about multi-org sso

* implement feedback

* move beta feature banner and link to section

* update tab order

* update diagram and provide clarity around sso error

* remove image and update faq
2024-04-10 08:25:46 -07:00
Stephanie Aurelio e00f576f80
move events out of shortcode and add new repo events (#19738) 2024-04-08 09:55:44 -07:00
David Karlsson 66b5b990de hugo: add collapse attribute for code blocks
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-03 14:06:21 +02:00
David Karlsson 4267ce33e4 hugo: use "text" as a fallback lang for codeblocks
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-02 17:43:50 +02:00
David Karlsson 4fa0d95aaa
Merge pull request #19713 from dvdksn/update-logo
site: update logo
2024-03-29 16:33:48 +01:00
Michael Irwin 0ddba23dec
Add heap tracking support to YouTube embeds (#19710)
* Add heap tracking support to YouTube embeds

The shortcode has been updated to bootstrap the YouTube API once,
even if there are mutiple embeds on the same page.

Currently supports two events (Video Play and Video Paused) with
attributes for the video id, page path, and page title.

* Update layouts/shortcodes/youtube-embed.html

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-29 15:47:20 +01:00
David Karlsson 2b1ed894f5 site: update logo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-29 09:10:41 +01:00
Ajeet Singh Raina, Docker Captain, ARM Innovator a846de1787
Add documentation for core Docker concepts and guides (#19691)
* Added the-basic pages
---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Michael Irwin <mikesir87@gmail.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2024-03-27 14:09:35 -07:00
Stephanie Aurelio 78255c1d9a
Update SSO and SCIM structure (#19484)
* add idp instructions and break up pages

* refine content

* remove brackets

* split up shortcode and add idp tabs

* add role mapping and cleanup steps

* update assignment callout

* fix step

* update some punctuation and use code block

* remove ol config and move demo video to idp page

* update language to include hub and admin

* use previous wording and fix capitalization

* implement role mapping feedback

* implement editorial feedback

* remove other reference link
2024-03-14 15:04:55 -07:00
David Karlsson 814e301375 hugo: generate metadata.json index
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-12 09:37:44 +01:00
David Karlsson 9ea2034b6a
Merge pull request #19561 from dvdksn/css-buildstats
hugo: use hugo buildStats to extract css classes and elements
2024-03-11 18:22:57 +01:00
David Karlsson 822d08b58e
Merge pull request #19452 from dvdksn/version-callouts
feat: version callouts
2024-03-07 14:12:20 +01:00
David Karlsson 88975c2e57 hugo: use hugo buildStats to extract css
Improves build time compared to using tailwind content globs

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-05 13:58:22 +01:00