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
11 changes: 11 additions & 0 deletions docsy.dev/assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@
}
}
}

.td-checkbox-list-wrapper > ul,
ul.td-checkbox-list {
list-style: none;
> li {
text-indent: -1.4rem;
> input {
margin-right: 0.3rem;
}
}
}
6 changes: 5 additions & 1 deletion docsy.dev/content/en/blog/2026/0.14.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Release 0.14.0 report and upgrade guide
linkTitle: Release 0.14.0
date: 2026-02-02
date: 2026-02-04
author: >-
[Patrice Chalin](https://github.com/chalin) ([CNCF](https://www.cncf.io/)),
for the [Docsy Steering Committee](/blog/2022/hello/#introducing-the-psc)
Expand Down Expand Up @@ -449,6 +449,8 @@ Docsy 0.12.0][]: follow them, using version **0.14.0** where the guide refers to
the named Docsy versions. Later versions may work, but are not officially
supported.

<section class="td-checkbox-list-wrapper">

### Sanity checks

After upgrading, review the following:
Expand Down Expand Up @@ -519,6 +521,8 @@ Review these updated files and port changes as needed:
[community/list.html]:
<{{% param github_repo %}}/blob/main/layouts/community/list.html?plain=1>

</section>

## What's next?

For general work items _tentatively_ planned for the next release, see [Release
Expand Down
Loading
Loading