Skip to content

Commit 6a72d3e

Browse files
committed
docs: add YAML frontmatter to all docs/ markdown files
Add standardized YAML frontmatter metadata to 72 markdown files in docs/. Each file gets a unique doc_id (PAC-{CATEGORY}-{NNN}), title, version, date, status, project, and category. Categories inferred from filename patterns: ARCH, API, GUID, PERF, MIGR, PROJ, FEAT, QUAL, SECU, INTR, ADR. Part of kcenon/common_system#562
1 parent ae047ab commit 6a72d3e

72 files changed

Lines changed: 718 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/API_REFERENCE.kr.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-API-001"
3+
doc_title: "API 참조 - PACS 시스템"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "API"
9+
---
10+
111
# API 참조 - PACS 시스템
212

313
> **버전:** 0.1.4.0

docs/API_REFERENCE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-API-002"
3+
doc_title: "API Reference - PACS System"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "API"
9+
---
10+
111
# API Reference - PACS System
212

313
> **Version:** 0.1.5.0

docs/ARCHITECTURE.kr.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-ARCH-001"
3+
doc_title: "아키텍처 문서 - PACS 시스템"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "ARCH"
9+
---
10+
111
# 아키텍처 문서 - PACS 시스템
212

313
> **버전:** 0.1.4.0

docs/ARCHITECTURE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-ARCH-002"
3+
doc_title: "Architecture Documentation - PACS System"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "ARCH"
9+
---
10+
111
# Architecture Documentation - PACS System
212

313
> **Version:** 0.1.4.0

docs/BENCHMARKS.kr.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-PERF-001"
3+
doc_title: "PACS System 성능 벤치마크"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "PERF"
9+
---
10+
111
# PACS System 성능 벤치마크
212

313
> **언어:** [English](BENCHMARKS.md) | **한국어**

docs/BENCHMARKS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-PERF-002"
3+
doc_title: "PACS System Performance Benchmarks"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "PERF"
9+
---
10+
111
# PACS System Performance Benchmarks
212

313
> **Language:** **English** | [한국어](BENCHMARKS.kr.md)

docs/CHANGELOG.kr.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-PROJ-001"
3+
doc_title: "변경 이력 - PACS System"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "PROJ"
9+
---
10+
111
# 변경 이력 - PACS System
212

313
> **언어:** [English](CHANGELOG.md) | **한국어**

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-PROJ-002"
3+
doc_title: "Changelog - PACS System"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "PROJ"
9+
---
10+
111
# Changelog - PACS System
212

313
> **Language:** **English** | [한국어](CHANGELOG.kr.md)

docs/CLI_REFERENCE.kr.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-API-003"
3+
doc_title: "CLI 레퍼런스"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "API"
9+
---
10+
111
# CLI 레퍼런스
212

313
> **언어:** [English](CLI_REFERENCE.md) | **한국어**

docs/CLI_REFERENCE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
doc_id: "PAC-API-004"
3+
doc_title: "CLI Reference"
4+
doc_version: "1.0.0"
5+
doc_date: "2026-04-04"
6+
doc_status: "Released"
7+
project: "pacs_system"
8+
category: "API"
9+
---
10+
111
# CLI Reference
212

313
> **Language:** **English** | [한국어](CLI_REFERENCE.kr.md)

0 commit comments

Comments
 (0)