Skip to content

Commit 229f3fe

Browse files
author
Zhang Peng
committed
✏️ 修改少量文字信息
1 parent af9cb2b commit 229f3fe

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
:books: 个人的数据库学习笔记。
44

5+
**[gitbook 线上阅读](https://atlantis1024.gitbooks.io/db-notes/content/)**
6+
57
## :memo: 内容
68

79
暂定计划为:完善所有本人使用过的 DB 的笔记:
@@ -21,7 +23,7 @@
2123

2224
本项目的文档按照 gitbook 规范编写,可以直接生成一个 gitbook 电子书站点。
2325

24-
如果想使用 gitbook 以取得更好的阅读效果,按以下步骤执行命令即可:
26+
如果想使用 gitbook 电子书,按以下步骤执行命令即可:
2527

2628
```bash
2729
# 1. 安装 gitbook-cli

book.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"gitbook": "3.2.2",
3-
"title": "SqlNotes",
4-
"description": "个人的 sql 学习笔记",
3+
"title": "db-notes",
4+
"description": "个人的数据库学习笔记",
55
"author": "Zhang Peng",
66
"language": "zh-hans",
77
"links": {
88
"sidebar": {
9-
"SqlNotes": "https://github.com/atlantis1024/SqlNotes"
9+
"db-notes": "https://github.com/atlantis1024/db-notes"
1010
}
1111
},
1212
"plugins": [
@@ -56,18 +56,18 @@
5656
}
5757
},
5858
"disqus": {
59-
"shortName": "SqlNotes"
59+
"shortName": "db-notes"
6060
},
6161
"edit-link": {
62-
"base": "https://github.com/atlantis1024/SqlNotes/blob/master",
62+
"base": "https://github.com/atlantis1024/db-notes/blob/master",
6363
"label": "编辑此页面"
6464
},
6565
"favicon": {
6666
"shortcut": "assets/images/folder.ico",
6767
"bookmark": "assets/images/folder.ico"
6868
},
6969
"github": {
70-
"url": "https://github.com/atlantis1024/SqlNotes"
70+
"url": "https://github.com/atlantis1024/db-notes"
7171
},
7272
"include-codeblock": {
7373
"template": "ace",
@@ -82,7 +82,7 @@
8282
"skipFirstH1": true
8383
},
8484
"sitemap-general": {
85-
"prefix": "https://github.com/atlantis1024/SqlNotes"
85+
"prefix": "https://github.com/atlantis1024/db-notes"
8686
},
8787
"sharing": {
8888
"weibo": true,

0 commit comments

Comments
 (0)