Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.11.0 preparation #2101

Merged
merged 1 commit into from
Oct 18, 2024
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
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