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

master json

We use serde_json to automate reading from json file to a rust struct, this is documented here :

rust doc for master file

available section types

The list of valid sections is built at compile time, it is read with serde json from this file : others/texfiles/sections.json

To modify the available section types, just change the file and rebuild.