Janicezhw
janicezhw.github.io › gitbook › startusegitbook › configInfo › bookjson.html
book.json · Sample GitBook - WK's Blog
gitbook 在编译书籍的时候会读取书籍源码顶层目录中的book.js或者book.json,这里以book.json为例,book.json支持如下配置:
Chengweiyang
chengweiyang.cn › gitbook › customize › book.json.html
book.json | GitBook 简明教程
gitbook 在编译书籍的时候会读取书籍源码顶层目录中的 book.js 或者 book.json,这里以 book.json 为例,参考 gitbook 文档 可以知道,book.json 支持如下配置:
Gitbooks
gitbookio.gitbooks.io › documentation › content › format › configuration.html
Configuration | GitBook.com Documentation
All configurations are stored as JSON in a file named book.json.
Stack Overflow
stackoverflow.com › questions › 75072001 › how-to-add-a-pluggin-to-gitbook
How to add a pluggin to gitbook? - Stack Overflow
Well, you'd need to have some sort of git service/git host where you can store the source in which you can find the book.json. GitHub is one of them and you can easily integrate it with GitBook (hence the name GitBook).
» npm install gitbook-plugin-json
Published: May 16, 2016
Version: 1.0.1
Starred by 7 users
Forked by 3 users
Languages: JavaScript
Medium
code-literacy.medium.com › publish-your-book-online-with-gitbook-fc0ce9b7f12
Note: I wrote this story in 2018. I recommend using GitBook instead of this. | by Rebecca Peltz | Medium
January 19, 2025 - You can add math symbols and equations to the book by adding a plugin to the book. There are two plugs that work with enable Math: Katex and Mathjax. I’ve added math equations to my sample book using Katex. First, add “katex” to the list of plugins in book.json. ... To install the plugin use the GitBook CLI.
Gitbook-ng
gitbook-ng.github.io › config.html
Configuration · @gitbook-ng/gitbook
In addition to the root variable, you can tell Gitbook the name of the files for Readme, Summary, Glossary, Languages (instead of using the default names such as README.md). These files must be at the root of your book (or the root of every language book). Paths such as dir/MY_README.md are not accepted. PDF Output can be customized using a set of options in the book.json: