Minimal Gitbook Test
This repo contains a test book for testing plugins and themes that I plan to use with dronecode docs sites. E.g.
The guide uses the Gitbook toolchain.
- Pages are written in separate files using markdown (the same syntax used by Github wiki).
- The structure of the book is defined in a file named SUMMARY.md.
- This is a multilingual book, so there is a LANGS.md file in the root directory defining what languages are supported. Pages for each language are stored in the folder named for the associated language code (e.g. "zh" for Chinese, "en" for English).
- A file named book.json defines any dependencies of the build.
- A web hook is used to track whenever files are merged into the master branch on this repository, causing the book to rebuild.
- There is a handy book editor you may find useful.
Everything you need to install and build Gitbook locally is explained in its toolchain documentation.