Skip to content

Commit 69d4d6c

Browse files
authored
Update changelog anchors, release process docs, and vers to 0.13.1-dev (#2415)
1 parent bbf68d4 commit 69d4d6c

File tree

18 files changed

+192
-97
lines changed

18 files changed

+192
-97
lines changed

docsy.dev/content/en/blog/2023/0.7.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ related to Bootstrap, such as:
109109
required
110110

111111
For the complete list of changes, see the
112-
[CHANGELOG at 0.7.0](/site/changelog/#v070).
112+
[CHANGELOG at 0.7.0](/site/changelog/#v0.7.0).
113113

114114
## Case studies
115115

docsy.dev/content/en/blog/2023/bootstrap-5-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ change to a ​​`media-breakpoint-down()` argument, as discussed earlier.
224224

225225
During the migration effort we seized the opportunity to do some long overdue
226226
Docsy house cleaning. For details concerning both breaking and non-breaking
227-
Docsy-specific changes, consult the [changelog](/site/changelog/#v070). In
227+
Docsy-specific changes, consult the [changelog](/site/changelog/#v0.7.0). In
228228
particular, one non-breaking but important change to be aware of is:
229229
[[BSv5] Docsy variables cleanup ... PR #1462](https://github.com/google/docsy/pull/1462).
230230

@@ -238,7 +238,7 @@ build of the Docsy User Guide: the
238238

239239
After such a smoke test, we recommend systematically walking through the
240240
Bootstrap [migration page](https://getbootstrap.com/docs/5.2/migration/) as
241-
described above, and the Docsy [changelog](/site/changelog/#v070). I used this
241+
described above, and the Docsy [changelog](/site/changelog/#v0.7.0). I used this
242242
approach for [opentelemetry.io](https://opentelemetry.io/), which was the first
243243
Docsy-based project to be upgraded with a pre-release of Bootstrap-5-based
244244
Docsy. The upgrade went

docsy.dev/content/en/blog/2024/0.10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ release, remember to upvote (with a thumbs up) the associated issue or PR.
104104

105105
{{% /alert %}}
106106

107-
[CL@0.10.0]: /site/changelog/#v010
107+
[CL@0.10.0]: /site/changelog/#v0.10.0
108108
[0.10.0]: https://github.com/google/docsy/releases/tag/v0.10.0

docsy.dev/content/en/blog/2024/0.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ specifically:
207207
[#1852]: https://github.com/google/docsy/issues/1852
208208
[#2]: https://github.com/google/docsy/issues/2
209209
[blocks/feature]: /docs/content/shortcodes/#blocksfeature
210-
[CL@0.9.0]: /site/changelog/#v090
210+
[CL@0.9.0]: /site/changelog/#v0.9.0
211211
[functions]: https://gohugo.io/functions/
212212
[hook]: https://gohugo.io/templates/render-hooks/
213213
[Hugo 0.112.0]: https://github.com/gohugoio/hugo/releases/tag/v0.112.0

docsy.dev/content/en/blog/2025/0.12.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ In this post you'll walk through the upgrade process for:
2222
- **[Hugo](#update-hugo)**: 0.136.2 → 0.147.5 [^vers-note]
2323
- **[Node](#update-nodejs)**: LTS 20 → LTS 22 [^vers-note]
2424

25-
[0.11.0]: /site/changelog/#v0110
26-
[0.12.0]: /site/changelog/#v0120
25+
[0.11.0]: /site/changelog/#v0.11.0
26+
[0.12.0]: /site/changelog/#v0.12.0
2727

2828
[^vers-note]:
2929
These are the officially supported Node.js and Hugo versions associated with
@@ -258,15 +258,15 @@ Use this checklist to verify that your upgrade succeeded:
258258

259259
For the full release notes, see:
260260

261-
- [Docsy v0.12.0 changelog](/site/changelog/#v0120)
261+
- [Docsy v0.12.0 changelog](/site/changelog/#v0.12.0)
262262
- [Hugo release notes](https://github.com/gohugoio/hugo/releases) from 0.136.2
263263
(or your starting Hugo version) to 0.147.5.
264264

265265
Other references:
266266

267267
- [Hugo 0.146.0 template system][NTS]
268268
- [0.11.0 release highlights](../2024/year-in-review/#release-highlights)
269-
- [0.11.0 changelog](/site/changelog/#v0110)
269+
- [0.11.0 changelog](/site/changelog/#v0.11.0)
270270
- [Docsy issue #2243][#2243], _Adapt to new template system in Hugo v0.146.0_.
271271
- [0.13.0 release report and upgrade guide](/blog/2025/0.13.0/) — for upgrading
272272
from 0.12.0 to 0.13.0

docsy.dev/content/en/blog/2025/0.13.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,9 @@ Other references:
437437
[#2266]: https://github.com/google/docsy/issues/2266
438438
[#2313]: https://github.com/google/docsy/issues/2313
439439
[#2331]: https://github.com/google/docsy/issues/2331
440-
[0.12.0]: /site/changelog/#v0120
440+
[0.12.0]: /site/changelog/#v0.12.0
441441
[0.13.0]: https://github.com/google/docsy/releases/v0.13.0
442442
[alert]: /docs/content/shortcodes/#alert
443-
[CL@0.13.0]: /site/changelog/#v0130
443+
[CL@0.13.0]: /site/changelog/#v0.13.0
444444
[upgrade-0.12]: /blog/2025/0.12.0/
445445
[Upgrade to Docsy 0.12.0]: /blog/2025/0.12.0/

docsy.dev/content/en/docs/content/feedback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ As of Docsy version [0.8.0], feedback will be enabled whether
122122
`site.Config.Services.GoogleAnalytics.ID` is set or not. This supports the use
123123
case where analytics is configured outside of Docsy.
124124

125-
[0.8.0]: /site/changelog/#v080
125+
[0.8.0]: /site/changelog/#v0.8.0
126126

127127
{{% /alert %}}
128128

@@ -193,7 +193,7 @@ Page feedback is reported to Google Analytics through [events].
193193
As of Docsy version [0.8.0], page feedback is reported as custom `page_helpful`
194194
events, rather than `click` events.
195195

196-
[0.8.0]: /site/changelog/#v080
196+
[0.8.0]: /site/changelog/#v0.8.0
197197

198198
{{% /alert %}}
199199

docsy.dev/content/en/docs/content/repository-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ for your project.
403403

404404
Class names using the `--KIND` suffix were deprecated as of [v0.9.0].
405405

406-
[v0.9.0]: /site/changelog/#v090
406+
[v0.9.0]: /site/changelog/#v0.9.0
407407

408408
{{% /alert %}}
409409

docsy.dev/content/en/docs/get-started/other-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ set the environment variable `DOCSY_MKDIR_HUGO_MOD_SKIP=1` before running NPM
346346
install.
347347
348348
[#1120]: https://github.com/google/docsy/issues/1120
349-
[0.8.0]: /site/changelog/#v080
349+
[0.8.0]: /site/changelog/#v0.8.0
350350
[hugo module]: /docs/get-started/docsy-as-module/
351351
352352
{{% /alert %}}

docsy.dev/content/en/site/changelog.md

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Changelog
33
description: Docsy repository changelog
44
weight: 99999
55
# prettier-ignore
6-
cSpell:ignore: blockssection deining docsy FOUC gitmodules gtag lookandfeel mhchem navs tabpane katex
6+
cSpell:ignore: blockssection deining docsy FOUC gitmodules gtag katex lookandfeel mhchem navs notoc tabpane
77
---
88

99
We only document **breaking changes** and release **highlights** in this page.
@@ -52,7 +52,23 @@ See [semver].
5252

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

55-
## v0.13.0
55+
## v0.14.0 or v0.13.1 {#v0.14.0}
56+
57+
> **UNRELEASED: this planned version is still under development**
58+
59+
For the full list of changes, see the [0.X.Y] release page.
60+
61+
**Breaking changes**:
62+
63+
- ...
64+
65+
**New**:
66+
67+
**Other changes**:
68+
69+
[0.X.Y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
70+
71+
## v0.13.0 {#v0.13.0}
5672

5773
**Resources**:
5874

@@ -119,7 +135,7 @@ See [semver].
119135
[#2405]: https://github.com/google/docsy/pull/2405
120136
[#2406]: https://github.com/google/docsy/pull/2406
121137
[#941]: https://github.com/google/docsy/pull/941
122-
[0.13.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.13.0
138+
[0.13.0]: https://github.com/google/docsy/releases/v0.13.0
123139
[0.13.0-blog]: /blog/2025/0.13.0/
124140
[0.13.0-blog-lang-menu]: /blog/2025/0.13.0/#language-menu-visibility
125141
[0.13.0-blog-alert]: /blog/2025/0.13.0/#alert-shortcode
@@ -133,7 +149,7 @@ See [semver].
133149
[How to pick colors with good color-contrast]:
134150
/docs/content/lookandfeel/#pick-good-color-contrast
135151

136-
## v0.12.0
152+
## v0.12.0 {#v0.12.0}
137153

138154
For the full list of changes, see the [0.12.0] release page.
139155

@@ -197,7 +213,7 @@ For the full list of changes, see the [0.12.0] release page.
197213
[_td-content-after-header.html]:
198214
https://github.com/google/docsy/blob/main/layouts/_td-content-after-header.html
199215

200-
## v0.11.0
216+
## v0.11.0 {#v0.11.0}
201217

202218
For the full list of changes, see the [0.11.0] release page.
203219

@@ -216,7 +232,7 @@ For the full list of changes, see the [0.11.0] release page.
216232
[params.ui.sidebar_menu_truncate]: /docs/content/navigation/#side-nav-options
217233
[rtl]: /docs/language/#right-to-left-languages
218234

219-
## v0.10.0
235+
## v0.10.0 {#v0.10.0}
220236

221237
For an introduction to this release, see the [0.10.0 release report]. For the
222238
full list of changes, see the [0.10.0] release page.
@@ -226,7 +242,7 @@ dark-mode support][dark-mode].
226242

227243
**Breaking changes**:
228244

229-
- Removes shortcode `card-code` that was [deprecated in 0.7.0](#v070); use
245+
- Removes shortcode `card-code` that was [deprecated in 0.7.0](#v0.7.0); use
230246
shortcode `card` with named parameter `code=true` instead.
231247
- The following SCSS variables are inlined in favor of dark-mode compatible
232248
styling: `$border-color`, `$td-sidebar-tree-root-color`,
@@ -243,13 +259,13 @@ dark-mode support][dark-mode].
243259
[0.10.0 release report]: /blog/2024/0.10.0/
244260
[dark-mode]: /blog/2024/0.10.0/#color-themes-and-dark-mode-support
245261

246-
## v0.9.1
262+
## v0.9.1 {#v0.9.1}
247263

248264
Patch release. For details, see [0.9.1].
249265

250266
[0.9.1]: https://github.com/google/docsy/releases/v0.9.1
251267

252-
## v0.9.0
268+
## v0.9.0 {#v0.9.0}
253269

254270
For an introduction and commentary, see the [0.9.0 release report]. For the full
255271
list of commits, see the [0.9.0] release page. The most significant changes of
@@ -310,7 +326,7 @@ For details concerning all footer changes, see [#1818].
310326
[union file system]:
311327
https://gohugo.io/getting-started/directory-structure/#union-file-system
312328

313-
## v0.8.0
329+
## v0.8.0 {#v0.8.0}
314330

315331
For the full list of changes, see the [0.8.0] release page.
316332

@@ -346,7 +362,7 @@ For the full list of changes, see the [0.8.0] release page.
346362
[Use Docsy as a Hugo Module]: /docs/get-started/docsy-as-module/
347363
[User feedback]: /docs/content/feedback/#user-feedback
348364

349-
## v0.7.2
365+
## v0.7.2 {#v0.7.2}
350366

351367
For the full list of changes, see the [0.7.2] release page. We mention some
352368
noteworthy changes here:
@@ -373,7 +389,7 @@ noteworthy changes here:
373389
[Algolia DocSearch]: /docs/content/search/#algolia-docsearch
374390
[Tabbed panes]: /docs/content/shortcodes/#tabbed-panes
375391

376-
## v0.7.1
392+
## v0.7.1 {#v0.7.1}
377393

378394
For the full list of changes, see the [0.7.1] release page.
379395

@@ -388,7 +404,7 @@ Followup changes to **Bootstrap (BS) 5.2 upgrade** ([#470]):
388404
[#1579]: https://github.com/google/docsy/issues/1579
389405
[0.7.1]: https://github.com/google/docsy/releases/v0.7.1
390406

391-
## v0.7.0
407+
## v0.7.0 {#v0.7.0}
392408

393409
For the full list of changes, see the [0.7.0] release page.
394410

@@ -452,7 +468,7 @@ For the full list of changes, see the [0.7.0] release page.
452468
[bsv5mig]: https://getbootstrap.com/docs/5.2/migration/
453469
[hugo-releases]: https://github.com/gohugoio/hugo/releases
454470

455-
## v0.6.0
471+
## v0.6.0 {#v0.6.0}
456472

457473
For the full list of changes, see the [0.6.0] release page.
458474

@@ -473,7 +489,7 @@ Bootstrap version. See [the announcement][bs-announcement] for more information.
473489
[0.6.0]: https://github.com/google/docsy/releases/v0.6.0
474490
[bs-announcement]: https://github.com/google/docsy/discussions/1308
475491

476-
## v0.5.1
492+
## v0.5.1 {#v0.5.1}
477493

478494
For the full list of changes, see the [0.5.1] release page. **BREAKING CHANGES**
479495
are documented below.
@@ -524,11 +540,11 @@ are documented below.
524540
[what's changed in v6]:
525541
https://docs.fontawesome.com/v6/web/setup/upgrade/whats-changed
526542

527-
## v0.5.0
543+
## v0.5.0 {#v0.5.0}
528544

529545
Unpublished.
530546

531-
## v0.4.0
547+
## v0.4.0 {#v0.4.0}
532548

533549
For the full list of changes, see the [0.4.0] release page. Potential **BREAKING
534550
CHANGES** are documented below.
@@ -584,7 +600,7 @@ Proceed as usual to build or serve your site.
584600
[prepare]:
585601
https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish
586602
587-
## v0.3.0
603+
## v0.3.0 {#v0.3.0}
588604
589605
For the full list of changes, see the [0.3.0] release page.
590606
@@ -603,7 +619,7 @@ For the full list of changes, see the [0.3.0] release page.
603619
[#1009]: https://github.com/google/docsy/pull/1009
604620
[issue #1154]: https://github.com/google/docsy/issues/1154
605621
606-
## v0.2.0
622+
## v0.2.0 {#v0.2.0}
607623
608624
For the full list of changes, see the [0.2.0] release page.
609625
@@ -629,7 +645,7 @@ For the full list of changes, see the [0.2.0] release page.
629645
630646
> **UNRELEASED: this planned version is still under development**
631647
632-
For the full list of changes, see the [0.x.y] release page.
648+
For the full list of changes, see the [0.X.Y] release page.
633649
634650
**Breaking changes**:
635651
@@ -639,7 +655,7 @@ For the full list of changes, see the [0.x.y] release page.
639655
640656
**Other changes**:
641657
642-
[0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
658+
[0.X.Y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
643659
```
644660
645661
---------------------------------------------------------------------------->

0 commit comments

Comments
 (0)