diff --git a/docs/coding/.pages b/docs/coding/.pages index c5da12ef6..0ffac532c 100644 --- a/docs/coding/.pages +++ b/docs/coding/.pages @@ -2,7 +2,11 @@ nav: - index.md - SVG动画: svg.md - Leetcode题解: leetcode - - Python: python + - Python: + - 语法: python + - matplotlib: matplotlib + - Rust: + - Learning: rust - 机器学习: machine-learning - 数据结构: dsa - 系统配置: configuration diff --git a/docs/coding/index.md b/docs/coding/index.md index b93bb78a9..f1fabea42 100644 --- a/docs/coding/index.md +++ b/docs/coding/index.md @@ -11,6 +11,8 @@ hide: * [Leetcode](leetcode/index.md) * [Python](python/index.md) + * [matplotlib](matplotlib/index.md) +* [Rust](rust/index.md) * [机器学习](machine-learning/index.md) * [数据结构](dsa/index.md) * [系统配置](configuration/index.md)