0%

Gitbook

简介

安装 gitbook

我们可以使用 nodejs 的 npm 包管理器来安装 gitbook,nodejs 的安装方法参考我的这篇博客。使用以下命令安装 gitbook:

1
$ npm install gitbook -g

使用 gitbook

Gitbook 的使用很简单,主要是以下两条命令:

  • gitbook init
  • gitbook serve

使用 gitbook.com 并关联 github

发布到 github page

1
$ git clone git@github.com:repository.git

使用这个脚本快速部署到 github page。

1
2
$ git add deploy.sh
$ git commit -m "Commit deploy.sh to master repository"
1
$ chmod +x deploy.sh

Reference

[1] GitBook 简明教程

本文标题:Gitbook

文章作者:Zhikun Zhang

发布时间:2018年01月02日 - 22:36:48

最后更新:2020年05月16日 - 01:48:00

原始链接:http://zhangzhk.com/2018/01/02/gitbook-tutorial/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。