Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

replace_all Action

Use replace_all to remove all pages on the stack and replace them with the specified page.

Login pages can use this to show the home page after login.

Examples

# Ruby
replace_all("/")
#![allow(unused)]
fn main() {
// Rust
replace_all("/")
}