This repository contains the source code (and output pages) for RABIT documentation.
- Install mdBook by following the installation guide.
- To add more pages, create a new .md file in the
src
folder, and add an entry inSUMMARY.md
. See the mdBook docs for the syntax. - To build and see the output locally, run
mdbook serve
and go to http://localhost:3000.
- You cannot edit directly in main branch, so you'll need to create a new branch or fork the repo for non-collaborators.
- When you're ready, just create a pull request. Once merged, it will be built and deployed automatically to github pages.
- Note: You should NOT edit or branch from the
gh-pages
branch.
To learn more about contributing see the documentation.