Hellos : Welcome to git book.
The following is a quick setup on how to use this repository
or simply copy-paste it
npm install gitbook-cli@2.3.0 -g
Note: Until the gitbook issue GitbookIO/gitbook-cli#68 is solved. Its best to be locking version at 2.3.0
For additional plugins, you can modify the book.json
Install the plugins via gitbook install
Refrence: https://toolchain.gitbook.com/plugins/
For the gitbook editor, download from : https://www.gitbook.com/editor
To open a repository, under the books menu list go to : GitBook Editor > open
Inside the repository, note that this supports hot reloading =)
gitbook serve
By default the following plugins are installed and usable.
{% hint style='info' %} Info Header
Info text {% endhint %}
{% hint style='tip' %} Tip Header
Tip text {% endhint %}
{% hint style='danger' %} Danger Header
Danger text {% endhint %}
{% hint style='Working' %} Working Header
Working text {% endhint %}
See Also:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
See Also:
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
See Also:
st=>start: Start|past:>http://www.google.com[blank]
e=>end: End:>http://www.google.com
op1=>operation: My Operation|past
op2=>operation: Stuff|current
sub1=>subroutine: My Subroutine|invalid
cond=>condition: Yes
or No?|approved:>http://www.google.com
c2=>condition: Good idea|rejected
io=>inputoutput: catch something...|request
st->op1(right)->cond
cond(yes, right)->c2
cond(no)->sub1(left)->op1
c2(yes)->io->e
c2(no)->op2->e
See Also:
See: https://toolchain.gitbook.com/pages.html
For a good read on how to write functional specs : https://www.joelonsoftware.com/2000/10/02/painless-functional-specifications-part-1-why-bother/