LoginSignup
1

More than 5 years have passed since last update.

gitbook ページ遷移ができない問題を解決したメモ

Last updated at Posted at 2017-06-27

$ gitbook ls #gitbookのバージョンを確認
 → バージョンが3以上だとページ遷移がうまくいかないバグがあるようです。
私は3.2.2で実行したところ、ページ遷移ができず焦りました!

以下のように、3以下のバージョンをfetchして、
buildの際に指定することで無事にページ遷移を確認することができました。

$ gitbook fetch 2.6.7
$ gitbook build --gitbook=2.6.7

参考:
https://github.com/GitbookIO/gitbook/issues/1527

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1