From 95c827d5e0663fb99604493831a2edf5e8bf77cd Mon Sep 17 00:00:00 2001 From: zhongyinmin Date: Tue, 7 Jun 2022 00:07:02 +0800 Subject: [PATCH] [EDIT] move CS106B/X from data structure course into programming course --- docs/CS学习规划.md | 2 +- docs/{数据结构与算法 => 编程入门}/CS106B_CS106X.md | 0 mkdocs.yml | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/{数据结构与算法 => 编程入门}/CS106B_CS106X.md (100%) diff --git a/docs/CS学习规划.md b/docs/CS学习规划.md index ba63ba15..3f4c1712 100644 --- a/docs/CS学习规划.md +++ b/docs/CS学习规划.md @@ -144,6 +144,7 @@ More contents under construction. #### C++ +- [Stanford CS106B/X: Programming Abstractions](编程入门/CS106B_CS106X.md) - [Stanford CS106L: Standard C++ Programming](编程入门/CS106L.md) #### Rust @@ -174,7 +175,6 @@ More contents under construction. #### 数据结构与算法 -- [Stanford CS106B/X: Programming Abstractions](数据结构与算法/CS106B_CS106X.md) - [UCB CS61B: Data Structures and Algorithms](数据结构与算法/CS61B.md) - [Coursera: Algorithms I & II](数据结构与算法/Algo.md) diff --git a/docs/数据结构与算法/CS106B_CS106X.md b/docs/编程入门/CS106B_CS106X.md similarity index 100% rename from docs/数据结构与算法/CS106B_CS106X.md rename to docs/编程入门/CS106B_CS106X.md diff --git a/mkdocs.yml b/mkdocs.yml index c7fce92e..85aeacfc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,9 +62,9 @@ theme: plugins: - search: lang: ja - - git-revision-date-localized - - minify: - minify_html: true +# - git-revision-date-localized +# - minify: +# minify_html: true extra: social: @@ -101,6 +101,7 @@ nav: - "Harvard CS50: This is CS50x": "编程入门/CS50.md" - "UCB CS61A: Structure and Interpretation of Computer Programs": "编程入门/CS61A.md" - "Duke University: Introductory C Programming Specialization": "编程入门/Duke-Coursera-Intro-C.md" + - "Stanford CS106B/X": "编程入门/CS106B_CS106X.md" - "Stanford CS106L: Standard C++ Programming": "编程入门/CS106L.md" - "Stanford CS110L: Safety in Systems Programming": "编程入门/CS110L.md" - 电子基础: @@ -110,7 +111,6 @@ nav: - 数据结构与算法: - "UCB CS61B: Data Structures and Algorithms": "数据结构与算法/CS61B.md" - "Coursera: Algorithms I & II": "数据结构与算法/Algo.md" - - "Stanford CS106B/X": "数据结构与算法/CS106B_CS106X.md" - "UCB CS170: Efficient Algorithms and Intractable Problems": "数据结构与算法/CS170.md" - 软件工程: - "MIT 6.031: Software Construction": "软件工程/6031.md"