Skip to main content

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/

ChapterArticles
fundamentals/languages, concurrency
architecture/layering, boundaries
engineering/git-workflow, cicd
stacks/frontend, mobile

Investing investing/

ChapterArticles
principles/framework, discipline
assets/equities, funds
macro-industry/cycles, sectors
behavior-review/biases, journal

Fitness fitness/

ChapterArticles
training/strength, cardio
nutrition/macros, meal-planning
recovery/sleep, mobility
habits-planning/weekly-plan, tracking

Relationships relationships/

ChapterArticles
communication/listening, feedback
family-friends/family, friendship
workplace/collaboration, upward
self-awareness/emotions, boundaries

Life services life-services/

ChapterArticles
renting/xierqi

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.