*/ public array $pages = [ 'overview' => ['title' => '시작하기·시스템 개요', 'file' => '00_overview.md'], 'flow' => ['title' => '핵심 업무 흐름', 'file' => '10_workflow.md'], 'order' => ['title' => '발주·입고', 'file' => '20_order_receiving.md'], 'inventory' => ['title' => '재고·실사', 'file' => '30_inventory.md'], 'sales' => ['title' => '판매·불출', 'file' => '40_sales_issue.md'], 'reports' => ['title' => '판매현황·수불·통계', 'file' => '50_reports.md'], 'codes' => ['title' => '봉투·LOT·바코드 코드체계', 'file' => '90_code_system.md'], 'faq' => ['title' => '자주 묻는 질문·문의', 'file' => '99_faq.md'], ]; }