🌐
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 支持如下配置:
🌐
GitHub
gist.github.com › ChrisLinn › e0f3cfafd07be4accb2f6f77d595577b
gitbook book.json example · GitHub
March 27, 2018 - gitbook book.json example. GitHub Gist: instantly share code, notes, and snippets.
🌐
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).
🌐
GitHub
github.com › JozoVilcek › gitbook-example › blob › master › src › book › book.json
gitbook-example/src/book/book.json at master · JozoVilcek/gitbook-example
"gitbook": "2.x.x", "plugins": ["katex", "include", "mermaid"], "links": { "sidebar": { "Contact us": "mailto:contact@example.org" } }, ·
Author: JozoVilcek
🌐
GitHub
github.com › chengweiv5 › gitbook › blob › master › customize › book.json.md
gitbook/customize/book.json.md at master · chengweiv5/gitbook
是的,虽然这里 book.json 文件非法,但是 gitbook build 并没有报错!所以,用户需要自己准备工具来保证 book.json 必须是一个合法的 JSON 文件,并且不能含有非法配置项。
Author: chengweiv5
🌐
Stevemar
stevemar.net › gitbook-pages-rebrand
Overriding a GitBook theme - stevemar.net
August 23, 2021 - To build the GitBook locally you need the GitBook CLI, which is unsupported and only worked on Node v12 (more on this below). This version of GitBook reads the book config from a book.json file, not .gitbook.yaml that is used today.
🌐
GitHub
github.com › liuwenchao › gitbook-boilerplate › blob › master › book.json
gitbook-boilerplate/book.json at master · liuwenchao/gitbook-boilerplate
Fork this repo if you want to start your own book with Gitbook - gitbook-boilerplate/book.json at master · liuwenchao/gitbook-boilerplate
Author: liuwenchao
🌐
npm
npmjs.com › package › gitbook-plugin-json
gitbook-plugin-json - npm
May 16, 2016 - Gitbook plugin to generate ebook in JSON format. Add the following entry in book.json: { "plugins": [ "json" ] } Then install it with: $ gitbook install ..
      » npm install gitbook-plugin-json
    
Published: May 16, 2016
Version: 1.0.1
Find elsewhere
🌐
GitHub
github.com › pm5 › gitbook-plugin-json
GitHub - pm5/gitbook-plugin-json: Gitbook plugin to generate ebook in JSON format. · GitHub
Gitbook plugin to generate ebook in JSON format. Add the following entry in book.json: { "plugins": [ "json" ] } Then install it with: $ gitbook install ..
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.
🌐
GitHub
github.com › shihyu › gitbook › blob › master › customize › book.json.md
gitbook/customize/book.json.md at master · shihyu/gitbook
注意:上面的內容直接從 gitbook 文檔 中複製,所以可能過期! · 首先,將這個文件放到書籍代碼頂層目錄中,命名為 book.json,然後編譯書籍:
Author: shihyu
🌐
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:
🌐
GitHub
github.com › xpsair › gitbook
GitHub - xpsair/gitbook: Modern book format and toolchain using Git and Markdown
GitBook loads the default configuration from a book.json file in the repository if it exists.
Author: xpsair
🌐
GitHub
github.com › wandb › gitbook › blob › master › book.json
gitbook/book.json at master · wandb/gitbook
March 6, 2023 - Documentation synced with GitBook. For all issues with the wandb library, please use https://github.com/wandb/client/issues - gitbook/book.json at master · wandb/gitbook
Author: wandb
🌐
GitHub
github.com › GitbookIO › gitbook › issues › 371
Gitbook serve does not process book.json · Issue #371 · GitbookIO/gitbook
July 17, 2014 - Running gitbook serve and gitbook serve --config book.json from within the gitbook directory does not work. I've tried copying the example config from here. It seems to just ignore the file. When I rename the book.json to book.js it sort...
Author: GitbookIO
🌐
GitHub
github.com › GitbookIO › gitbook › issues › 1964
where i can find book.json file · Issue #1964 · GitbookIO/gitbook
January 11, 2018 - i want to change the text color, font size and put the text the at center so where i can find the book.json file in gitbook i am using the desktop
Author: GitbookIO