Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contributing

The contributing page is published online, see
[Contributing](https://www.docsy.dev/project/about/contributing/) or the
[page source](docsy.dev/content/en/project/about/contributing.md).
[Contributing](https://www.docsy.dev/docs/contributing/) or the
[page source](docsy.dev/content/en/docs/contributing.md).
3 changes: 2 additions & 1 deletion docsy.dev/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

/content/**/*.*
!/content/en/blog/**/*.*
!/content/en/community/**/*.*
!/content/en/docs/_index.md
!/content/en/docs/best-practices/**/*.*
!/content/en/docs/content/**/*.*
!/content/en/docs/contribution-guidelines/**/*.*
!/content/en/docs/contributing.md
!/content/en/docs/get-started/**/*.*
!/content/en/docs/language.md
!/content/en/examples/**/*.*
Expand Down
57 changes: 46 additions & 11 deletions docsy.dev/content/en/blog/2026/0.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
title: Release 0.14.0 report and upgrade guide
linkTitle: Release 0.14.0
date: 2026-02-10
lastmod: 2026-02-12
author: >-
[Patrice Chalin](https://github.com/chalin) ([CNCF](https://www.cncf.io/)),
for the [Docsy Steering Committee](/blog/2022/hello/#introducing-the-psc)
body_class: release-highlights
tags: [release, upgrade]
cSpell:ignore: docsy subrepo lightdark lookandfeel
cSpell:ignore: docsy subrepo lightdark lookandfeel onedark
---

> [!INFO] Patch update: 0.14.1 <a id="patch-update-0-14-1"></a>
> [!INFO] Patch updates 0.14.2 and 0.14.1
>
> Docsy 0.14.1 is a patch release with one fix: Fixed ToC sidebar width in xl
> viewports ([#2538]). If you are upgrading now, follow this guide and use
> 0.14.1 where it references 0.14.0.
> For the key fixes of these patch updates, see [0.14.2][CL@0.14.2] and
> [0.14.1][CL@0.14.1]. For other changes to 0.14.2, see
> [Patch update 0.14.2](#0.14.2). If you are upgrading now, follow this guide
> and use 0.14.2 where it references 0.14.0.

<style>
li > div.alert-nb { margin: 0.5rem 0 !important;}
Expand Down Expand Up @@ -66,6 +68,8 @@ cSpell:ignore: docsy subrepo lightdark lookandfeel
processing
- {{% _param BREAKING %}}
[Hugo 0.155.0 requirement and 0.153+ breaking changes](#hugo)
- {{% _param BREAKING %}} [Docsy 0.14.2 code-style update](#0.14.2) for
light/dark mode
- Optionally skim:
- {{% _param NEW %}} New features (look for the green checkmark icon)
- {{% _param CLEANUP %}} Cleanup / improvement opportunities (look for this
Expand Down Expand Up @@ -410,6 +414,32 @@ guide][hugo-0.152.0+]. For a comprehensive list of issues and considerations
when moving to Hugo 0.153+, see [Hugo 0.153+ breaking changes & issues
(#2431)][#2431].

## {{% _param BREAKING %}} / {{% _param NEW %}} Patch update 0.14.2 {#0.14.2}

Docsy 0.14.2 adds the following changes:

- For sites using `td/code-dark`, default code styles changed from
`tango`/`onedark` to `friendly`/`native` ([#2548]).
- {{% _param NEW %}} Console block selection and copy-code now include commands
only, not output ([#2548]). For details, see [Selecting console block
content][].
- Search form now includes a `name` attribute for better semantics and autofill
behavior ([#2549]).

### Actions: required and optional {#0.14.2-actions}

- {{% _param BREAKING %}} **Applies if** you use `td/code-dark` and you want to
revert to the `tango`/`onedark` styles. Follow the steps in [Light/dark code
styles and more][].
- Verify that copy-code behavior in console examples (commands only) matches
your expectations. To use the old behavior, see [Selecting console block
content][].

[Light/dark code styles and more]:
/docs/content/lookandfeel/#lightdark-code-styles
[Selecting console block content]:
/docs/content/lookandfeel/#selecting-console-block-content

## Other notable Docsy changes {#other-notable-changes}

### {{% _param FAS globe "" %}} Internationalization
Expand Down Expand Up @@ -477,10 +507,10 @@ changes require action:

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

- **Docsy**: [0.13.0] → [0.14.1]
- **Docsy**: [0.13.0] → [0.14.2]
- **Hugo**: 0.152.2 → 0.155.0 or later, see [Hugo 0.152.0-0.155.x upgrade
guide][hugo-0.152.0+]
- **Node**: LTS 24 (unchanged)
Expand Down Expand Up @@ -545,6 +575,9 @@ These quick checks relate to the style and behavior changes in 0.14.0.
[Heading aliases and in-page targets](#heading-aliases)).
- [ ] `<details>` spacing in content pages.
- [ ] TOC h1 weight/contrast in the right sidebar.
- [ ] If you use `td/code-dark`, code block styles in light and dark mode match
your expectations.
- [ ] Console copy-code behavior copies commands (not output) where intended.
- [ ] If you enable experimental extra styles, check nav link decoration and
nested list spacing.

Expand Down Expand Up @@ -634,8 +667,8 @@ an [issue] or starting a [discussion].

About this release:

- [0.14.0][CL@0.14.0] and [0.14.1][CL@0.14.1] changelog entries
- [0.14.0][0.14.0] and [0.14.1][0.14.1] release pages
- [0.14.0][CL@0.14.0] and [0.14.2][CL@0.14.2] changelog entries
- [0.14.0][0.14.0] and [0.14.2][0.14.2] release pages
- [Release 0.14.0 preparation **issue** (#2404)][#2404]

Other references:
Expand All @@ -653,15 +686,17 @@ Other references:
[#2501]: https://github.com/google/docsy/issues/2501
[#2524]: https://github.com/google/docsy/pull/2524
[#2533]: https://github.com/google/docsy/pull/2533
[#2538]: https://github.com/google/docsy/pull/2538
[#2548]: https://github.com/google/docsy/pull/2548
[#2549]: https://github.com/google/docsy/pull/2549
[#939]: https://github.com/google/docsy/issues/939
[0.13.0]: /project/about/changelog/#v0.13.0
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0?no-link-check=1
[0.14.1]: https://github.com/google/docsy/releases/v0.14.1?no-link-check=1
[0.14.2]: https://github.com/google/docsy/releases/v0.14.2?no-link-check=1
[Advanced style customization]:
/docs/content/lookandfeel/#advanced-style-customization
[CL@0.14.0]: /project/about/changelog/#v0.14.0
[CL@0.14.1]: /project/about/changelog/#v0.14.1
[CL@0.14.2]: /project/about/changelog/#v0.14.2
[experimental]: /project/about/changelog/#experimental
[hugo-0.152.0+]: /blog/2026/hugo-0.152.0+/
[officially supports]: /project/about/changelog/#official-support
Expand Down
2 changes: 1 addition & 1 deletion docsy.dev/content/en/community/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Community
menu: {main: {weight: 40}}
menu: { main: { weight: 40 } }
# Content below, if any, will be added to the community page.
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Contribution guidelines
description: How to contribute to Docsy
aliases: [contribution-guidelines]
weight: 9
cSpell:ignore: docsy
---
Expand Down
75 changes: 59 additions & 16 deletions docsy.dev/content/en/project/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ We only document **breaking changes** and release **highlights** in this page.
For the full list of changes of any particular release, see the [release
notes][releases].

Useful links:

- [Releases] & [tags]. Jump to the [latest] release.
- [Milestones]
Useful links: [Releases] & [tags], jump to the [latest] release, and view the
[milestones].

[latest]: https://github.com/google/docsy/releases/latest
[milestones]: https://github.com/google/docsy/milestones
Expand All @@ -36,6 +34,9 @@ Useful links:

## Definitions

<details>
<summary>Definitions...</summary>

### Public customization surface {#public}

As a Hugo theme, Docsy exposes various features that client projects may rely
Expand Down Expand Up @@ -110,21 +111,24 @@ Any other compatibility (including Windows support) is on a best effort basis.

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

</details>

## Next release

> **UNRELEASED**: v0.14.2 or v0.15.0 - still under development
> **UNRELEASED**: v0.14.3 or v0.15.0 - still under development

<details>
<summary>To be completed</summary>

For the full list of changes, see the [0.15.0][] release page.

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

- **Default code styles** changed from `tango`/`onedark` to `friendly`/`native`
for sites using `td/code-dark`.
- ...

**New**:

- **Console block content selection**: selection and copy-code now only includes
commands, not output.
- ...

**Other changes**:

Expand All @@ -134,19 +138,53 @@ For the full list of changes, see the [0.15.0][] release page.

- ...

</details>

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

## v0.14.1 {#v0.14.1}
## v0.14.2 {#v0.14.2}

**Key fix** for this patch: Apply `.td-main` flex only when sidebar exists
([#2546]).

For the full list of changes, see the [release report][0.14.2-blog] and
[0.14.2][] release page.

Patch release [0.14.1][]:
[**Breaking changes**](#breaking-change):

- **[Default code styles][0.14.2-blog]** changed from `tango`/`onedark` to
`friendly`/`native` for sites using `td/code-dark` ([#2548]).

- Fixed **ToC** sidebar width in xl viewports ([#2538]).
**New**:

- **[Console block content selection][0.14.2-blog]**: selection and copy-code
now only includes commands, not output ([#2548]).

**Other changes**:

- Added `name` attribute to search form field for better semantics and autofill
([#2549]).
- Package version build metadata and footer icon tweaks ([#2547]).

[#2546]: https://github.com/google/docsy/pull/2546
[#2547]: https://github.com/google/docsy/pull/2547
[#2548]: https://github.com/google/docsy/pull/2548
[#2549]: https://github.com/google/docsy/pull/2549
[0.14.2]: https://github.com/google/docsy/releases/v0.14.2
[0.14.2-blog]: /blog/2026/0.14.0/#0.14.2

## v0.14.1 {#v0.14.1}

Patch release [0.14.1][]: fixed **ToC** sidebar width in xl viewports ([#2538]).

[0.14.1]: https://github.com/google/docsy/releases/v0.14.1

## v0.14.0 {#v0.14.0}

For the full list of changes, see the [0.14.0][] release page.
**Resources**:

- [Release 0.14.0 report and upgrade guide][0.14.0-blog]
- [0.14.0][] release page for the full list of changes

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

Expand All @@ -165,9 +203,11 @@ For the full list of changes, see the [0.14.0][] release page.
**New**:

- **[Markdown alert syntax][0.14.0-blog-alerts]**: added support for Hugo's
Markdown alert syntax.
Markdown alert syntax ([#2443]).
- **`td/site-build-info/netlify` shortcode** (experimental), see
[Shortcodes][0.14.0-blog-shortcodes].
[Shortcodes][0.14.0-blog-shortcodes] ([#2444]).
- **`td-below-navbar` helper class** for [`blocks/cover`][0.14.0-blog-cover]
positioning ([#2480]).

**Other changes**:

Expand All @@ -188,13 +228,14 @@ For the full list of changes, see the [0.14.0][] release page.
[#1654]: https://github.com/google/docsy/issues/1654
[#2413]: https://github.com/google/docsy/issues/2413
[#2431]: https://github.com/google/docsy/issues/2431
[#2443]: https://github.com/google/docsy/pull/2443
[#2444]: https://github.com/google/docsy/pull/2444
[#2470]: https://github.com/google/docsy/pull/2470
[#2477]: https://github.com/google/docsy/pull/2477
[#2480]: https://github.com/google/docsy/pull/2480
[#2524]: https://github.com/google/docsy/pull/2524
[#2533]: https://github.com/google/docsy/pull/2533
[#2538]: https://github.com/google/docsy/pull/2538
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0
[0.14.0-blog-alerts]: /blog/2026/0.14.0/#alerts
[0.14.0-blog-cover]: /blog/2026/0.14.0/#blocks-cover
[0.14.0-blog-heading-aliases]: /blog/2026/0.14.0/#heading-aliases
Expand All @@ -205,6 +246,8 @@ For the full list of changes, see the [0.14.0][] release page.
[0.14.0-blog-shortcodes]: /blog/2026/0.14.0/#shortcodes
[0.14.0-blog-style-fixes]: /blog/2026/0.14.0/#style-improvements-and-fixes
[0.14.0-blog-swagger]: /blog/2026/0.14.0/#swagger-scss
[0.14.0-blog]: /blog/2026/0.14.0/
[0.14.0]: https://github.com/google/docsy/releases/v0.14.0

## v0.13.0 {#v0.13.0}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Maintainer notes
description: Notes for Docsy maintainers
aliases: [../contributing]
aliases: [contributing, ../contributing]
cSpell:ignore: docsy hugo creatordate
---

For our main contributing page covering license agreements, code of conduct and
more, see [Contribution guidelines][]. This page is for **maintainers only**.
more, see [Contributing][]. This page is for **maintainers only**.

## Publishing a release

Expand All @@ -16,7 +16,7 @@ accordingly.

1. **Change directory** to your local Docsy repo.

2. **Create or update a [CHANGELOG] entry** for {{% param version %}}.
2. **Create or update a [changelog][] entry** for {{% param version %}}.
- The section should provide a brief summary of breaking changes using the
section template at the end of the file.
- Ensure to remove the UNRELEASED note.
Expand Down Expand Up @@ -307,12 +307,12 @@ before any further changes are merged into the `main` branch:
script help for usage.

[changelog]: /project/about/changelog/
[contribution guidelines]: /docs/contribution-guidelines/
[contributing]: /docs/contributing/
[docsy-example]: https://github.com/google/docsy-example
[docsy.dev]: https://www.docsy.dev/
[docsy.dev/hugo.yaml]:
https://github.com/google/docsy/blob/main/docsy.dev/hugo.yaml
[Draft a new release]: https://github.com/google/docsy/releases/new
[go.mod]: https://github.com/google/docsy/blob/main/go.mod
[package.json]: https://github.com/google/docsy/blob/main/package.json
[docsy.dev/hugo.yaml]:
https://github.com/google/docsy/blob/main/docsy.dev/hugo.yaml
[release-branch]: https://github.com/google/docsy/tree/release
2 changes: 1 addition & 1 deletion docsy.dev/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ params:
privacy_policy: https://policies.google.com/privacy
archived_version: false
version: 0.14.2-dev
versionWithBuildId: 0.14.2-dev+006-over-main-cc763a9b
versionWithBuildId: 0.14.2-dev+007-over-main-a1ddcab5
github_repo: https://github.com/google/docsy
github_project_repo: https://github.com/google/docsy
github_subdir: docsy.dev
Expand Down
Loading
Loading