mirror of https://github.com/google/docsy.git
Release 0.11.0 preparation (#2101)
This commit is contained in:
parent
7478e1a158
commit
cf0c68f041
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
@ -28,21 +28,30 @@ For the full list of changes, see the [0.x.y] release notes.
|
|||
|
||||
**New**:
|
||||
|
||||
- Support for Right-To-Left (RLT) languages is reintroduced via [Bootstrap's
|
||||
base support for RTL][bs-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.
|
||||
|
||||
**Other changes**: TBC
|
||||
**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
|
||||
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].
|
||||
- When a section's sidebar entries are truncated because there are more than
|
||||
[params.ui.sidebar_menu_truncate] section entries, a warning is issued.
|
||||
|
||||
[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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue