Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 713 Bytes

File metadata and controls

21 lines (15 loc) · 713 Bytes

thinBasic documentation: User defined types

This is a documentation of thinBasic user defined types, aiming to cover the complete functionality.

How to view the documentation

You may browse the MD files alone, but the recommended approach is to build the docs via mdbook.

The mdbook is a Rust tool, and as such it can be installed via:

cargo install mdbook

Once installed, please run the following command in the repository root:

mdbook build

This will put index.html to book directory. Open this file in the browser of your choice ;)

How to publish the documentation

If you want to publish the documentation, copy the contents of the ignored book folder to docs folder.