Thanks to visit codestin.com
Credit goes to github.com

Skip to content

twisterarmy/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The twister P2P Book

Community-driven guide to twister p2p, based on Wiki data from various sources, primarily from the community repositories.

It uses the mdBook builder to create a static HTML book,
which is also available for online reading at the community website.

Download

See Releases to download stable HTML build!

Build

Dependencies

Get this builder

  • git clone https://github.com/twisterarmy/book.git && cd book
  • chmod +x build.sh

Get latest book sources

Important

Current build.sh implementation operates rm command to clean up the relative paths,
ensure you are still in this project directory to continue!

  • ./build.sh

Launch

Compiled HTML version should be available in the /book directory.

To read in the browser using a local server, run:

mdbook serve --open
  • please note: this option generates additional content for local reading; do not use its output for /book contributions!

Contribute

This project uses build.sh to aggregate the book data from different sources.
If you want to make any changes, please submit your edits to the relevant Wiki providers:

Feel free to open an Issue if you have any questions!