Skip to content

Commit 6ff036a

Browse files
authored
Update deploy/prod to 0.14.3 (#2571)
1 parent d125b87 commit 6ff036a

File tree

9 files changed

+52
-21
lines changed

9 files changed

+52
-21
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
22
name: Bug report
3-
labels: [bug, needs-triage]
3+
labels: [needs-triage]
4+
type: bug
45
about: Create a report to help us improve
56
---
67

78
<!-- Describe you environment by answering the questions below. Put your answers after the colon on each line. -->
89

910
### Environment
1011

11-
- [ ] Version of Docsy you are using:
12-
- [ ] How are you using Docsy? As a:
12+
- **Hugo** version you are using (output of `hugo version`):
13+
- **Docsy** version you are using:
14+
- How are you using Docsy? As a:
1315
- [ ] Hugo module
1416
- [ ] NPM module
1517
- [ ] Git submodule
1618
- [ ] Other:
17-
- [ ] Version of Hugo you are using (output of `hugo version`):
18-
- [ ] OS:
19+
- OS:
1920
- [ ] Linux
2021
- [ ] macOS
2122
- [ ] Windows

assets/scss/td/_main-container.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
// either, the TOC sidebar is there and makes .td-main fill the page.
4444
&:has(> .row .td-sidebar-nav) {
4545
display: flex;
46+
flex-direction: column;
47+
> .row {
48+
flex-grow: 1;
49+
}
4650
}
4751
}
4852
}

docsy.dev/config/_default/params.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# version:
77
# status: archived # Then fetch include
88

9-
version: &docsyVersion 0.14.3-dev
10-
tdBuildId: 005-over-main-a285c134
11-
versionLatest: &versionLatest v0.14.2
9+
version: &docsyVersion 0.14.3
10+
tdBuildId: ''
11+
versionLatest: &versionLatest v0.14.3
1212
version_menu: *docsyVersion
1313
version_menu_pagelinks: true
1414
versions:

docsy.dev/config/production/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: &docsyVersion 0.14.2
1+
version: &docsyVersion 0.14.3
22
version_menu: *docsyVersion
33
versions:
44
- name: Next

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release 0.14.0 report and upgrade guide
33
linkTitle: Release 0.14.0
44
date: 2026-02-10
5-
lastmod: 2026-02-12
5+
lastmod: 2026-02-17
66
author: >-
77
[Patrice Chalin](https://github.com/chalin) ([CNCF](https://www.cncf.io/)),
88
for the [Docsy Steering Committee](/blog/2022/hello/#introducing-the-psc)
@@ -11,12 +11,12 @@ tags: [release, upgrade]
1111
cSpell:ignore: subrepo lightdark lookandfeel onedark
1212
---
1313

14-
> [!INFO] Patch updates 0.14.2 and 0.14.1
14+
> [!INFO] Patch updates 0.14.1 to 0.14.3
1515
>
16-
> For the key fixes of these patch updates, see [0.14.2][CL@0.14.2] and
17-
> [0.14.1][CL@0.14.1]. For other changes to 0.14.2, see
16+
> For the key fixes of these patch updates, see [0.14.1][CL@0.14.1],
17+
> [0.14.2][CL@0.14.2], and [0.14.3][CL@0.14.3]. For other changes to 0.14.2, see
1818
> [Patch update 0.14.2](#0.14.2). If you are upgrading now, follow this guide
19-
> and use 0.14.2 where it references 0.14.0.
19+
> and use 0.14.3 where it references 0.14.0.
2020
2121
<style>
2222
li > div.alert-nb { margin: 0.5rem 0 !important;}
@@ -507,10 +507,10 @@ changes require action:
507507

508508
Some upgrade steps are the same for each Docsy release (for example, updating
509509
your Docsy NPM package or Hugo module). Those steps are described in [Upgrade to
510-
Docsy 0.12.0][]: follow them, using version **0.14.2** where the guide refers to
510+
Docsy 0.12.0][]: follow them, using version **0.14.3** where the guide refers to
511511
0.12.0. For this release, use:[^vers-note]
512512

513-
- **Docsy**: [0.13.0][0.14.2]
513+
- **Docsy**: [0.13.0][0.14.3]
514514
- **Hugo**: 0.152.2 → 0.155.0 or later, see [Hugo 0.152.0-0.155.x upgrade
515515
guide][hugo-0.152.0+]
516516
- **Node**: LTS 24 (unchanged)
@@ -667,8 +667,8 @@ an [issue] or starting a [discussion].
667667

668668
About this release:
669669

670-
- [0.14.0][CL@0.14.0] and [0.14.2][CL@0.14.2] changelog entries
671-
- [0.14.0][0.14.0] and [0.14.2][0.14.2] release pages
670+
- Changelog entries from [0.14.0][CL@0.14.0] to [0.14.3][CL@0.14.3]
671+
- Release pages for [0.14.3][], [0.14.2][], [0.14.1][], and [0.14.0][]
672672
- [Release 0.14.0 preparation **issue** (#2404)][#2404]
673673

674674
Other references:
@@ -690,13 +690,16 @@ Other references:
690690
[#2549]: https://github.com/google/docsy/pull/2549
691691
[#939]: https://github.com/google/docsy/issues/939
692692
[0.13.0]: /project/about/changelog/#v0.13.0
693-
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0?no-link-check=1
694-
[0.14.2]: https://github.com/google/docsy/releases/v0.14.2?no-link-check=1
693+
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0
694+
[0.14.1]: https://github.com/google/docsy/releases/v0.14.1
695+
[0.14.2]: https://github.com/google/docsy/releases/v0.14.2
696+
[0.14.3]: https://github.com/google/docsy/releases/v0.14.3
695697
[Advanced style customization]:
696698
/docs/content/lookandfeel/#advanced-style-customization
697699
[CL@0.14.0]: /project/about/changelog/#v0.14.0
698700
[CL@0.14.1]: /project/about/changelog/#v0.14.1
699701
[CL@0.14.2]: /project/about/changelog/#v0.14.2
702+
[CL@0.14.3]: /project/about/changelog/#v0.14.3
700703
[experimental]: /project/about/changelog/#experimental
701704
[hugo-0.152.0+]: /blog/2026/hugo-0.152.0+/
702705
[officially supports]: /project/about/changelog/#official-support

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@ For the full list of changes, see the [0.15.0][] release page.
142142

143143
[0.15.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.15.0
144144

145+
## v0.14.3 {#v0.14.3}
146+
147+
Patch release [0.14.3][] applies the layout fix for [#2561][], which ensures
148+
`.td-main > .row` grows vertically ([#2569]).
149+
150+
[#2561]: https://github.com/google/docsy/issues/2561
151+
[#2569]: https://github.com/google/docsy/pull/2569
152+
[0.14.3]: https://github.com/google/docsy/releases/v0.14.3
153+
145154
## v0.14.2 {#v0.14.2}
146155

147156
**Key fix** for this patch: Apply `.td-main` flex only when sidebar exists

docsy.dev/hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ params:
6161
to_year: present
6262
privacy_policy: https://policies.google.com/privacy
6363
archived_version: false
64+
version: 0.14.3
65+
versionWithBuildId: 0.14.3
6466
github_repo: https://github.com/google/docsy
6567
github_project_repo: https://github.com/google/docsy
6668
github_subdir: docsy.dev

docsy.dev/static/refcache.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,10 @@
11351135
"StatusCode": 206,
11361136
"LastSeen": "2026-02-11T11:19:02.338019-05:00"
11371137
},
1138+
"https://github.com/google/docsy/issues/2561": {
1139+
"StatusCode": 206,
1140+
"LastSeen": "2026-02-18T02:41:59.012968-05:00"
1141+
},
11381142
"https://github.com/google/docsy/issues/331": {
11391143
"StatusCode": 206,
11401144
"LastSeen": "2026-02-11T11:18:55.071392-05:00"
@@ -1435,6 +1439,10 @@
14351439
"StatusCode": 206,
14361440
"LastSeen": "2026-02-12T09:54:08.892388-05:00"
14371441
},
1442+
"https://github.com/google/docsy/pull/2569": {
1443+
"StatusCode": 206,
1444+
"LastSeen": "2026-02-17T18:45:11.838703-05:00"
1445+
},
14381446
"https://github.com/google/docsy/pull/941": {
14391447
"StatusCode": 206,
14401448
"LastSeen": "2026-02-11T11:19:02.968617-05:00"
@@ -1499,6 +1507,10 @@
14991507
"StatusCode": 206,
15001508
"LastSeen": "2026-02-12T07:50:49.680299-05:00"
15011509
},
1510+
"https://github.com/google/docsy/releases/v0.14.3": {
1511+
"StatusCode": 206,
1512+
"LastSeen": "2026-02-17T18:45:11.323854-05:00"
1513+
},
15021514
"https://github.com/google/docsy/releases/v0.2.0": {
15031515
"StatusCode": 206,
15041516
"LastSeen": "2026-02-11T11:24:50.294445-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.3-dev+005-over-main-a285c134",
3+
"version": "0.14.3",
44
"repository": "github:google/docsy",
55
"homepage": "https://www.docsy.dev",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)