From 546b411acefd7ec8ba4ef13b282e3b27ea20a582 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Sat, 25 Dec 2021 23:36:26 +0800 Subject: [PATCH] fix --- README.md | 2 ++ _sidebar.md | 14 +++++++------- doc/back-end/python.md | 6 ------ doc/{front-end => }/canvas.md | 0 doc/{front-end => }/css.md | 0 doc/front-end/index.md | 0 doc/{back-end => }/index.md | 0 doc/{back-end => }/java.md | 0 doc/{front-end => }/javascript.md | 0 9 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 doc/back-end/python.md rename doc/{front-end => }/canvas.md (100%) rename doc/{front-end => }/css.md (100%) delete mode 100644 doc/front-end/index.md rename doc/{back-end => }/index.md (100%) rename doc/{back-end => }/java.md (100%) rename doc/{front-end => }/javascript.md (100%) diff --git a/README.md b/README.md index c51b2c0..a6b9985 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 编程学习工作中学习到的知识整理,好文收录 +阅读地址:[https://mouday.github.io/coding-tree/](https://mouday.github.io/coding-tree/) + 本地预览 ```bash diff --git a/_sidebar.md b/_sidebar.md index 802da78..42333f8 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,7 +1,7 @@ -- [前端](doc/front-end/index.md) - - [Javascript](doc/front-end/javascript.md) - - [Css](doc/front-end/css.md) - - [Canvas](doc/front-end/canvas.md) -- [后端](doc/back-end/index.md) - - [Python](doc/back-end/python.md) - - [Java](doc/back-end/java.md) +- 前端 + - [Javascript](doc/javascript.md) + - [Css](doc/css.md) + - [Canvas](doc/canvas.md) +- 后端 + - [Python](doc/python.md) + - [Java](doc/java.md) diff --git a/doc/back-end/python.md b/doc/back-end/python.md deleted file mode 100644 index 6ef598f..0000000 --- a/doc/back-end/python.md +++ /dev/null @@ -1,6 +0,0 @@ -# Python - -老男孩 -- [银角大王 - 武沛齐(博客园)](https://www.cnblogs.com/wupeiqi/) -- [Bilibili](https://space.bilibili.com/283478842/video) -- [教学文档、视频等相关资源](https://pythonav.com/) diff --git a/doc/front-end/canvas.md b/doc/canvas.md similarity index 100% rename from doc/front-end/canvas.md rename to doc/canvas.md diff --git a/doc/front-end/css.md b/doc/css.md similarity index 100% rename from doc/front-end/css.md rename to doc/css.md diff --git a/doc/front-end/index.md b/doc/front-end/index.md deleted file mode 100644 index e69de29..0000000 diff --git a/doc/back-end/index.md b/doc/index.md similarity index 100% rename from doc/back-end/index.md rename to doc/index.md diff --git a/doc/back-end/java.md b/doc/java.md similarity index 100% rename from doc/back-end/java.md rename to doc/java.md diff --git a/doc/front-end/javascript.md b/doc/javascript.md similarity index 100% rename from doc/front-end/javascript.md rename to doc/javascript.md -- GitLab