mirror of https://github.com/dunwu/db-tutorial.git
✏️ 修改少量文字信息
parent
af9cb2bdac
commit
229f3fee94
|
@ -2,6 +2,8 @@
|
|||
|
||||
:books: 个人的数据库学习笔记。
|
||||
|
||||
**[gitbook 线上阅读](https://atlantis1024.gitbooks.io/db-notes/content/)**
|
||||
|
||||
## :memo: 内容
|
||||
|
||||
暂定计划为:完善所有本人使用过的 DB 的笔记:
|
||||
|
@ -21,7 +23,7 @@
|
|||
|
||||
本项目的文档按照 gitbook 规范编写,可以直接生成一个 gitbook 电子书站点。
|
||||
|
||||
如果想使用 gitbook 以取得更好的阅读效果,按以下步骤执行命令即可:
|
||||
如果想使用 gitbook 电子书,按以下步骤执行命令即可:
|
||||
|
||||
```bash
|
||||
# 1. 安装 gitbook-cli
|
||||
|
|
14
book.json
14
book.json
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"gitbook": "3.2.2",
|
||||
"title": "SqlNotes",
|
||||
"description": "个人的 sql 学习笔记",
|
||||
"title": "db-notes",
|
||||
"description": "个人的数据库学习笔记",
|
||||
"author": "Zhang Peng",
|
||||
"language": "zh-hans",
|
||||
"links": {
|
||||
"sidebar": {
|
||||
"SqlNotes": "https://github.com/atlantis1024/SqlNotes"
|
||||
"db-notes": "https://github.com/atlantis1024/db-notes"
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
|
@ -56,10 +56,10 @@
|
|||
}
|
||||
},
|
||||
"disqus": {
|
||||
"shortName": "SqlNotes"
|
||||
"shortName": "db-notes"
|
||||
},
|
||||
"edit-link": {
|
||||
"base": "https://github.com/atlantis1024/SqlNotes/blob/master",
|
||||
"base": "https://github.com/atlantis1024/db-notes/blob/master",
|
||||
"label": "编辑此页面"
|
||||
},
|
||||
"favicon": {
|
||||
|
@ -67,7 +67,7 @@
|
|||
"bookmark": "assets/images/folder.ico"
|
||||
},
|
||||
"github": {
|
||||
"url": "https://github.com/atlantis1024/SqlNotes"
|
||||
"url": "https://github.com/atlantis1024/db-notes"
|
||||
},
|
||||
"include-codeblock": {
|
||||
"template": "ace",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"skipFirstH1": true
|
||||
},
|
||||
"sitemap-general": {
|
||||
"prefix": "https://github.com/atlantis1024/SqlNotes"
|
||||
"prefix": "https://github.com/atlantis1024/db-notes"
|
||||
},
|
||||
"sharing": {
|
||||
"weibo": true,
|
||||
|
|
Loading…
Reference in New Issue