Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viliamvadocz/volpe-docs
- Owner: ViliamVadocz
- Created: 2020-03-06T09:41:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T17:56:45.000Z (over 4 years ago)
- Last Synced: 2024-11-06T21:53:02.281Z (2 months ago)
- Topics: book, docs, documentation, volpe
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- 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).