Release Notes
Added
pages field in directory-level meta.yaml or index.md frontmatter to control navigation sidebar order — listed pages appear first in declared order, unlisted pages follow alphabetically
Changed
- Breaking:
getNavigation() on RwSite is now async (returns a Promise) — previously it blocked the Node.js event loop during S3 operations on cold cache or reload
- S3-backed
RwSite instances now share a single tokio runtime instead of each creating its own thread pool, reducing resource usage when serving multiple documentation entities
Fixed
- Relative links from README.md homepage (e.g.,
[Guide](docs/guide.md)) now resolve correctly to /guide instead of the non-existent /docs/guide
Install rw 0.1.23
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rwdocs/rw/releases/download/v0.1.23/rw-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rwdocs/rw/releases/download/v0.1.23/rw-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install rwdocs/tap/rw
Download rw 0.1.23