All Projects → zhangjikai → Gitbook Use

zhangjikai / Gitbook Use

记录GitBook的一些配置及插件信息

Projects that are alternatives of or similar to Gitbook Use

Docs
The Rocket.Chat server, desktop, mobile, user, admin & developer documentation.
Stars: ✭ 282 (-51.13%)
Mutual labels:  gitbook
Head First Flask
📙Introduction to Flask Web development.
Stars: ✭ 355 (-38.47%)
Mutual labels:  gitbook
Kubernetes Handbook
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
Stars: ✭ 4,511 (+681.8%)
Mutual labels:  gitbook
Personalwiki
📓 A simple personal wiki of my current knowledge
Stars: ✭ 303 (-47.49%)
Mutual labels:  gitbook
Docute
📚 Effortless documentation, done right.
Stars: ✭ 3,575 (+519.58%)
Mutual labels:  gitbook
Interview
Java 笔试、面试 知识整理
Stars: ✭ 4,119 (+613.86%)
Mutual labels:  gitbook
Crystal Book
Crystal docs at https://crystal-lang.org/reference
Stars: ✭ 275 (-52.34%)
Mutual labels:  gitbook
Envoy
Envoy proxy中文文档 - https://www.servicemesher.com/envoy/
Stars: ✭ 509 (-11.79%)
Mutual labels:  gitbook
Static Program Analysis Book
Getting started with static program analysis. 静态程序分析入门教程。
Stars: ✭ 338 (-41.42%)
Mutual labels:  gitbook
Js Sorting Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
Stars: ✭ 4,507 (+681.11%)
Mutual labels:  gitbook
Algorithm Exercise
Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
Stars: ✭ 3,276 (+467.76%)
Mutual labels:  gitbook
Onjava8
《On Java 8》中文版
Stars: ✭ 16,522 (+2763.43%)
Mutual labels:  gitbook
Dl Engineer Guidebook
深度学习工程师生存指南
Stars: ✭ 399 (-30.85%)
Mutual labels:  gitbook
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (-50.09%)
Mutual labels:  gitbook
Beibq
基于flask开发类似gitbook的知识管理网站。 http://demo.beibq.cn
Stars: ✭ 480 (-16.81%)
Mutual labels:  gitbook
Gsy flutter book
Flutter 完整开发实战详解系列,提供在线预览和pdf下载,本系列将完整讲述:如何快速从 0 开发一个完整的 Flutter APP,配套高完成度 Flutter 开源项目 GSYGithubAppFlutter ,同时会提供一些Flutter的开发细节技巧,之后深入源码和实战为你全面解析 Flutter 。
Stars: ✭ 3,202 (+454.94%)
Mutual labels:  gitbook
Istio Handbook
Istio Handbook - Istio Service Mesh Advanced Practical(Istio 服务网格进阶实战) - https://jimmysong.io/istio-handbook
Stars: ✭ 374 (-35.18%)
Mutual labels:  gitbook
Phper Linux Gitbook
💡PHPer 必知必会的 Linux 命令
Stars: ✭ 540 (-6.41%)
Mutual labels:  gitbook
Prometheus practice
包括 Prometheus 基础知识,性能优化和大量实战经验。
Stars: ✭ 492 (-14.73%)
Mutual labels:  gitbook
Secure Mobile Development
A Collection of Secure Mobile Development Best Practices
Stars: ✭ 427 (-26%)
Mutual labels:  gitbook

前言

主要记录 GitBook 的安装配置以及一些插件信息,当前使用的 GitBook 版本为 3.2.3

推荐一下 docsify,相当于一个精简的 GitBook,不需要编译,使用很方便。这里 基于 doscify 做了一些修改,具体的效果可以看一下 在线的示例 .

运行

  • 安装 GitBook
npm install gitbook-cli -g
  • Clone 代码到本地并运行
git clone [email protected]:zhangjikai/gitbook-use.git
cd gitbook-use
gitbook install
gitbook serve
  • 在浏览器中打开 http://localhost:4000/ 进行访问

目录

GitBook 资源

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].