Release Notes
Added
@rwdocs/core's RwSite.listPages() entries now also carry path (the page's site path — the form renderPage/renderSearchDocument/getPageMarkdown take), hasContent (false for a virtual directory page, which has no body to render), and anchors — every section enclosing the page, innermost first with the root last, each paired with the page's path relative to that section. A host indexing a whole site can now find the nearest enclosing catalog entity and a page path relative to it from one call, instead of joining listPages() with listSections() and re-deriving rw's path semantics. Purely additive: anchors[0] is the page's existing (sectionRef, subpath) identity.
Install rw 0.1.33
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rwdocs/rw/releases/download/v0.1.33/rw-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rwdocs/rw/releases/download/v0.1.33/rw-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install rwdocs/tap/rw
Download rw 0.1.33