diff --git a/docs/course/more.md b/docs/course/more.md
new file mode 100644
index 0000000..b216fcb
--- /dev/null
+++ b/docs/course/more.md
@@ -0,0 +1,4 @@
+# 更多学习资源
+
+- [HackWay技术学习路线](https://hackway.org/)
+- [CS自学指南](https://csdiy.wiki/%E7%BC%96%E7%A8%8B%E5%85%A5%E9%97%A8/cpp/CS106L/)
\ No newline at end of file
diff --git a/docs/course/rust.md b/docs/course/rust.md
new file mode 100644
index 0000000..4046a07
--- /dev/null
+++ b/docs/course/rust.md
@@ -0,0 +1,5 @@
+# Rust
+
+## CS110L: Safety in Systems Programming 斯坦福大学 Rust 语言 系统编程安全
+
+
\ No newline at end of file
diff --git a/docs/video/Data structures.md b/docs/video/Data structures.md
index 1d94ebd..ca276a6 100644
--- a/docs/video/Data structures.md
+++ b/docs/video/Data structures.md
@@ -5,7 +5,7 @@
【中英字幕】油管百万播放的《数据结构》教程,Google顶尖程序员亲授,4小时快速入门,完全深度详细讲解!!!
-
+
## Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer
@@ -15,23 +15,23 @@ You will learn how to code various data structures together with simple to follo
💻 Code: https://github.com/williamfiset/Algorithms
-
+
## Data Structures - Full Course Using C and C++
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
-
+
## Data structures
In this series of lessons, we will study and implement data structures. We will be implementing these data structures in c or c++.
-
+
## Data Structures
Rob teaches CS310, Data Structures in Java at San Diego State University. These lectures accompany that course. There are both discussions of the topics and demonstrations about how to write the code.
-
+
diff --git a/docs/video/Go.md b/docs/video/Go.md
index 3cbc2f1..5cd1c6b 100644
--- a/docs/video/Go.md
+++ b/docs/video/Go.md
@@ -8,8 +8,8 @@ https://www.youtube.com/watch?v=rx6CPDK_5mU&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgo
Github地址: https://github.com/techschool/simplebank
-
+
## 【幼麟实验室】Golang合辑
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/video/c_c++.md b/docs/video/c_c++.md
index 26d0290..494c61e 100644
--- a/docs/video/c_c++.md
+++ b/docs/video/c_c++.md
@@ -4,10 +4,16 @@
Pointers in C and C++ are often challenging to understand. In this course, they will be demystified, allowing you to use pointers more effectively in your code. The concepts you learn in this course apply to both C and C++.
-
+
## 【中英双语🎉】CS106L: Standard C++ Programming, Special Edition
完结🎉CS106L: Standard C++ Programming, Special Edition
-
+**注意:** 该视频只有英文字幕。
+
+
+
+另外一个版本:【C++标准库编程 cs106L 2019】斯坦福—中英字幕
+
+
diff --git a/docs/video/os.md b/docs/video/os.md
index 3ac3de0..23d7717 100644
--- a/docs/video/os.md
+++ b/docs/video/os.md
@@ -2,11 +2,11 @@
## Computer Organization and Design Fundamentals
-
+
## Chill OS dev gardening
-
+
## CS305@IITB: Computer Architecture
@@ -16,30 +16,30 @@ For slides and others: Please refer https://www.cse.iitb.ac.in/~biswa/courses/CS
ACK: Many of the slides are adapted and modified versions of some of the excellent computer architecture courses taught by Joel Emer, Arvind, Yale Patt, Nima Honarmand, Hal Perkins, John Kubiatowicz, Onur Mutlu, Krste Asanovic, David Black-Schaffer, Rajeev Balasubramonian, and Mainak Chaudhuri.
-
+
## CS773: Computer Architecture for Performance and Security
-
+
## General Software Engineering Topics
-
+
### Introduction to CPU Pipelining
-
+
## Source Dive
-
+
### What is a spinlock?
In this installment of //Source Dive//, we're back in the xv6 OS codebase, exploring timers, the early boot process, and a very useful concurrency primitive: The Spinlock!
-
+
## The xv6 Kernel
@@ -49,14 +49,14 @@ https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB
## Circuit Breaker Pattern - Fault Tolerant Microservices
-
+
## 操作系统:设计与实现
2024 南京大学《操作系统:设计与实现》。课程主页(含讲义):https://jyywiki.cn/OS/2024/。
-
+
## 每个程序员都应该了解的
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index f2c2af3..7467387 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -70,6 +70,8 @@ nav:
- 文本: course/c_c++.md
- Go:
- 视频: video/Go.md
+ - Rust: course/rust.md
+ - 更多: course/more.md
- PPT:
- Go语言简介: assets/ppt/Golang简介.pdf
- QA:
@@ -167,17 +169,13 @@ extra:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
+ - icon: fontawesome/solid/blog
+ link: https://www.cyub.vip
+ - icon: fontawesome/brands/golang
+ link: https://go.cyub.vip
- icon: fontawesome/brands/github
- link: https://github.com/squidfunk
- - icon: fontawesome/brands/docker
- link: https://hub.docker.com/r/squidfunk/mkdocs-material/
- - icon: fontawesome/brands/python
- link: https://pypi.org/project/mkdocs-material/
- - icon: fontawesome/brands/mastodon
- link: https://fosstodon.org/@squidfunk
- - icon: fontawesome/brands/twitter
- link: https://twitter.com/squidfunk
-
+ link: https://github.com/cyub
+
extra_css:
- 'css/extra.css'
- 'https://cdn.jsdelivr.net/npm/roboto-font@0.1.0/css/fonts.min.css'