-
### Version in use
```
%> gitbook --version
CLI version: 2.3.0
GitBook version: 3.2.2
```
### What is the current behavior?
When the content is updated, gitbook would stop the server then…
-
```
nigel.zheng@CNXA1ER-Mixmaster MINGW64 /d/Repo/first-gitbook (master)
$ gitbook -d pdf .
info: 7 plugins are installed
info: 6 explicitly listed
info: loading plugin "highlight"... OK
info: loading…
-
**Describe the bug**
When creating a Jekyll site and adding on the just-the-docs theme later on, the search functionality does not work, generating no output. Further investigation revealed that th…
5hwb updated
5 months ago
-
Is it possible to search in YAML headers, like this:
```
---
author: Me
---
Foo
```
I want to find "Me" if I search it
ghost updated
6 months ago
-
The report sample (https://weasyprint.org/samples/report/report.pdf) has a table of contents, with clickable internal links to the different chapters. In this pdf everything works fine.
But after r…
-
### Installation OS :
debian Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
I am using Verdaccio 4.3.4
```
npmproxy@npm:~/verd…
-
Version:
CLI version: 2.3.2
GitBook version: 3.2.3
Error:
```
$ gitbook build
info: 15 plugins are installed
info: 7 explicitly listed
info: loading plugin "redirect"... OK
info: loading pl…
-
I don't really have a good title for this issue, but the CPython issue speaks for itself. It appears we are still misranking titles in some cases (the 3.11 doc is generated by 7.2.6 but the 3.12 is ge…
-
Trying to use `page-toc` plugin, installs successfully, but never see a "loading plugin" message. Yes, the plugin is listed in `book.json` with appropriate configs.
```
info: installing 1 plugins u…
dskvr updated
7 months ago
-
I have developed a small part of my app which sends some signal to the flask server for processing and I have used Flask-SocketIO for the same. This is my second time using SocketIO, whereas the first…