David Karlsson
c3d814812f
hugo: use partialCached for static templates
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2026-03-17 08:49:01 +01:00
David Karlsson
e0b858adf4
site: add tooltip for gordon header btn
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2026-03-16 12:40:01 +01:00
Tiara Johnson
e7e28c4386
Update pricing url with ref and refAction params [GRO-282] ( #24339 )
...
## Description
In order to better attribute upgrade sources, we are adding two params -
`ref` and `refAction` to the existing pricing url.
The `ref` will be "Docs" and the `refAction` will be the particular docs
page from where the pricing url click is originated.
## Related issues or tickets
https://docker.atlassian.net/browse/GRO-282
## Reviews
@akristen You should see the new url params when hovering over or
clicking any of the updated pricing urls
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com >
2026-03-12 09:12:44 -05:00
Derek Misler
1bf9cb9c3b
Rebrand "Docker AI" references to "Gordon" across docs.docker.com
...
Signed-off-by: Derek Misler <derek.misler@docker.com >
2026-03-06 11:48:48 -05:00
David Karlsson
5b3eac08a6
site: truncate schema.org titles at 110 chars
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2026-02-25 14:27:33 +01:00
David Karlsson
3a6fef5db8
site: use array for schema.org keywords
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2026-02-25 14:24:17 +01:00
David Karlsson
d5fd0b2f11
site: simplify base templates
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2026-02-23 17:29:32 +01:00
David Karlsson
33226cf897
site: simplify guides/series layouts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2026-02-23 17:29:31 +01:00
David Karlsson
f88723afe2
site: add mainEntityOfPage, inLanguage schema.org metadata
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2026-02-23 17:29:31 +01:00
David Karlsson
90e2cb52fa
chore: migrate to Hugo v0.146.0 new template lookup system
...
- layouts/partials/ → layouts/_partials/
- layouts/shortcodes/ → layouts/_shortcodes/
- layouts/_default/_markup/ → layouts/_markup/
- layouts/_default/*.html → layouts/*.html (flatten _default/)
- layouts/index.html → layouts/home.html
- layouts/index.*.json/txt → layouts/home.*.json/txt
- layouts/_default/index.llms.txt → layouts/home.llms.txt
- layouts/tag/ → layouts/tags/ (match /tags/ URL path)
2026-02-19 16:09:15 +01:00