Website/docs/assets/data/routes.json

104 lines
3.5 KiB
JSON
Raw Normal View History

2023-03-02 21:10:18 -05:00
{
"routes": [
{
"name": "Demo",
"hidden": false,
"filepath": "demo.md"
},
{
"name": "GETTING STARTED",
"routes": [
{
"name": "About",
"filepath": "getting_started/about.md"
},
{
"name": "Setup",
"filepath": "getting_started/setup.md"
},
{
"name": "F.A.Q.",
"filepath": "getting_started/faq.md"
}
]
},
{
"name": "TUTORIALS",
"type": "section",
"routes": [
{
"name": "Tutorial: Getting OP",
"routes": [
{
"name": "Introduction",
"filepath": "tutorials/tut_0/tut0_0.md"
},
{
"name": "Getting started",
"filepath": "tutorials/tut_0/tut0_1.md"
},
{
"name": "1. Edit character level",
"filepath": "tutorials/tut_0/tut0_2.md"
},
{
"name": "2. Edit skill level",
"filepath": "tutorials/tut_0/tut0_3.md"
},
{
"name": "3. Edit quest status",
"filepath": "tutorials/tut_0/tut0_4.md"
},
{
"name": "4. Edit hideout area status",
"filepath": "tutorials/tut_0/tut0_5.md"
},
{
"name": "5. Add money to stash",
"filepath": "tutorials/tut_0/tut0_6.md"
}
]
},
{
"name": "Tutorial: Being a god with style",
"filepath": "tutorials/tut_1.md"
},
{
"name": "Tutorial: Creating a new weapon",
"routes": [
{
"name": "0. Introduction",
"filepath": "tutorials/tut_2/cw_0.md"
},
{
"name": "1. Creating a new weapon",
"filepath": "tutorials/tut_2/cw_1.md"
},
{
"name": "2. Adding it the to flea market",
"filepath": "tutorials/tut_2/cw_2.md"
},
{
"name": "3. Adding it to a trader",
"filepath": "tutorials/tut_2/cw_3.md"
},
{
"name": "4. Editing a weapon's texture",
"filepath": "tutorials/tut_2/cw_4.md"
}
]
}
]
},
{
"name": "API REFERENCE",
"hidden": false,
"filepath": "api_ref/api.md"
},
{
"name": "API REFERENCE LIST",
"hidden": true,
"routes": []
}
]
}