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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.13.2",
".": "0.14.0",
"modules/breadcrumb": "0.1.9",
"modules/content-panel": "0.1.8",
"modules/decap-cms": "0.2.1",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.14.0](https://github.com/hbstack/docs/compare/v0.13.2...v0.14.0) (2024-04-05)


### Features ✨

* add the hb.docs.navs_border, default to true, when false disable the left border for navs ([c368d98](https://github.com/hbstack/docs/commit/c368d98c4d1f036280ed4014735359cde56fa6cf))


### Styles 🎨

* show left border for sub navs ([c368d98](https://github.com/hbstack/docs/commit/c368d98c4d1f036280ed4014735359cde56fa6cf))

## [0.13.2](https://github.com/hbstack/docs/compare/v0.13.1...v0.13.2) (2024-04-03)


Expand Down