Directory outline
Reference for writing; file paths are relative to docs/ (English mirrors the same paths under i18n/en/docusaurus-plugin-content-docs/current/).
Overview
docs/
├── intro.mdx
├── software-development/ # Software development
├── investing/ # Investing
├── fitness/ # Fitness
├── relationships/ # Relationships
└── guide/
├── principles.mdx # Writing principles
└── outline.mdx # This page
Software development software-development/
| File | Topic | Suggested content |
|---|---|---|
index.mdx | Domain overview | Scope, reading order, cross-links to other domains |
fundamentals.mdx | Foundations & languages | Types, concurrency, performance, language notes |
architecture.mdx | Architecture & design | Layers, boundaries, evolution, testability |
engineering.mdx | Engineering practice | Git, CI/CD, review, observability |
stacks.mdx | Stack topics | Front-end / mobile / back-end by topic |
Investing investing/
| File | Topic | Suggested content |
|---|---|---|
index.mdx | Domain overview | Circle of competence, disclaimer, directory notes |
principles.mdx | Principles & framework | Long-term view, position sizing, discipline |
assets.mdx | Assets & instruments | Equities, funds, bonds, cash management |
macro-industry.mdx | Macro & industry | Cycles, policy, industry chain notes |
behavior-review.mdx | Behavior & review | Biases, decision logs, case studies |
Fitness fitness/
| File | Topic | Suggested content |
|---|---|---|
index.mdx | Domain overview | Goals, phases, safety notes |
training.mdx | Training | Strength, cardio, planning & periodization |
nutrition.mdx | Nutrition | Intake, macros, supplements, weight management |
recovery.mdx | Recovery | Sleep, mobility, injury prevention |
habits-planning.mdx | Habits & planning | Weekly plans, logging, long-term maintenance |
Relationships relationships/
| File | Topic | Suggested content |
|---|---|---|
index.mdx | Domain overview | Values, boundaries, reading order |
communication.mdx | Communication | Listening, expression, conflict & feedback |
family-friends.mdx | Family & friends | Family, friendships, long-term maintenance |
workplace.mdx | Workplace | Collaboration, upward communication, team trust |
self-awareness.mdx | Self-awareness | Emotions, boundaries, values alignment |
English edition
Paths map one-to-one with the table above under:
i18n/en/docusaurus-plugin-content-docs/current/
Use the site language switcher (top right) to preview English.