Skip to content

Commit 129da58

Browse files
sungbin1015claude
andcommitted
feat(poc): PoC 섹션 네비게이션 추가 — 아키텍처와 문서 사이
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cdc5b77 commit 129da58

4 files changed

Lines changed: 30 additions & 0 deletions

File tree

docs/poc/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "poc",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "SceneMakerAI audio-bench, vision-bench 를 조사합니다."
7+
}
8+
}

docs/poc/overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: overview
3+
title: poc
4+
sidebar_position: 1
5+
slug: /poc
6+
---
7+
8+
# PoC
9+
10+
Audio-Bench , Vision-Bench 로 분할합니다
11+
12+
> 상세 설명은 추후 추가됩니다.

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ const config: Config = {
108108
position: 'left',
109109
label: '아키텍처',
110110
},
111+
{
112+
type: 'docSidebar',
113+
sidebarId: 'pocSidebar',
114+
position: 'left',
115+
label: 'PoC',
116+
},
111117
{
112118
type: 'docSidebar',
113119
sidebarId: 'docsSidebar',

sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ const sidebars: SidebarsConfig = {
2222
{type: 'autogenerated', dirName: 'architecture'},
2323
],
2424

25+
pocSidebar: [
26+
{type: 'autogenerated', dirName: 'poc'},
27+
],
28+
2529
contributeSidebar: [
2630
{type: 'autogenerated', dirName: 'contribute'},
2731
],

0 commit comments

Comments
 (0)