Skip to content

Commit 6f331df

Browse files
feat: complete architecture TODOs 003-007 for mkdocs and i18n
- Rename all 101 Chinese markdown filenames to descriptive English names - Add 27 .pages files for awesome-pages Chinese navigation titles - Update mkdocs.yml with git-authors, minify plugins and pymdownx.tasklist, pymdownx.arithmatex extensions - Add MathJax configuration for LaTeX formula rendering - Update pyproject.toml with new plugin dependencies - Fix check_links.py false positive on C++ lambda syntax
1 parent 0be2cf4 commit 6f331df

142 files changed

Lines changed: 266 additions & 139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

documents/.pages

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
nav:
2+
- index.md
3+
- core-embedded-cpp
4+
- stm32f1-challenge
5+
- cpp-features
6+
- cpp-engineering
7+
- compilation-deep-dive
8+
- environment-setup
9+
- parallel-computing
10+
- debugging
11+
- cpp-templates
12+
- tags.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title: 深入理解C/C++编译特性指南

0 commit comments

Comments
 (0)