mirror of https://github.com/dunwu/db-tutorial.git
update docs
parent
caf28afd44
commit
8bd204a3ce
14
README.md
14
README.md
|
@ -1,5 +1,7 @@
|
|||
# 数据库教程
|
||||
|
||||
![build](https://api.travis-ci.com/dunwu/db-tutorial.svg?branch=master)
|
||||
|
||||
> 💾 **db-tutorial** 是一个数据库教程。
|
||||
>
|
||||
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/)
|
||||
|
@ -9,11 +11,11 @@
|
|||
|
||||
> [关系型数据库](docs/sql) 整理主流关系型数据库知识点。
|
||||
|
||||
- [关系型数据库面试题 💯](docs/sql/sql-interview.md)
|
||||
- [关系型数据库面试题](docs/sql/sql-interview.md) 💯
|
||||
- [SQL Cheat Sheet](docs/sql/sql-cheat-sheet.md)
|
||||
- [Mysql](docs/sql/mysql/README.md)
|
||||
- [Mysql](docs/sql/mysql) 📚
|
||||
- [Mysql 原理](docs/sql/mysql/mysql-theory.md)
|
||||
- [Mysql 运维 🔨](docs/sql/mysql/mysql-ops.md)
|
||||
- [Mysql 运维](docs/sql/mysql/mysql-ops.md) 🔨
|
||||
- [Mysql 配置](docs/sql/mysql/mysql-config.md)
|
||||
- [H2 入门指南](docs/sql/h2.md)
|
||||
- [SqLite 入门指南](docs/sql/sqlite.md)
|
||||
|
@ -24,13 +26,13 @@
|
|||
> [Nosql 数据库](docs/nosql) 整理主流 Nosql 数据库知识点。
|
||||
|
||||
- [Nosql 技术选型](docs/nosql/nosql-selection.md)
|
||||
- [Redis](docs/nosql/redis/README.md)
|
||||
- [Redis 入门指南 ⚡](docs/nosql/redis/redis-quickstart.md)
|
||||
- [Redis](docs/nosql/redis) 📚
|
||||
- [Redis 入门指南](docs/nosql/redis/redis-quickstart.md) ⚡
|
||||
- [Redis 持久化](docs/nosql/redis/redis-persistence.md)
|
||||
- [Redis 复制](docs/nosql/redis/redis-replication.md)
|
||||
- [Redis 哨兵](docs/nosql/redis/redis-sentinel.md)
|
||||
- [Redis 集群](docs/nosql/redis/redis-cluster.md)
|
||||
- [Redis 运维 🔨](docs/nosql/redis/redis-ops.md)
|
||||
- [Redis 运维](docs/nosql/redis/redis-ops.md) 🔨
|
||||
|
||||
## 中间件
|
||||
|
||||
|
|
|
@ -18,12 +18,15 @@ module.exports = {
|
|||
logo: "images/dunwu-logo-100.png",
|
||||
repo: "dunwu/db-tutorial",
|
||||
repoLabel: "Github",
|
||||
docsDir: 'docs',
|
||||
docsBranch: 'master',
|
||||
editLinks: true,
|
||||
smoothScroll: true,
|
||||
locales: {
|
||||
"/": {
|
||||
label: "简体中文",
|
||||
selectText: "Languages",
|
||||
|
||||
editLinkText: "帮助我们改善此页面!",
|
||||
lastUpdated: "上次更新",
|
||||
nav: [
|
||||
|
|
|
@ -18,11 +18,11 @@ footer: CC-BY-SA-4.0 Licensed | Copyright © 2018-Now Dunwu
|
|||
|
||||
> [关系型数据库](sql) 整理主流关系型数据库知识点。
|
||||
|
||||
- [关系型数据库面试题 💯](sql/sql-interview.md)
|
||||
- [关系型数据库面试题](sql/sql-interview.md) 💯
|
||||
- [SQL Cheat Sheet](sql/sql-cheat-sheet.md)
|
||||
- [Mysql](sql/mysql/README.md)
|
||||
- [Mysql](sql/mysql) 📚
|
||||
- [Mysql 原理](sql/mysql/mysql-theory.md)
|
||||
- [Mysql 运维 🔨](sql/mysql/mysql-ops.md)
|
||||
- [Mysql 运维](sql/mysql/mysql-ops.md) 🔨
|
||||
- [Mysql 配置](sql/mysql/mysql-config.md)
|
||||
- [H2 入门指南](sql/h2.md)
|
||||
- [SqLite 入门指南](sql/sqlite.md)
|
||||
|
@ -33,13 +33,13 @@ footer: CC-BY-SA-4.0 Licensed | Copyright © 2018-Now Dunwu
|
|||
> [Nosql 数据库](nosql) 整理主流 Nosql 数据库知识点。
|
||||
|
||||
- [Nosql 技术选型](nosql/nosql-selection.md)
|
||||
- [Redis](nosql/redis/README.md)
|
||||
- [Redis 入门指南 ⚡](nosql/redis/redis-quickstart.md)
|
||||
- [Redis](nosql/redis) 📚
|
||||
- [Redis 入门指南](nosql/redis/redis-quickstart.md) ⚡
|
||||
- [Redis 持久化](nosql/redis/redis-persistence.md)
|
||||
- [Redis 复制](nosql/redis/redis-replication.md)
|
||||
- [Redis 哨兵](nosql/redis/redis-sentinel.md)
|
||||
- [Redis 集群](nosql/redis/redis-cluster.md)
|
||||
- [Redis 运维 🔨](nosql/redis/redis-ops.md)
|
||||
- [Redis 运维](nosql/redis/redis-ops.md) 🔨
|
||||
|
||||
## 中间件
|
||||
|
||||
|
|
Loading…
Reference in New Issue