Directory outline
Three levels: domain → chapter (folder) → article.
Overview
docs/
├── intro.mdx
├── software-development/ # Software development
│ ├── index.mdx
│ ├── fundamentals/ # Fundamentals & languages
│ │ ├── index.mdx
│ │ ├── languages.mdx
│ │ └── concurrency.mdx
│ ├── architecture/
│ ├── engineering/
│ └── stacks/
├── investing/ # Investing
├── fitness/ # Fitness
├── relationships/ # Relationships
├── life-services/ # Life services
│ ├── index.mdx
│ └── renting/ # Renting
│ ├── index.mdx
│ └── xierqi.mdx # Xierqi
└── guide/
Software development software-development/
| Chapter | Articles |
|---|---|
fundamentals/ | languages, concurrency |
architecture/ | layering, boundaries |
engineering/ | git-workflow, cicd |
stacks/ | frontend, mobile |
Investing investing/
| Chapter | Articles |
|---|---|
principles/ | framework, discipline |
assets/ | equities, funds |
macro-industry/ | cycles, sectors |
behavior-review/ | biases, journal |
Fitness fitness/
| Chapter | Articles |
|---|---|
training/ | strength, cardio |
nutrition/ | macros, meal-planning |
recovery/ | sleep, mobility |
habits-planning/ | weekly-plan, tracking |
Relationships relationships/
| Chapter | Articles |
|---|---|
communication/ | listening, feedback |
family-friends/ | family, friendship |
workplace/ | collaboration, upward |
self-awareness/ | emotions, boundaries |
Life services life-services/
| Chapter | Articles |
|---|---|
renting/ | xierqi |
Sidebar
Second- and third-level entries are maintained in sidebars.ts; add new articles there after creating files.
English edition
Paths match the table above. Content lives under:
i18n/en/docusaurus-plugin-content-docs/current/
Use the language switcher (top right) to preview English.