Website/docs/assets/data/routes.json

158 lines
5.4 KiB
JSON
Raw Normal View History

2023-03-02 21:10:18 -05:00
{
"routes": [
{
"name": "Demo",
2023-03-02 21:10:23 -05:00
"hidden": true,
2023-03-02 21:10:18 -05:00
"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": "Legacy tutorials",
"routes": [
{
"name": "Add new bundles",
"filepath": "tutorials/legacy/add_new_bundles.md"
},
{
"name": "Bug report",
"filepath": "tutorials/legacy/bug_report.md"
},
{
"name": "Create a mod",
"filepath": "tutorials/legacy/create_a_mod.md"
},
{
"name": "Create weather",
"filepath": "tutorials/legacy/create_weather.md"
},
{
"name": "Edit global values",
"filepath": "tutorials/legacy/edit_globals_values.md"
},
{
"name": "Edit location values",
"filepath": "tutorials/legacy/edit_location_values.md"
},
{
"name": "Edit trader values",
"filepath": "tutorials/legacy/edit_traders_values.md"
},
{
"name": "Edit weapon textures",
"filepath": "tutorials/legacy/edit_weapons_texture.md"
},
{
"name": "Photoshop texture editing",
"filepath": "tutorials/legacy/photoshop_texture_editing.md"
}
]
2023-03-02 21:10:18 -05:00
}
]
},
2023-03-02 21:10:42 -05:00
{
"name": "DEVELOPMENT",
"routes": [
{
"name": "Data dumping",
"filepath": "development/dump_data.md"
},
{
"name": "Environment setup",
"filepath": "development/setup.md"
}
]
},
2023-03-02 21:10:59 -05:00
{
2023-03-02 21:11:11 -05:00
"name": "RESOURCES",
2023-03-02 21:10:59 -05:00
"routes": [
{
"name": "Index",
"filepath": "resources/index.md"
},
{
"name": "1. Player profile",
"filepath": "resources/player_profile.md"
},
{
"name": "2. Item stats",
"filepath": "resources/items_stats.md"
},
{
"name": "3. Locations",
"filepath": "resources/locations.md"
},
{
"name": "4. Quests",
"filepath": "resources/quests.md"
},
{
"name": "5. Other",
"filepath": "resources/other.md"
}
]
},
2023-03-02 21:10:18 -05:00
{
"name": "API REFERENCE",
2023-03-02 21:10:23 -05:00
"hidden": true,
2023-03-02 21:10:18 -05:00
"filepath": "api_ref/api.md"
},
{
"name": "API REFERENCE LIST",
"hidden": true,
"routes": []
}
]
}