Skip to content

Commit 617b596

Browse files
authored
Release 0.14.0 preparation (google#2534)
1 parent 29793a6 commit 617b596

12 files changed

Lines changed: 119 additions & 17 deletions

File tree

docsy.dev/content/en/blog/2026/0.14.0.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2026-02-10
55
author: >-
66
[Patrice Chalin](https://github.com/chalin) ([CNCF](https://www.cncf.io/)),
77
for the [Docsy Steering Committee](/blog/2022/hello/#introducing-the-psc)
8-
body_class: release-highlights published-draft-post
8+
body_class: release-highlights
99
tags: [release, upgrade]
1010
cSpell:ignore: docsy subrepo lightdark lookandfeel
1111
---
@@ -99,8 +99,15 @@ authoring/tooling support:
9999
Markdown syntax.
100100
- Keep `alert` shortcodes when you rely on shortcode-specific behavior.
101101

102+
> [!TIP]
103+
>
104+
> Using a script like [docsy-alerts-to-md/convert.pl][] can help with the
105+
> conversion process.
106+
102107
[alert shortcode]: /docs/content/shortcodes/#alert
103108
[Alerts]: /docs/content/adding-content/#alerts
109+
[docsy-alerts-to-md/convert.pl]:
110+
https://github.com/open-telemetry/opentelemetry.io/blob/main/scripts/docsy-alerts-to-md/convert.pl
104111

105112
## {{% _param BREAKING %}} Styles and customization {#styles-customization}
106113

@@ -424,6 +431,7 @@ Docsy 0.14.0 includes the following style improvements and fixes:
424431
- `<details>` margin fixes
425432
- TOC h1 entries made slightly bolder so they are more visually distinct
426433
- Google-search modal support for dark mode ([#2524])
434+
- RTL: code blocks and foldable-nav icons ([#2533])
427435

428436
[Experimental][] extra styles:
429437

@@ -536,10 +544,14 @@ These quick checks relate to the style and behavior changes in 0.14.0.
536544

537545
#### Advanced review {#advanced-overrides}
538546

539-
**Applies if** your project overrides Docsy templates or shortcodes.
547+
**Applies if** your project overrides Docsy templates, shortcodes, assets, or
548+
i18n files.
540549

541550
Review these updated files and port changes as needed:
542551

552+
- [ ] [assets/js/base.js][]
553+
- [ ] [assets/scss files](#scss-actions)
554+
- [ ] [i18n files](#internationalization)
543555
- [ ] [layouts/\_markup/render-blockquote-alert.html][render-blockquote-alert.html]
544556
- [ ] [layouts/\_partials/navbar.html](#navbar-actions)
545557
- [ ] [layouts/\_partials/sidebar-tree.html][sidebar-tree.html]
@@ -554,6 +566,8 @@ Review these updated files and port changes as needed:
554566
- [ ] [layouts/docs/baseof.html][docs/baseof.html]
555567
- [ ] [layouts/swagger/baseof.html][swagger/baseof.html]
556568

569+
[assets/js/base.js]:
570+
<{{% param github_repo %}}/blob/main/assets/js/base.js?plain=1>
557571
[render-blockquote-alert.html]:
558572
<{{% param github_repo %}}/blob/main/layouts/_markup/render-blockquote-alert.html?plain=1>
559573
[sidebar.html]:
@@ -632,6 +646,7 @@ Other references:
632646
[#2480]: https://github.com/google/docsy/pull/2480
633647
[#2501]: https://github.com/google/docsy/issues/2501
634648
[#2524]: https://github.com/google/docsy/pull/2524
649+
[#2533]: https://github.com/google/docsy/pull/2533
635650
[#939]: https://github.com/google/docsy/issues/939
636651
[0.13.0]: /project/about/changelog/#v0.13.0
637652
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0?no-link-check=1

docsy.dev/content/en/blog/2026/hugo-0.152.0+.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Hugo 0.152.0-0.155.x upgrade guide
33
linkTitle: Hugo 0.152+ upgrade guide
4-
date: 2026-02-10
4+
date: 2026-02-09
55
author: >-
66
[Patrice Chalin](https://github.com/chalin) ([CNCF](https://www.cncf.io/)),
77
for the [Docsy Steering Committee](/blog/2022/hello/#introducing-the-psc)
8-
body_class: release-highlights published-draft-post
8+
body_class: release-highlights
99
tags: [hugo, upgrade]
1010
# prettier-ignore
1111
cSpell:ignore: docsy dartsass libsass IPTC multihost libwebp opentelemetry

docsy.dev/content/en/blog/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Blog
33
menu: { main: { weight: 50 } }
44
cascade:
55
params:
6-
# Icon usage: {{% _param FAS iconName color %}}
76
BREAKING:
87
<i class="fa-solid fa-triangle-exclamation fa-lg text-warning px-1"></i>
98
NEW: <i class="fa-regular fa-square-check fa-lg text-success px-1"></i>

docsy.dev/content/en/project/about/changelog.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,31 @@ Any other compatibility (including Windows support) is on a best effort basis.
110110

111111
<!-- TODO: look into https://www.conventionalcommits.org/en/v1.0.0/#summary -->
112112

113-
## v0.14.0 {#v0.14.0}
113+
## v0.14.1 or v0.15.0 {#v0.15.0}
114114

115115
> **UNRELEASED: this planned version is still under development**
116116
117-
For the full list of changes, see the [0.14.0] release page.
117+
For the full list of changes, see the [0.X.Y][] release page.
118+
119+
[**Breaking changes**](#breaking-change):
120+
121+
- ...
122+
123+
**New**:
124+
125+
**Other changes**:
126+
127+
- ...
128+
129+
[**Experimental**](#experimental):
130+
131+
- ...
132+
133+
[0.X.Y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
134+
135+
## v0.14.0 {#v0.14.0}
136+
137+
For the full list of changes, see the [0.14.0][] release page.
118138

119139
[**Breaking changes**](#breaking-change):
120140

@@ -151,6 +171,7 @@ For the full list of changes, see the [0.14.0] release page.
151171
translations][0.14.0-blog-internationalization] for multiple locales.
152172
- Fixed nested **`sidebar_root_for`** bug ([#2470]).
153173
- Fixed Google-search modal colors in dark mode ([#2524]).
174+
- **RTL**: fixes for code blocks and foldable-nav icons ([#2533]).
154175

155176
[#1654]: https://github.com/google/docsy/issues/1654
156177
[#2413]: https://github.com/google/docsy/issues/2413
@@ -159,6 +180,7 @@ For the full list of changes, see the [0.14.0] release page.
159180
[#2477]: https://github.com/google/docsy/pull/2477
160181
[#2480]: https://github.com/google/docsy/pull/2480
161182
[#2524]: https://github.com/google/docsy/pull/2524
183+
[#2533]: https://github.com/google/docsy/pull/2533
162184
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0
163185
[0.14.0-blog-alerts]: /blog/2026/0.14.0/#alerts
164186
[0.14.0-blog-cover]: /blog/2026/0.14.0/#blocks-cover
@@ -750,7 +772,7 @@ For the full list of changes, see the [0.2.0] release page.
750772
751773
> **UNRELEASED: this planned version is still under development**
752774
753-
For the full list of changes, see the [0.X.Y] release page.
775+
For the full list of changes, see the [0.X.Y][] release page.
754776
755777
[**Breaking changes**](#breaking-change):
756778

docsy.dev/content/en/project/about/contributing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ accordingly.
5858
- You'll create a new section for the next release in a later step.
5959

6060
3. **Update the release report blog post** for {{% param version %}}, if any.
61-
Remove draft status.
61+
- Remove draft status.
62+
- Update the date to today's date.
6263

6364
4. Run `npm run fix`.
6465

@@ -82,7 +83,7 @@ accordingly.
8283
e.g., vendor assets and [go.mod] dependencies are up-to-date, etc.
8384

8485
7. **Submit a PR with your changes**, using a title like "Release
85-
{{% param version %}}" preparation". Use this command to create the PR via
86+
{{% param version %}} preparation". Use this command to create the PR via
8687
the web interface:
8788

8889
```sh

docsy.dev/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ params:
6262
to_year: present
6363
privacy_policy: https://policies.google.com/privacy
6464
archived_version: false
65-
version: 0.14.0-dev
65+
version: 0.14.0
6666
github_repo: https://github.com/google/docsy
6767
github_project_repo: https://github.com/google/docsy
6868
github_subdir: docsy.dev

docsy.dev/static/refcache.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,10 @@
695695
"StatusCode": 206,
696696
"LastSeen": "2026-02-06T03:29:40.423254-05:00"
697697
},
698+
"https://github.com/google/docsy/blob/main/assets/js/base.js": {
699+
"StatusCode": 206,
700+
"LastSeen": "2026-02-10T03:27:42.352128-05:00"
701+
},
698702
"https://github.com/google/docsy/blob/main/assets/js/search.js": {
699703
"StatusCode": 206,
700704
"LastSeen": "2026-02-06T03:25:24.507139-05:00"
@@ -1387,6 +1391,10 @@
13871391
"StatusCode": 206,
13881392
"LastSeen": "2026-02-07T08:36:51.533538-05:00"
13891393
},
1394+
"https://github.com/google/docsy/pull/2533": {
1395+
"StatusCode": 206,
1396+
"LastSeen": "2026-02-10T05:39:39.864462-05:00"
1397+
},
13901398
"https://github.com/google/docsy/pull/941": {
13911399
"StatusCode": 206,
13921400
"LastSeen": "2026-02-06T03:26:55.724479-05:00"
@@ -1663,6 +1671,10 @@
16631671
"StatusCode": 206,
16641672
"LastSeen": "2026-02-06T03:26:06.382859-05:00"
16651673
},
1674+
"https://github.com/open-telemetry/opentelemetry.io/blob/main/scripts/docsy-alerts-to-md/convert.pl": {
1675+
"StatusCode": 206,
1676+
"LastSeen": "2026-02-10T03:27:41.83835-05:00"
1677+
},
16661678
"https://github.com/open-telemetry/opentelemetry.io/issues": {
16671679
"StatusCode": 206,
16681680
"LastSeen": "2026-02-06T03:28:22.582088-05:00"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy",
3-
"version": "0.14.0-dev+104-g8bc5f537-or-later-commit",
3+
"version": "0.14.0",
44
"repository": "github:google/docsy",
55
"homepage": "https://www.docsy.dev",
66
"license": "Apache-2.0",

tasks/0.14/commit-inventory.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2026-01-16
44
cSpell:ignore: docsy frontmatter subrepo
55
---
66

7-
> Report refreshed for commits through `3753ff78` on `main`.
7+
> Report refreshed for commits through `29793a64` on `main`.
88
99
Chronological list of [commits since v0.13.0][], broadly grouped into a few
1010
categories. We'll do a more detailed analysis and groupings when we create the
@@ -96,6 +96,43 @@ client projects.
9696
- `3753ff78` (#2505) Reorganize SCSS, fix scroll padding, normalize
9797
blocks-shortcode heading IDs and keep old IDs as alias
9898

99+
### Since last refresh (3753ff78..29793a64)
100+
101+
- `4dc710b4` (#2506) Document heading aliases and in-page targets
102+
- `0ddab73a` (#2508) Improve 0.14.0 upgrade action-step guidance
103+
- `88e96c7a` (#2509) Refactor navbar vars, anchors, and cover styles; update
104+
blog & CL
105+
- `fe8683ca` (#2511) Update NPM packages, Hugo to 0.155.2
106+
- `d06e1406` (#2512) Rework Hugo upgrade post to make actions clearer
107+
- `c725abe7` (#2513) Adjust Hugo 0.152-0.155 upgrade guide title to better match
108+
new org
109+
- `75e091ce` (#2514) Add extra styles for cover CTA/layouts and update 0.14.0
110+
blog post
111+
- `5208380c` (#2515) Adjust ToC and main layout breakpoints under
112+
td-no-left-sidebar
113+
- `ba02f629` (#2507) Fix typos, remove duplicate paragraph, and other copyedits
114+
- `cec16119` (#2517) Centralize btn-lg helper to Hugo params, use anchors not
115+
buttons
116+
- `555ca48f` (#2518) Refresh refache, fix links, add local card images, and more
117+
- `4fdc4844` (#2519) Opt-in dark navbar link contrast via homepage body_class
118+
- `83e9a3e6` (#2520) Add td-navbar-links-all-active to list of experimental
119+
styles in 0.14.0 blog post
120+
- `ec568185` (#2521) Style adjustments and new bs-defaults.scss partial
121+
- `6230b09e` (#2524) Add dark overlay styles for GCS modal
122+
- `cc2d0569` (#2525) Fix toc position on desktop, and left sidenav + main layout
123+
on tablet
124+
- `a8db3e0d` (#2527) Factor sidebar-toc styles, and 0.13.0 + 0.14.0 blog post
125+
improvements
126+
- `e27e4137` (#2528) Adjust navbar heights and main-container layout
127+
- `21112fb6` (#2516) Fix links in repository CHANGELOG.md & CONTRIBUTING.md
128+
- `9e8a9190` (#2510) Update Serbian (cyrillic & latin)
129+
- `901887d3` (#2526) Upgrade GitHub Actions for Node 24 compatibility
130+
- `234f18dd` (#2530) Promote examples page to navbar, rework CTA, hero images,
131+
and more
132+
- `8bc5f537` (#2531) Add cards with thumbnails to examples page, upgrade Hugo to
133+
0.155.3
134+
- `29793a64` (#2533) Add RTL fixes for code blocks and foldable-nav icons
135+
99136
## CI / tooling only
100137

101138
- `66a0c7d` (#2440) Update README, contrib docs for deployment and release
@@ -120,5 +157,8 @@ client projects.
120157
- `9334955` (#2430) Upgrade Hugo to 0.154.3
121158
- `b52c265` (#2432) Update Hugo to 0.154.5
122159
- `6399194a` (#2486) Update devDeps, incl. Hugo to 0.155.0
160+
- `fe8683ca` (#2511) Update NPM packages, Hugo to 0.155.2
161+
- `8bc5f537` (#2531) Add cards with thumbnails to examples page, upgrade Hugo to
162+
0.155.3
123163

124164
[commits since v0.13.0]: https://github.com/google/docsy/compare/v0.13.0...main

tasks/0.14/issue-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2026-01-16
44
cSpell:ignore: docsy
55
---
66

7-
> Report refreshed for commits through `3753ff78` on `main`.
7+
> Report refreshed for commits through `29793a64` on `main`.
88
99
Mapping [commits since v0.13.0][] to their originating issues (when known).
1010

0 commit comments

Comments
 (0)