Add 'Art guidelines' section to docs
This commit is contained in:
parent
6529bbb3f5
commit
42cd4d4ab9
|
@ -44,7 +44,11 @@
|
|||
<h3>Development</h3>
|
||||
|
||||
* [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)
|
||||
|
||||
<h3>Art guidelines</h3>
|
||||
|
||||
* [How to add assets](how_to_add_assets.md)
|
||||
* [How to model vehicles](how_to_model_vehicles.md)
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue