forked from just-the-docs/just-the-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,41 @@ This website is built from the `HEAD` of the `main` branch of the theme reposito | |
|
||
Code changes to `main` that are *not* in the latest release: | ||
|
||
- N/A | ||
|
||
Docs changes made since the latest release: | ||
|
||
- N/A | ||
|
||
## Release v0.10.0 | ||
|
||
Hi folks! This minor release adds one of our most-requested features: unlimited multi-level navigation (also known as recursive navigation). Huge thanks to [@pdmosses] for his wonderful work in implementing this feature! | ||
|
||
This release should be a straightforward upgrade for all users of Just the Docs. Thank you for your continued support! | ||
|
||
### Using Release `v0.10.0` | ||
|
||
Users who have not pinned the theme version will be **automatically upgraded to `v0.9.0` the next time they build their site**. | ||
|
||
To use this release explicitly as a remote theme: | ||
|
||
```yml | ||
remote_theme: just-the-docs/[email protected] | ||
``` | ||
To use this version explicitly as a gem-based theme, pin the version in your `Gemfile` and re-run `bundle install` or `bundle update just-the-docs`: | ||
|
||
```ruby | ||
gem "just-the-docs", "0.10.0" | ||
``` | ||
|
||
To use and pin a previous version of the theme, replace the `0.10.0` with the desired release tag. | ||
|
||
### New Features | ||
|
||
- Added: Allow unlimited multi-level navigation by [@pdmosses] in [#1431] | ||
|
||
Docs changes made since the latest release: | ||
### Documentation | ||
|
||
- Added: Allow unlimited multi-level navigation by [@pdmosses] in [#1440] | ||
- Added: sitemap (via `jekyll-sitemap` plugin) by [@mattxwang] in [#1530] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters