File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33:books : 个人的数据库学习笔记。
44
5+ ** [ gitbook 线上阅读] ( https://atlantis1024.gitbooks.io/db-notes/content/ ) **
6+
57## :memo : 内容
68
79暂定计划为:完善所有本人使用过的 DB 的笔记:
2123
2224本项目的文档按照 gitbook 规范编写,可以直接生成一个 gitbook 电子书站点。
2325
24- 如果想使用 gitbook 以取得更好的阅读效果 ,按以下步骤执行命令即可:
26+ 如果想使用 gitbook 电子书 ,按以下步骤执行命令即可:
2527
2628``` bash
2729# 1. 安装 gitbook-cli
Original file line number Diff line number Diff line change 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" : [
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" ,
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 ,
You can’t perform that action at this time.
0 commit comments