Skip to content

0.1.23 - 2026-04-09

Choose a tag to compare

@github-actions github-actions released this 09 Apr 13:22
7189162

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

File Platform Checksum
rw-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rw-x86_64-apple-darwin.tar.xz Intel macOS checksum
rw-x86_64-pc-windows-msvc.zip x64 Windows checksum
rw-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
rw-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
rw-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum