triblespace 0.46.2

The Triblespace: A lightweight knowledge base for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[book]
title = "Tribles Book"
description = "A guided tour of Trible Space and how to use the crate."

[build]
# mdBook will place the built HTML here
build-dir = "../target/book"

[output.html]
# Enables MathJax so \( ... \) and \[ ... \] inline/block math render
# (used in deep-dive chapters like identifiers.md).
mathjax-support = true