2019-10-30 15:28:19 +00:00
2019-10-30 14:44:18 +00:00
2019-10-30 15:28:19 +00:00

peach-devdocs

Developer documentation for PeachCloud in the form of a Markdown book.

Note: the book is not yet available in built-form online. A link will be included in this repo when that is the case.

Quickstart

If you do not wish to build and serve the book locally, simply navigate to the src/SUMMARY.md file on the GitHub repo and read the documentation from there.

Setup

mdBook is required to build and serve the book locally. Installation can be achieved via the release binaries or directly via Cargo (assuming you have Rust version 1.35 or higher and Cargo installed):

cargo install mdbook

Once mdBook is installed, clone this repo:

git clone https://github.com/peachcloud/peach-devdocs

Move into the repo, add the Cargo bin directory to your PATH, build and serve:

cd peach-devdocs
export PATH=$PATH:~/.cargo/bin
mdbook build
mdbook serve

The book is served on localhost:3000 by default and refreshes automatically in-browser when changes to the documentation are saved.

Licensing

AGPL-3.0

Description
Developer documentation for PeachCloud in the form of a Markdown book.
Readme 461 KiB
Languages
JavaScript 41.6%
CSS 33.4%
Handlebars 25%