Skip to content

修复页面路径含中文导致404, 删除yml和路径中所有对应中文 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/163_course.png

This file was deleted.

Binary file added docs/163_course.png
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
1 change: 0 additions & 1 deletion docs/index.md

This file was deleted.

344 changes: 344 additions & 0 deletions docs/index.md

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ markdown_extensions:
- mdx_math:
enable_dollar_delimiter: True #for use of inline $..$

pages:
nav:
- 课程简介: 'index.md'
- 00_课程简介之笨方法学算法: '00_课程简介之笨方法学算法/why_and_how_to_learn.md'
- 01_抽象数据类型和面向对象编程: '01_抽象数据类型和面向对象编程/ADT_OOP.md'
- 02_数组和列表: '02_数组和列表/array_and_list.md'
- 03_链表: '03_链表/linked_list.md'
- 04_队列: '04_队列/queue.md'
- 05_栈: '05_栈/stack.md'
- 06_算法分析: '06_算法分析/big_o.md'
- 07_哈希表: '07_哈希表/hashtable.md'
- 08_字典: '08_字典/dict.md'
- 09_集合: '09_集合/set.md'
- 10_递归: '10_递归/recursion.md'
- 11_线性查找与二分查找: '11_线性查找与二分查找/search.md'
- 12_基本排序算法: '12_基本排序算法/basic_sort.md'
- 00_课程简介之笨方法学算法: '00/why_and_how_to_learn.md'
- 01_抽象数据类型和面向对象编程: '01/ADT_OOP.md'
- 02_数组和列表: '02/array_and_list.md'
- 03_链表: '03/linked_list.md'
- 04_队列: '04/queue.md'
- 05_栈: '05/stack.md'
- 06_算法分析: '06/big_o.md'
- 07_哈希表: '07/hashtable.md'
- 08_字典: '08/dict.md'
- 09_集合: '09/set.md'
- 10_递归: '10/recursion.md'
- 11_线性查找与二分查找: '11/search.md'
- 12_基本排序算法: '12/basic_sort.md'
- 13_高级排序算法:
- 高级排序算法: '13_高级排序算法/advanced_sorting.md'
- 分治法与归并排序: '13_高级排序算法/merge_sort.md'
- 快速排序: '13_高级排序算法/quick_sort.md'
- 14_树与二叉树: '14_树与二叉树/tree.md'
- 15_堆和堆排序: '15_堆与堆排序/heap_and_heapsort.md'
- 16_优先级队列: '16_优先级队列/priority_queue.md'
- 17_二叉查找树: '17_二叉查找树/binary_search_tree.md'
- 18_图与图的遍历: '18_图与图的遍历/graph.md'
- 19_python内置常用算法和数据结构: '19_python内置常用算法和数据结构/builtins.md'
- 20_面试指南: '20_面试指南/interview.md'
- 高级排序算法: '13/advanced_sorting.md'
- 分治法与归并排序: '13/merge_sort.md'
- 快速排序: '13/quick_sort.md'
- 14_树与二叉树: '14/tree.md'
- 15_堆和堆排序: '15/heap_and_heapsort.md'
- 16_优先级队列: '16/priority_queue.md'
- 17_二叉查找树: '17/binary_search_tree.md'
- 18_图与图的遍历: '18/graph.md'
- 19_python内置常用算法和数据结构: '19/builtins.md'
- 20_面试指南: '20/interview.md'