GitBook is a documentation platform for you and your team to create beautiful documentation for everything from products, to APIs and everything in between. - GitBook
git clone https://github.com/gitbookIO/gitbook.git Ensure you are using the project's version ofnode. Runningnvm usewill change your local version to the correct one. Install the project's dependencies through Bun. bun install Start your local development server. ...
使用的插件列表,所有的插件都在这里写出来,然后使用gitbook install来安装。 pluginsConfig 插件的配置信息,如果插件需要配置参数,那么在这里填写。 links 目前可以给侧导航栏添加链接信息 "links" : { "sidebar" : { "个性链接1" : "https://www.baidu.com" } } ...
联动逻辑 我们首先将github作为markdown文件的托管仓库,然后对其进行修改操作时,gitbook会接受到对应的消息,从github拉取代码然后重新生成页面。 联动配置 开始集成,这里我们选择github集成。 这里我们选择共有项目。 这里我们选择同步master分支。 这里我们选择的第一种同步模式,也就是使用github作为内容的托管,然后同步到g...
Gitbook 是一个命令行工具,可以把你的 Markdown 文件汇集成电子书,并提供PDF等多种格式输出。你可以把Gitbook 生成的HTML发布出来,就形成了一个简单的静态网站。Gitbook还有一个同名的平台(gitbook.io),可以发布和销售电子书。Gitbook 其实跟 Git/Github 没啥关系,但可以通过绑定Github 的项目而达到 push Github 时...
第一步:下载nodejs(npm)实际上是为了下载npm nodejs官网第二步:执行如下命令在对应文件下执行 gitbook init执行后的效果: 第三步:配置仓库在GitHub上新建一个仓库 -> 拿到仓库的ssh 然后执行以下的五个命令…
git clone https://github.com/gitbookIO/gitbook.git Ensure you are using the project's version of node. Running nvm use will change your local version to the correct one. Install the project's dependencies through Bun. bun install Start your local development server. bun dev:v2 Open a...
一、GitBook制作文档并发布到GitHub 1、npm全局安装GitBook命令行工具 命令行:npm install gitbook-cli -g 如图所示: npm安装gitbook命令行 下载后的相关路径为: 代码语言:javascript 复制 C:\Users\Administrator\AppData\Roaming\npm-cache\gitbookC:\Users\Administrator\AppData\Roaming\npm-cache\gitbook-asciidocC...
GitBook 三个基础概念 搭建博客的基本思路 搭建博客的步骤 注册账户,创建 Github 仓库 将GitBook 链接到 Github 仓库 创建目录文件 发布到 web,浏览文档 Footnotes 本文简要记录使用 GitBook + GitHub搭建博客基础知识以及步骤。更详细的文档见 使用GitBook 搭建博客 简介 GitBook 是协作式的文档工具1。官方文档是一...
1.建仓库 在github里创建一个仓库,一定要选中Initialize this repository with a README。2.创建文件 在github里创建SUMMARY.md文件 点击Create new file 在文件名处,输入SUMMARY.MD 在文件内容里输入,* [前言](README.md)点击Commit new file。3.登陆gitbook 注意,要用github账户登陆,选择Sigh in wiht ...