Skip to content

Commit ce4671e

Browse files
authored
docs(readme): Add Table of Contents to README.md and README.kr.md (#435)
Add navigation TOC after language selector for improved discoverability in long README files. Follows pacs_system's established pattern. Part of kcenon/common_system#474
1 parent fcd25a0 commit ce4671e

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

README.kr.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99

1010
> **Language:** [English](README.md) | **한국어**
1111
12+
## 목차
13+
14+
- [개요](#개요)
15+
- [빠른 시작](#빠른-시작)
16+
- [핵심 기능](#핵심-기능)
17+
- [성능 하이라이트](#성능-하이라이트)
18+
- [아키텍처 개요](#아키텍처-개요)
19+
- [문서](#문서)
20+
- [값 타입](#값-타입)
21+
- [생태계 통합](#생태계-통합)
22+
- [빌드](#빌드)
23+
- [플랫폼 지원](#플랫폼-지원)
24+
- [스레드 안전성](#스레드-안전성)
25+
- [오류 처리](#오류-처리)
26+
- [기여하기](#기여하기)
27+
- [라이선스](#라이선스)
28+
1229
## 개요
1330

1431
Container System은 메시징 시스템과 범용 애플리케이션을 위한 포괄적인 데이터 관리를 위해 설계된 고성능 C++20 타입 안전 컨테이너 프레임워크입니다. SIMD 최적화와 원활한 생태계 통합을 특징으로 하는 모듈식 인터페이스 기반 아키텍처로 구축되었습니다.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@
1010

1111
> **Language:** **English** | [한국어](README.kr.md)
1212
13+
## Table of Contents
14+
15+
- [Overview](#overview)
16+
- [Quick Start](#quick-start)
17+
- [Core Features](#core-features)
18+
- [Performance Highlights](#performance-highlights)
19+
- [Architecture Overview](#architecture-overview)
20+
- [C++20 Module Support](#c20-module-support)
21+
- [Documentation](#documentation)
22+
- [Value Types](#value-types)
23+
- [Ecosystem Integration](#ecosystem-integration)
24+
- [Platform Support](#platform-support)
25+
- [Thread Safety](#thread-safety)
26+
- [Error Handling](#error-handling)
27+
- [Contributing](#contributing)
28+
- [License](#license)
29+
1330
## Overview
1431

1532
The Container System is a high-performance C++20 type-safe container framework designed for comprehensive data management in messaging systems and general-purpose applications. Built with a modular, interface-based architecture featuring SIMD optimizations and seamless ecosystem integration.

0 commit comments

Comments
 (0)