Skip to content

Commit

Permalink
Release 0.11.0 preparation (google#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Oct 18, 2024
1 parent 7478e1a commit cf0c68f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Useful links:
[releases]: https://github.com/google/docsy/releases
[tags]: https://github.com/google/docsy/tags

## 0.10.1 or 0.11.0
## 0.11.1 or 0.12.0

> ### UNRELEASED: this planned version is still under development
Expand All @@ -28,21 +28,30 @@ For the full list of changes, see the [0.x.y] release notes.

**New**:

**Other changes**:

[0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y

## 0.11.0

For the full list of changes, see the [0.11.0] release notes.

**New**:

- Support for Right-To-Left (RLT) languages is reintroduced via [Bootstrap's
base support for RTL][bs-rtl].
support for RTL][bs-rtl]. For details, see [Right-to-left languages][rtl].
- The URL to your project's contribution guidelines is configurable. For
details, see [Adding a community page].
- A warning is now output when a section's sidebar entries are truncated because
there are more than [params.ui.sidebar_menu_truncate] section entries.
- When a section's sidebar entries are truncated because there are more than
[params.ui.sidebar_menu_truncate] section entries, a warning is issued.

**Other changes**: TBC

[0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
[0.11.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
[bs-rtl]: https://getbootstrap.com/docs/5.3/getting-started/rtl/
[Adding a community page]:
https://www.docsy.dev/docs/adding-content/content/#adding-a-community-page
[params.ui.sidebar_menu_truncate]:
https://www.docsy.dev/docs/adding-content/navigation/#section-menu-options
[rtl]: https://www.docsy.dev/docs/language/#right-to-left-languages

## 0.10.0

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docsy",
"version": "0.10.1-dev.0-unreleased",
"version.next": "0.10.2-dev.0-unreleased",
"version": "0.11.0",
"version.next": "0.11.1-dev.0-unreleased",
"repository": "github:google/docsy",
"homepage": "https://www.docsy.dev",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,13 +41,13 @@
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"hugo-extended": "0.136.1",
"hugo-extended": "0.136.2",
"markdown-link-check": "^3.12.2",
"mkdirp": "^3.0.1",
"prettier": "^3.3.3"
},
"optionalDependencies": {
"netlify-cli": "^17.37.0",
"netlify-cli": "^17.37.1",
"npm-check-updates": "^17.1.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion userguide/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ params:
privacy_policy: https://policies.google.com/privacy
version_menu: Releases
archived_version: false
version: 0.10.0
version: 0.11.0
url_latest_version: https://example.com
github_repo: https://github.com/google/docsy
github_project_repo: https://github.com/google/docsy
Expand Down

0 comments on commit cf0c68f

Please sign in to comment.