mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-13 18:00:58 +08:00
refactor: 配置全局采用ts改写,优化导航栏
- ts改写配置文件 - 导航栏内容优化,修复一些问题 - 新增一些文档,调整样式显示
This commit is contained in:
13
docs/manuscripts/algorithm/Readme.md
Normal file
13
docs/manuscripts/algorithm/Readme.md
Normal file
@@ -0,0 +1,13 @@
|
||||
<!--
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2022-04-24 08:20:06
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:20:06
|
||||
-->
|
||||
|
||||
|
||||
## 算法
|
||||
|
||||
doing
|
||||
16
docs/manuscripts/algorithm/algorithm.sidebar.ts
Normal file
16
docs/manuscripts/algorithm/algorithm.sidebar.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export const algorithmSidebar = [
|
||||
{
|
||||
text: '基础入门',
|
||||
link: "/ds/basic_introduction",
|
||||
collapsible: false,
|
||||
children: [{
|
||||
text: '1.1 基本概念',
|
||||
link: '/ds/basic_introduction/1.basic_concepts.md'
|
||||
}, {
|
||||
text: '1.2 数据结构三要素',
|
||||
link: '/ds/basic_introduction/2.three_elements_of_data_structure.md'
|
||||
}, {
|
||||
text: '1.3 算法和算法评价',
|
||||
link: '/ds/basic_introduction/3.algorithm_and_algorithm_evaluation.md'
|
||||
}],
|
||||
}]
|
||||
12
docs/manuscripts/algorithm/algorithm_note/Readme.md
Normal file
12
docs/manuscripts/algorithm/algorithm_note/Readme.md
Normal file
@@ -0,0 +1,12 @@
|
||||
<!--
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2022-04-24 08:24:06
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:24:07
|
||||
-->
|
||||
|
||||
## 刷题笔记
|
||||
|
||||
doing
|
||||
20
docs/manuscripts/algorithm/topic_practice/Readme.md
Normal file
20
docs/manuscripts/algorithm/topic_practice/Readme.md
Normal file
@@ -0,0 +1,20 @@
|
||||
<!--
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2022-04-24 08:24:32
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:24:32
|
||||
-->
|
||||
<!--
|
||||
* @Description:
|
||||
* @Version: Beta1.0
|
||||
* @Author: 【B站&公众号】Rong姐姐好可爱
|
||||
* @Date: 2022-04-24 08:24:06
|
||||
* @LastEditors: 【B站&公众号】Rong姐姐好可爱
|
||||
* @LastEditTime: 2022-04-24 08:24:07
|
||||
-->
|
||||
|
||||
## 习题练手
|
||||
|
||||
doing
|
||||
Reference in New Issue
Block a user