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,4 @@
# 常見問題 (FAQ)
### 1. 忘記密碼怎麼辦?
請聯繫系統管理員進行密碼重設。

View File

@@ -0,0 +1,3 @@
# 登入與帳號設定
歡迎使用 Star ERP在本章節中我們將介紹...

View File

@@ -0,0 +1,3 @@
# 庫存管理規範
本系統支援多倉庫管理與即時庫存追蹤...

View File

@@ -0,0 +1,7 @@
# 採購流程說明
完整的採購循環包含以下步驟:
1. 建立請購單
2. 核准並轉成採購單
3. 供應商發貨

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"
}
]
}
]