This folder contains the source of "The Eter Reference", the official reference documentation for the Eter programming language.
The Eter reference is built using mdBook.
To work on the Eter reference locally, you will need to install mdbook first. You can do this with cargo:
cargo install mdbookThen, you can start the live-reloading docs server with:
mdbook serve --openIt will be available at http://127.0.0.1:3000/.