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
Stephanie Aurelio
e2c65234aa
updates for ui refresh ( #19555 )
2024-03-04 08:23:51 -08:00
David Karlsson
df0455d16f
hugo: improve build performance
...
use cached partials for repeat templates and icons
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-04 16:05:28 +01:00
David Karlsson
d29dbaf482
style: design updates march 2024
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-04 11:58:08 +01:00
David Karlsson
51c1bedfb1
cli: add subcommand links
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-29 16:08:10 +01:00
David Karlsson
c04c83ff58
cli: don't render options table if only hidden options
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-29 15:13:29 +01:00
David Karlsson
bccab7302a
Merge pull request #19495 from dvdksn/ 👍 💅
...
site: update thumbnail image
2024-02-28 17:25:07 +01:00
David Karlsson
c16a596cf5
site: update thumbnail image
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-28 14:41:09 +01:00
David Karlsson
56679aec98
cli: alternative alias rendering
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-23 15:11:05 +01:00
David Karlsson
36d3f62159
feat: add tooltip partial
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-23 15:03:27 +01:00
David Karlsson
adcb1edfa7
chore: style and script refactor
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-23 15:03:27 +01:00
David Karlsson
f3b44a4476
cli: change reference docs url paths
...
Moves the reference documentation to a new subpath, from /engine/ to /reference/
2024-02-21 10:25:53 +01:00
David Karlsson
43e3ccc197
feat: add "introduced" shortcode
...
The introduced shortcode takes three arguments:
- component id (as defined in site.Params)
- version (should be semver except for engine api)
- link (optional) to e.g. release note
The component and version argument is compared against the min threshold
set in site config.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 15:04:55 +01:00
David Karlsson
3703049154
Merge pull request #19344 from dvdksn/improve-landing-page-banner-graphics
...
site: improve home banner's bg image/color blend
2024-02-15 20:03:32 +01:00
David Karlsson
3d9d8bd59c
Merge pull request #19411 from dvdksn/cli-hoist-stub-content
...
cli: hoist content in CLI stubs to top
2024-02-15 19:25:59 +01:00
Stephanie Aurelio
00d64404ac
freshness updates ( #19404 )
2024-02-15 08:35:02 -08:00
David Karlsson
846bf77f93
cli: hoist content in CLI stubs to top
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 12:36:56 +01:00
Stephanie Aurelio
75b6fa2dda
Improve access to org onboarding guide ( #19354 )
...
* add links to overview pages, fix redirect, update onboarding intro
* highlight enforce sso step
* remove old redirect from metadata
2024-02-13 13:59:48 -08:00
Chaimaa ZEGOUMOU
7e81df10a3
fix: minor UI adjustement for Docker Desktop release notes
...
- remove extra pipe before Linux installers
- add missing pipe before Mac with intel chip installer
2024-02-08 18:19:43 +01:00
David Karlsson
75dc05388d
cli: add links for cli flags
...
... and remove the column for shorthands.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 16:00:01 +01:00
David Karlsson
5e716537cb
site: improve home banner's bg image/color blend
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 11:00:38 +01:00
David Karlsson
ee3c9c6448
site: add lazy loading for images
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-07 17:10:16 +01:00
David Karlsson
ca143e00d0
Merge pull request #19304 from dvdksn/self-host-fonts
...
site: self-host fonts
2024-02-07 10:47:15 +01:00
Stephanie Aurelio
d032a17bb5
remove support link ( #19297 )
2024-02-05 09:38:10 -08:00
David Karlsson
9f856d4c18
Merge pull request #19299 from dvdksn/lighthouse-improvements
...
site: accessibility improvements
2024-02-05 13:11:53 +01:00
David Karlsson
0f9278b189
site: self-host fonts
...
Serve web fonts with our own CDN rather than Google's CDN.
This improves the download speed for fonts (dns lookups, reusing tcp
connection with http/2, cache efficiency)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-04 22:36:05 +01:00
David Karlsson
c1cd9f7f84
a11y: add aria label to theme switch button
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 17:05:36 +01:00
David Karlsson
14f905327b
a11y: remove explicit tabindex on buttons
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 17:03:48 +01:00
David Karlsson
723006b12b
a11y: add link titles in header, footer
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 17:03:18 +01:00
David Karlsson
6cd311ad9d
a11y: add alt texts to images on home page
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 16:55:26 +01:00
Stephanie Aurelio
18f1e23c76
Update UI steps to match Admin Console ( #19291 )
...
* update ui text references
* update steps for clarity
* update image alignment
* clean up
* remove outdated screenshot
2024-02-02 14:45:57 -08:00
David Karlsson
f6191387b6
chore: remove mermaid.js
...
We're not using mermaid for diagrams anymore so we can prune the
dependency.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 09:46:24 +01:00