x ed32be1a60 doc: Document P2P transport mixing 2 недель назад
..
src ed32be1a60 doc: Document P2P transport mixing 2 недель назад
theme c80fd29e2e updated font and colors of code blocks in menu 6 месяцев назад
.gitignore 0eb4049575 doc: use a venv for python deps 1 год назад
Makefile fcf4aded0e darkfid: split managemtn rpc methods into its own rpc server and standarized all ports 7 месяцев назад
README.md 4f30aae91d doc: Update book links 7 месяцев назад
book.toml 3f16e941c3 book: Add darkforest theme as a default 6 месяцев назад
build_jsonrpc.py abad64cfdd doc: Update documentation for DarkIRC 3 недель назад
generate_seminar_ics.py abad64cfdd doc: Update documentation for DarkIRC 3 недель назад
ghp_push.py 310a28f53a book: Always overwrite history to reduce repo size. 3 лет назад
latex-macros.txt ee68360232 doc: Fix mdbook build with latest mdbook version 7 месяцев назад
remove_chapter_nav_js.py 68d76dece7 doc: glob chapter nav removal since mdbook now appends a ref 7 месяцев назад
requirements.txt 0eb4049575 doc: use a venv for python deps 1 год назад

README.md

The DarkFi book

This directory contains the sources for the book that can be read on https://dark.fi/book/

When adding or removing a section of the book, make sure to update the SUMMARY.md file to actually list the contents.

Use a python virtual environment to install its requirements:

% python -m venv venv
% source venv/bin/activate

Then install the requirements:

% pip install -r requirements.txt

Using the Makefile to build the sources requires the Rust mdbook utility which may be installed via:

cargo install mdbook

For the plugin mdbook backends run:

cargo install --git "https://github.com/lzanini/mdbook-katex"
cargo install --git "https://github.com/badboy/mdbook-toc"
cargo install --git "https://github.com/badboy/mdbook-mermaid" mdbook-mermaid
cargo install --git "https://github.com/rustforweb/mdbook-plugins" mdbook-tabs