python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I use font awesome in Gitbook?
I noticed that font awesome is integrated into Gitbook. We have the following files under _book/gitbook/fonts/fontawesome/,
FontAwesome.otf
fontawesome-webfont.eot
fontawesome-webfont.svg
fontaw...

SparkAndShine
Votes: 0
Answers: 1
How do I install MathJax in GitBook?
I tried to install MathJax in GitBook with npm install mathjax@2.7.6.
$ npm install mathjax@2.7.6
npm WARN ml No description
npm WARN ml No repository field.
npm WARN ml No license field.
+ mathjax@2...

SparkAndShine
Votes: 0
Answers: 0
How do I show GitBook title?
In GitBook, the title shows up while mousing over them by default.
I wanna show up the title. I inspect the elements,
<div class="book-header" role="navigation">
<!--...

SparkAndShine
Votes: 0
Answers: 2
Revert a older version of a gitbook
How do you revert to an older merge of a gitbook version. I had accidentally merged a wrong and I need to change it back urgently.
LegosAndStuff
Votes: 0
Answers: 2