跳到主要内容

目录大纲

三级结构:领域 → 篇章(二级目录)→ 具体笔记

总览

docs/
├── intro.mdx
├── software-development/ # 软件开发
│ ├── index.mdx
│ ├── fundamentals/ # 基础与语言
│ │ ├── index.mdx
│ │ ├── languages.mdx
│ │ └── concurrency.mdx
│ ├── architecture/
│ ├── engineering/
│ └── stacks/
├── investing/ # 投资理财
├── fitness/ # 运动健身
├── relationships/ # 人际关系
└── guide/

软件开发 software-development/

二级目录三级笔记
fundamentals/languages, concurrency
architecture/layering, boundaries
engineering/git-workflow, cicd
stacks/frontend, mobile

投资理财 investing/

二级目录三级笔记
principles/framework, discipline
assets/equities, funds
macro-industry/cycles, sectors
behavior-review/biases, journal

运动健身 fitness/

二级目录三级笔记
training/strength, cardio
nutrition/macros, meal-planning
recovery/sleep, mobility
habits-planning/weekly-plan, tracking

人际关系 relationships/

二级目录三级笔记
communication/listening, feedback
family-friends/family, friendship
workplace/collaboration, upward
self-awareness/emotions, boundaries

侧栏配置

二级、三级条目在 sidebars.ts 中维护;新增笔记后需同步添加。

英文版

路径与上表一致,内容在 i18n/en/docusaurus-plugin-content-docs/current/