From 218ffcde268a76270f7a15ff9ac200bb1db0f443 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 21:09:37 -0500 Subject: [PATCH] Fixed old tutorials path + modding resource havn't changed --- docs/index.html | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/docs/index.html b/docs/index.html index d7bfdff..f18de60 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,38 +56,35 @@ }, "Tutorials": { // Generalist tutorials (walkthrough projects) - "Modding 101 - ": "#", - "Modding 101 - ": "#", - "Modding 101 - ": "#" + "WorkInProgress":"demo.md" }, "Modding": { // Here are guides only related to modifying the server/client. - "Editing weapons textures": "#", - "Editing player profile": "#", + "WorkInProgress":"demo.md" }, "DEBUG": { "** Markdown Demo": "demo.md" }, "Tutorials-old":{ - "Create a mod on SP-Tarkov": "tutorials/create_a_mod.md", // TODO: Create a "modding 101 series" - "How to report a bug": "tutorials/bug-report.md", // TODO: include in FAQ - "Editing differents things in my player profile": "tutorials/edit_the_player_profile.md", - "Change some traders behaviour": "tutorials/edit_traders_values.md", - "How to customize maps values": "tutorials/edit_location_values.md", - "Change global values of the server": "tutorials/edit_globals_values.md", - "Edit weapons textures": "tutorials/edit_weapons_textures.md", - "Edit weapons textures with photoshop": "tutorials/photoshop_texture_editing.md", - "Customize weather presets": "tutorials/create_weather.md", - "Add new bundles to the game": "tutorials/add_new_bundles.md" + "Create a mod on SP-Tarkov": ".old/tutorials/create_a_mod.md", // TODO: Create a "modding 101 series" + "How to report a bug": ".old/tutorials/bug-report.md", // TODO: include in FAQ + "Editing differents things in my player profile": ".old/tutorials/edit_the_player_profile.md", + "Change some traders behaviour": ".old/tutorials/edit_traders_values.md", + "How to customize maps values": ".old/tutorials/edit_location_values.md", + "Change global values of the server": ".old/tutorials/edit_globals_values.md", + "Edit weapons textures": ".old/tutorials/edit_weapons_textures.md", + "Edit weapons textures with photoshop": ".old/tutorials/photoshop_texture_editing.md", + "Customize weather presets": ".old/tutorials/create_weather.md", + "Add new bundles to the game": ".old/tutorials/add_new_bundles.md" }, - // "Modding":{ - // "All items stats resources":"resources/itemsStats_resources.md", - // "All locations resources":"resources/locations_resources.md", - // "All player profile resources":"resources/playerProfile_resources.md", - // "All quest resources":"resources/quests_resources.md", - // "All other resources":"resources/other_resources.md" - // } + "Modding":{ + "All items stats resources":"resources/itemsStats_resources.md", + "All locations resources":"resources/locations_resources.md", + "All player profile resources":"resources/playerProfile_resources.md", + "All quest resources":"resources/quests_resources.md", + "All other resources":"resources/other_resources.md" + } }; /**