developer Documentation
An open source developers documentation book for pace that you can read here.
This book is built with mdbook. You can
install it by running cargo install mdbook.
cargo install mdbook-last-changed --lockedfor date changes in the footercargo install mdbook-pandocfor rendering the book to PDF
# Source the .env file to get the PANDOC_VERSION. ./.env
sudo apt-get update
sudo apt-get install -y texlive texlive-latex-extra texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
curl -LsSf https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-linux-amd64.tar.gz | tar zxf -If you want to build it locally you can run one of these two commands in the root directory of the repository:
mdbook buildBuilds static html pages as output and places them in the
/bookdirectory by default.mdbook serveServes the book at
http://localhost:3000(port is changeable, take a look at the terminal output to be sure) and reloads the browser when a change occurs.
The content of this repository is licensed under MPL-2.0; see LICENSE.
