Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viliamvadocz/volpe-docs

Documentation for the Volpe programming language
https://github.com/viliamvadocz/volpe-docs

book docs documentation volpe

Last synced: 11 days ago
JSON representation

Documentation for the Volpe programming language

Awesome Lists containing this project

README

        

# The Volpe Programming Language Book

To build you will need `mdbook`, which is a rust crate. Install rust and cargo
[here](https://www.rust-lang.org/tools/install). Then install `mdbook` by
running:

```text
cargo install mdbook
```

To build, run this the root directory (containing `book.toml`):

```text
mdbook build
```

## Custom Syntax Highlighting

I used my own fork of [highlight.js](https://highlightjs.org/) which includes
custom highlighting for the Volpe Programming Language.

To build the custom highlighting, follow the
[docs](https://highlightjs.readthedocs.io/en/latest/building-testing.html).