https://github.com/viliamvadocz/volpe-docs
Documentation for the Volpe programming language
https://github.com/viliamvadocz/volpe-docs
book docs documentation volpe
Last synced: 4 months ago
JSON representation
Documentation for the Volpe programming language
- Host: GitHub
- URL: https://github.com/viliamvadocz/volpe-docs
- Owner: ViliamVadocz
- Created: 2020-03-06T09:41:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T17:56:45.000Z (almost 6 years ago)
- Last Synced: 2025-05-15T16:14:52.979Z (about 1 year ago)
- Topics: book, docs, documentation, volpe
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).