docs: add _index.md MOC to all directories

This commit is contained in:
heimdall
2026-04-16 13:46:06 +09:00
parent f0e51daafd
commit 7395446478
13 changed files with 222 additions and 0 deletions

17
infra/_index.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: infra 인덱스
updated: 2026-04-16
tags: [moc, infra]
---
## Infra
인프라 전반을 다루는 최상위 카테고리. 5개 서브카테고리로 구성.
| 카테고리 | 설명 |
|----------|------|
| [[infra/compute/_index\|compute]] | 서버, 호스트, 컨테이너, VM, K3s 노드 |
| [[infra/network/_index\|network]] | 라우팅, 인그레스, 로드밸런서, SMTP, SSH 프록시 |
| [[infra/security/_index\|security]] | 인증서, 시크릿, WAF, 접근 관리 |
| [[infra/data/_index\|data]] | 데이터베이스, 스토리지, 백업 |
| [[infra/platform/_index\|platform]] | 플랫폼 서비스, CI/CD, 모니터링, 위키 |