feat: 實作系統操作手冊模組 (Markdown 渲染與導覽)
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 54s

This commit is contained in:
2026-02-13 15:51:51 +08:00
parent 8ef82d49cb
commit e6cf03b991
11 changed files with 1830 additions and 17 deletions

View File

@@ -0,0 +1,33 @@
[
{
"title": "新手上路",
"pages": [
{
"title": "登入與帳號設定",
"slug": "getting-started"
}
]
},
{
"title": "核心流程",
"pages": [
{
"title": "採購流程說明",
"slug": "purchasing-workflow"
},
{
"title": "庫存管理規範",
"slug": "inventory-management"
}
]
},
{
"title": "其他區域",
"pages": [
{
"title": "常見問題 (FAQ)",
"slug": "faq"
}
]
}
]