Skip to content

Commit

Permalink
[docs update]文件名更正
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Jan 12, 2022
1 parent 08d8326 commit 38e4c88
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,25 @@ Dubbo 是一款国产的 RPC 框架,由阿里开源。相关阅读:
- [四步构建异地多活](https://mp.weixin.qq.com/s/hMD-IS__4JE5_nQhYPYSTg)
- [《从零开始学架构》— 28 | 业务高可用的保障:异地多活架构](http://gk.link/a/10pKZ)

## 开发工具

### 数据库

- [CHINER: 干掉 PowerDesigner,这个国产数据库建模工具很强!](./docs/tools/database/CHINER.md)
- [DBeaver:开源数据库管理工具。](./docs/tools/database/DBeaver.md)
- [screw:一键生成数据库文档,堪称数据库界的Swagger](./docs/tools/database/screw.md)
- [DataGrip:IDEA官方的这个数据库管理神器真香!](./docs/tools/database/datagrip.md)

### Git

- [Git 入门](./docs/tools/git/git-intro.md)
- [Github 小技巧](./docs/tools/git/git-intro.md)

### Docker

- [Docker 基本概念解读](./docs/tools/docker/docker-intro.md)
- [Docker从入门到上手干事](./docs/tools/docker/docker-in-actiono.md)

## 关于作者

- [个人介绍 Q&A](https://javaguide.cn/about-the-author/)
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module.exports = config({
},
{
title: "Docker", icon: "docker1", prefix: "docker/", collapsable: false,
children: ["docker-intro", "docker从入门到实战"]
children: ["docker-intro", "docker-in-action"]
},
],
'/high-quality-technical-articles/': [
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/tools/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ icon: tool
- [CHINER: 干掉 PowerDesigner,这个国产数据库建模工具很强!](./database/CHINER.md)
- [DBeaver:开源数据库管理工具。](./database/DBeaver.md)
- [screw:一键生成数据库文档,堪称数据库界的Swagger](./database/screw.md)
- [DataGrip:IDEA官方的这个数据库管理神器真香!](./database/datagrip.md)

## Git

Expand All @@ -17,3 +18,5 @@ icon: tool

## Docker

- [Docker 基本概念解读](./docker/docker-intro.md)
- [Docker从入门到上手干事](./docker/docker-in-actiono.md)

0 comments on commit 38e4c88

Please sign in to comment.