-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathbook.config.yaml
More file actions
316 lines (316 loc) · 11.9 KB
/
book.config.yaml
File metadata and controls
316 lines (316 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
id: baidocs-webui
title: |
Backend.AI WebUI
User Guide
description: Multilingual user manual by Lablup Inc.
type: document
# FR-2765: ko first so the language switcher surfaces 한국어 at the top
# of the dropdown. The build pipeline iterates this list to enumerate
# per-language pages, but iteration order is output-only — no consumer
# of the build relies on it. Remaining order (en, ja, th) preserved
# for downstream stability.
languages:
- ko
- en
- ja
- th
# F3 — Information architecture
# ----------------------------------------------------------------------------
# `navigation` per language uses the F3 grouped form:
#
# - category: <localized category label>
# items:
# - { title: <chapter title>, path: <markdown path> }
#
# The legacy flat form (a list of `{title, path}` directly under each
# language) is still accepted by `loadBookConfig`. Pages within a group
# render in the listed order; group ordering is preserved when flattened
# for the PDF pipeline. The 5 categories below were chosen to balance
# bucket sizes (4-9 chapters each) and follow a typical reader's journey:
# learn the product (Getting Started) → use it (Workloads → Storage & Data) →
# administer it (Administration) → look up reference material (Reference).
#
# Reordering note: The flat order produced by flattening these groups
# differs slightly from the legacy book.config.yaml ordering — chapters
# now group with their thematic siblings (e.g. Cluster Session moves
# next to other Workloads chapters; SFTP-to-container moves into Storage &
# Data). The PDF pipeline reads the flattened list, so the PDF chapter
# order will match the new grouped sequence.
# ----------------------------------------------------------------------------
navigation:
en:
- category: Getting Started
items:
- title: Quickstart
path: quickstart.md
- title: Disclaimer
path: disclaimer.md
- title: Overview
path: overview/overview.md
- title: Installation
path: installation/installation.md
- title: Login
path: login/login.md
- title: Header
path: header/header.md
- title: Start
path: start/start.md
- title: Dashboard
path: dashboard/dashboard.md
- title: Summary
path: summary/summary.md
- category: Workloads
items:
- title: Session Page
path: session_page/session_page.md
- title: Sessions All
path: sessions_all/sessions_all.md
- title: Cluster Session
path: cluster_session/cluster_session.md
- title: Deployments
path: model_serving/model_serving.md
- title: Chat
path: chat/chat.md
- title: Import Run
path: import_run/import_run.md
- title: My Environments
path: my_environments/my_environments.md
- category: Storage & Data
items:
- title: Vfolder
path: vfolder/vfolder.md
- title: Mount Vfolder
path: mount_vfolder/mount_vfolder.md
- title: Share Vfolder
path: share_vfolder/share_vfolder.md
- title: Sftp To Container
path: sftp_to_container/sftp_to_container.md
- category: Administration
items:
- title: User Settings
path: user_settings/user_settings.md
- title: RBAC Management
path: rbac_management/rbac_management.md
- title: Admin Menu
path: admin_menu/admin_menu.md
- title: Agent Summary
path: agent_summary/agent_summary.md
- title: Statistics
path: statistics/statistics.md
- category: Reference
items:
- title: Trouble Shooting
path: trouble_shooting/trouble_shooting.md
- title: Appendix
path: appendix/appendix.md
- title: License Agreement
path: license_agreement/license_agreement.md
- title: References
path: references/references.md
ja:
- category: はじめに
items:
- title: クイックスタート
path: quickstart.md
- title: 免責事項
path: disclaimer.md
- title: 概要
path: overview/overview.md
- title: インストール
path: installation/installation.md
- title: ログイン
path: login/login.md
- title: ヘッダー
path: header/header.md
- title: スタート
path: start/start.md
- title: ダッシュボード
path: dashboard/dashboard.md
- title: サマリー
path: summary/summary.md
- category: ワークロード
items:
- title: セッションページ
path: session_page/session_page.md
- title: 全セッション
path: sessions_all/sessions_all.md
- title: クラスターセッション
path: cluster_session/cluster_session.md
- title: デプロイ
path: model_serving/model_serving.md
- title: チャット
path: chat/chat.md
- title: インポート&実行
path: import_run/import_run.md
- title: マイ環境
path: my_environments/my_environments.md
- category: ストレージとデータ
items:
- title: ストレージフォルダ
path: vfolder/vfolder.md
- title: ストレージフォルダのマウント
path: mount_vfolder/mount_vfolder.md
- title: ストレージフォルダの共有
path: share_vfolder/share_vfolder.md
- title: コンピュートセッションへのSFTP接続
path: sftp_to_container/sftp_to_container.md
- category: 管理
items:
- title: ユーザー設定
path: user_settings/user_settings.md
- title: RBAC管理
path: rbac_management/rbac_management.md
- title: 管理者メニュー
path: admin_menu/admin_menu.md
- title: エージェントサマリー
path: agent_summary/agent_summary.md
- title: 統計
path: statistics/statistics.md
- category: リファレンス
items:
- title: FAQ&トラブルシューティング
path: trouble_shooting/trouble_shooting.md
- title: 付録
path: appendix/appendix.md
- title: ライセンス契約
path: license_agreement/license_agreement.md
- title: 参考資料
path: references/references.md
ko:
- category: 시작하기
items:
- title: 빠른 시작
path: quickstart.md
- title: 면책 조항
path: disclaimer.md
- title: 개요
path: overview/overview.md
- title: 설치
path: installation/installation.md
- title: 로그인
path: login/login.md
- title: 헤더
path: header/header.md
- title: 시작 페이지
path: start/start.md
- title: 대시보드
path: dashboard/dashboard.md
- title: 요약
path: summary/summary.md
- category: 워크로드
items:
- title: 세션 페이지
path: session_page/session_page.md
- title: 전체 세션
path: sessions_all/sessions_all.md
- title: 클러스터 세션
path: cluster_session/cluster_session.md
- title: 배포
path: model_serving/model_serving.md
- title: 채팅
path: chat/chat.md
- title: 가져오기 및 실행
path: import_run/import_run.md
- title: 내 환경
path: my_environments/my_environments.md
- category: 스토리지 및 데이터
items:
- title: 스토리지 폴더
path: vfolder/vfolder.md
- title: 스토리지 폴더 마운트
path: mount_vfolder/mount_vfolder.md
- title: 스토리지 폴더 공유
path: share_vfolder/share_vfolder.md
- title: 연산 세션에 대한 SFTP 연결
path: sftp_to_container/sftp_to_container.md
- category: 관리
items:
- title: 사용자 설정
path: user_settings/user_settings.md
- title: RBAC 관리
path: rbac_management/rbac_management.md
- title: 관리자 메뉴
path: admin_menu/admin_menu.md
- title: 에이전트 요약
path: agent_summary/agent_summary.md
- title: 통계
path: statistics/statistics.md
- category: 참고 자료
items:
- title: FAQ 및 문제 해결
path: trouble_shooting/trouble_shooting.md
- title: 부록
path: appendix/appendix.md
- title: 사용권 계약 조건
path: license_agreement/license_agreement.md
- title: 참고 자료
path: references/references.md
th:
- category: เริ่มต้นใช้งาน
items:
- title: เริ่มต้นอย่างรวดเร็ว
path: quickstart.md
- title: ข้อจำกัดความรับผิดชอบ
path: disclaimer.md
- title: ภาพรวม
path: overview/overview.md
- title: การติดตั้ง
path: installation/installation.md
- title: การเข้าสู่ระบบ
path: login/login.md
- title: ส่วนหัว
path: header/header.md
- title: เริ่มต้น
path: start/start.md
- title: แดชบอร์ด
path: dashboard/dashboard.md
- title: สรุป
path: summary/summary.md
- category: เวิร์กโหลด
items:
- title: หน้าเซสชัน
path: session_page/session_page.md
- title: เซสชันทั้งหมด
path: sessions_all/sessions_all.md
- title: เซสชันคลัสเตอร์
path: cluster_session/cluster_session.md
- title: การปรับใช้
path: model_serving/model_serving.md
- title: แชท
path: chat/chat.md
- title: นำเข้าและรัน
path: import_run/import_run.md
- title: สภาพแวดล้อมของฉัน
path: my_environments/my_environments.md
- category: พื้นที่จัดเก็บและข้อมูล
items:
- title: โฟลเดอร์จัดเก็บ
path: vfolder/vfolder.md
- title: การเมาท์โฟลเดอร์จัดเก็บ
path: mount_vfolder/mount_vfolder.md
- title: การแชร์โฟลเดอร์จัดเก็บ
path: share_vfolder/share_vfolder.md
- title: การเชื่อมต่อ SFTP ไปยังเซสชันการคำนวณ
path: sftp_to_container/sftp_to_container.md
- category: การดูแลระบบ
items:
- title: ตั้งค่าผู้ใช้
path: user_settings/user_settings.md
- title: การจัดการ RBAC
path: rbac_management/rbac_management.md
- title: เมนูผู้ดูแลระบบ
path: admin_menu/admin_menu.md
- title: สรุปเอเจนต์
path: agent_summary/agent_summary.md
- title: สถิติ
path: statistics/statistics.md
- category: เอกสารอ้างอิง
items:
- title: FAQ และการแก้ไขปัญหา
path: trouble_shooting/trouble_shooting.md
- title: ภาคผนวก
path: appendix/appendix.md
- title: ข้อตกลงการอนุญาตใช้งาน
path: license_agreement/license_agreement.md
- title: อ้างอิง
path: references/references.md