Skip to content

Pax-Hub/book-paxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Paxy Book - Your guide to everything paxy

Discord Server GitHub License Publish

Table of Contents

For Users

Please visit read the book at https://pax-hub.github.io/book-paxy

For Developers

This book uses mdbook to convert text written in markdown format into a book that is deployed to the web.

Cloning

In order to download the source code to your local computer for testing, or for development, you can clone from the remote repository using either SSH, or HTTPS. Below are instructions on how to do so using Gitlab hosted code as remote.

HTTPS

git clone https://github.com/pax-hub/book-paxy.git 

OR

SSH

git clone git@github.com:pax-hub/book-paxy.git

Continuous Integration (CI)

TODO