diff --git a/Docs/index.md b/Docs/index.md
index d11e779fe..35e481c79 100644
--- a/Docs/index.md
+++ b/Docs/index.md
@@ -44,7 +44,11 @@
Development
* [Map customization](map_customization.md)
- * [How to add assets](how_to_add_assets.md)
* [Build system](build_system.md)
+
+Art guidelines
+
+ * [How to add assets](how_to_add_assets.md)
+ * [How to model vehicles](how_to_model_vehicles.md)
diff --git a/mkdocs.yml b/mkdocs.yml
index f6bfa3e71..1aef51bec 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -33,10 +33,12 @@ pages:
- 'Code of conduct': 'CODE_OF_CONDUCT.md'
- Development:
- 'Map customization': 'map_customization.md'
- - 'How to add assets': 'how_to_add_assets.md'
# - 'CARLA design': 'carla_design.md'
# - 'CarlaServer documentation': 'carla_server.md'
- 'Build system': 'build_system.md'
+- Art guidelines:
+ - 'How to add assets': 'how_to_add_assets.md'
+ - 'How to model vehicles': 'how_to_model_vehicles.md'
- Appendix:
- 'Driving Benchmark Sample Results Town01': 'benchmark_basic_results_town01.md'
- 'Driving Benchmark Sample Results Town02': 'benchmark_basic_results_town02.md'