DazedTL/data/help/index.json
DazedAnon 41691879dc fix(update): ship Guide help files in tool update archives
- Un-ignore data/help/** so index.json is included in git archives
- Add ShippedDataTrackingTests to catch future gitignore regressions
- Add Cursor rule for agents editing shipped data/ paths
2026-07-22 12:22:30 -05:00

37 lines
670 B
JSON

[
{
"id": "welcome",
"title": "Welcome",
"file": "00-welcome.md"
},
{
"id": "requirements",
"title": "Requirements",
"file": "01-requirements.md"
},
{
"id": "quickstart",
"title": "Quick Start",
"file": "02-quickstart.md"
},
{
"id": "workflow-rpg",
"title": "Workflow: RPG Maker",
"file": "03-workflow-rpg.md"
},
{
"id": "workflow-wolf",
"title": "Workflow: WolfDawn",
"file": "04-workflow-wolf.md"
},
{
"id": "other-tabs",
"title": "Other Tabs",
"file": "05-other-tabs.md"
},
{
"id": "examples",
"title": "Example Walkthrough",
"file": "06-examples.md"
}
]