feat: 實作系統操作手冊模組 (Markdown 渲染與導覽)
This commit is contained in:
33
resources/markdown/manual/toc.json
Normal file
33
resources/markdown/manual/toc.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user