diff --git a/docs/index.html b/docs/index.html
index dfc3cb6..b81dbd1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -46,8 +46,8 @@
// TODO: keep updating old files and add them the the routes list
const routes = {
"SPT-AKI": {
- "Installing a release": "spt-aki/install.md",
"About": "spt-aki/about.md",
+ "Install": "spt-aki/install.md",
"FAQ": "spt-aki/faq.md",
// TODO: work on routes nesting
},
@@ -61,15 +61,15 @@
},
"Resources": {
"Index": "resources/index.md",
- "Player profile": "resources/resources_player_profile.md",
- "Quests": "resources/resources_quests.md",
- "Locations": "resources/resources_locations.md",
- "Item stats": "resources/resources_items_stats.md",
- "Other": "resources/resources_other.md",
+ "Player profile": "resources/player_profile.md",
+ "Quests": "resources/quests.md",
+ "Locations": "resources/locations.md",
+ "Item stats": "resources/items_stats.md",
+ "Other": "resources/other.md",
},
"Development": {
// Documents related to maintaining the project
- "Dump game data": "development/dump_data.md"
+ "Dump data": "development/dump_data.md"
},
// "DEBUG": {
// "** Markdown Demo": "demo.md"
diff --git a/docs/md/resources/index.md b/docs/md/resources/index.md
index b6db2c2..6ad9585 100644
--- a/docs/md/resources/index.md
+++ b/docs/md/resources/index.md
@@ -33,6 +33,5 @@ Here, you will find most of the resources that can be used in modding.
### Other resources
-- Weather type list
- Currency ID list
- Traders ID list
diff --git a/docs/md/resources/resources_items_stats.md b/docs/md/resources/items_stats.md
similarity index 100%
rename from docs/md/resources/resources_items_stats.md
rename to docs/md/resources/items_stats.md
diff --git a/docs/md/resources/resources_locations.md b/docs/md/resources/locations.md
similarity index 53%
rename from docs/md/resources/resources_locations.md
rename to docs/md/resources/locations.md
index 520a453..ddcd3cb 100644
--- a/docs/md/resources/resources_locations.md
+++ b/docs/md/resources/locations.md
@@ -4,31 +4,31 @@
## Hideout areas list
-```text
-AREA # Name Max level
----------------------------------------------
-AREA 0 VENTS 3
-AREA 1 SECURITY 3
-AREA 2 LAVATORY 3
-AREA 3 STASH 4
-AREA 4 GENERATOR 3
-AREA 5 HEATING 3
-AREA 6 WATER COLLECTOR 3
-AREA 7 MEDSTATION 3
-AREA 8 NUTRITION UNIT 3
-AREA 9 REST SPACE 3
-AREA 10 WORKBENCH 3
-AREA 11 INTELLIGENCE CENTER 3
-AREA 12 SHOOTING RANGE 1
-AREA 13 LIBRARY 1
-AREA 14 SCAV CASE 1
-AREA 15 ILLUMINATION 3
-AREA 16 PLACE OF FAME 1
-AREA 17 AIR FILTRERING UNIT 1
-AREA 18 SOLAR POWER 1
-AREA 19 BOOZE GENERATOR 1
-AREA 20 BITCOIN FARM 3
-AREA 21 CHRISTMAS TREE 1
+```markdown
+**Name** | **Area #** | **Max level**
+------------------- | ---------- | -------------
+VENTS | 0 | 3
+SECURITY | 1 | 3
+LAVATORY | 2 | 3
+STASH | 3 | 4
+GENERATOR | 4 | 3
+HEATING | 5 | 3
+WATER COLLECTOR | 6 | 3
+MEDSTATION | 7 | 3
+NUTRITION UNIT | 8 | 3
+REST SPACE | 9 | 3
+WORKBENCH | 10 | 3
+INTELLIGENCE CENTER | 11 | 3
+SHOOTING RANGE | 12 | 1
+LIBRARY | 13 | 1
+SCAV CASE | 14 | 1
+ILLUMINATION | 15 | 3
+PLACE OF FAME | 16 | 1
+AIR FILTRERING UNIT | 17 | 1
+SOLAR POWER | 18 | 1
+BOOZE GENERATOR | 19 | 1
+BITCOIN FARM | 20 | 3
+CHRISTMAS TREE | 21 | 1
```
## Hideout areas requirement types
diff --git a/docs/md/resources/resources_other.md b/docs/md/resources/other.md
similarity index 94%
rename from docs/md/resources/resources_other.md
rename to docs/md/resources/other.md
index 9a1a12f..38c398c 100644
--- a/docs/md/resources/resources_other.md
+++ b/docs/md/resources/other.md
@@ -2,27 +2,6 @@
> This page give you various resources for global changes.
-## All weather type
-
-```text
-ClearDay
-ClearWind
-ClearNight
-PartlyCloudDay
-PartlyCloudNight
-ClearFogDay
-ClearFogNight
-CloudFog
-Fog
-MostlyCloud
-LightRain
-Rain
-CloudWind
-CloudWindRain
-FullCloud
-ThunderCloud
-```
-
## Currency IDs
```text
diff --git a/docs/md/resources/resources_player_profile.md b/docs/md/resources/player_profile.md
similarity index 100%
rename from docs/md/resources/resources_player_profile.md
rename to docs/md/resources/player_profile.md
diff --git a/docs/md/resources/resources_quests.md b/docs/md/resources/quests.md
similarity index 100%
rename from docs/md/resources/resources_quests.md
rename to docs/md/resources/quests.md