diff --git a/docs/chapter_preface/about_me.md b/docs/chapter_preface/about_me.md deleted file mode 100644 index 29bd0bd..0000000 --- a/docs/chapter_preface/about_me.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -comments: true ---- - -![profile](about_me.assets/profile.png){: .center} - -

Krahets

- -
大厂高级算法工程师、算法爱好者
- -

力扣(LeetCode)全网阅读量最高博主

-

分享近百道算法题解,累积回复数千读者的评论问题

-

创作 LeetBook《图解算法数据结构》,已免费售出 22 万本

diff --git a/docs/chapter_preface/about_me.assets/profile.png b/docs/chapter_preface/about_the_book.assets/profile.png similarity index 100% rename from docs/chapter_preface/about_me.assets/profile.png rename to docs/chapter_preface/about_the_book.assets/profile.png diff --git a/docs/chapter_preface/index.md b/docs/chapter_preface/about_the_book.md similarity index 95% rename from docs/chapter_preface/index.md rename to docs/chapter_preface/about_the_book.md index 896f6e0..bd98efa 100644 --- a/docs/chapter_preface/index.md +++ b/docs/chapter_preface/about_the_book.md @@ -122,3 +122,15 @@ comments: true 在写作过程中,我阅读了许多与数据结构与算法的书籍材料,学习到了许多知识,感谢前辈们的精彩创作。 感谢父母,你们一贯的支持与鼓励给了我自由度来做这些有趣的事。 + +## 作者简介 + +![profile](about_the_book.assets/profile.png){: .center} + +

Krahets

+ +
大厂高级算法工程师、算法爱好者
+ +

力扣(LeetCode)全网阅读量最高博主

+

分享近百道算法题解,累积回复数千读者的评论问题

+

创作 LeetBook《图解算法数据结构》,已免费售出 22 万本

diff --git a/mkdocs.yml b/mkdocs.yml index 29ea196..e54ae89 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -118,12 +118,11 @@ extra_css: # Page tree nav: - - 关于本书: - - chapter_preface/index.md + - 前言: + - 关于本书: chapter_preface/about_the_book.md - 如何使用本书: chapter_preface/suggestions.md - 编程环境安装: chapter_preface/installation.md - 一起参与创作: chapter_preface/contribution.md - - 关于作者: chapter_preface/about_me.md - 算法是什么: - chapter_introduction/index.md - 计算复杂度: