Renamed and reordered index files

This commit is contained in:
Francesc Domene 2019-07-08 18:00:05 +02:00 committed by Néstor Subirón
parent 25a14658b7
commit 780b28ead8
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
* [How to automatically generate a map from RoadRunner](generate_map_from_fbx.md)
* [How to export and import maps to distribution builds](export_import_dist.md)
* [How to add custom props to the Blueprint Library](define_custom_props.md)
* [Recorder and playback](recorder_and_playback.md)
* [How to record and replay](recorder_and_playback.md)
* [Recorder binary file format](recorder_binary_file_format.md)
* [How to upgrade content](how_to_upgrade_content.md)
* [How to make a release](how_to_make_a_release.md)

View File

@ -24,10 +24,10 @@ nav:
- "How to automatically generate a map from RoadRunner": 'generate_map_from_fbx.md'
- "How to export and import maps to distribution builds": 'export_import_dist.md'
- "How to add custom props to the Blueprint Library": 'define_custom_props.md'
- "How to record and replay": 'recorder_and_playback.md'
- "Recorder binary file format": 'recorder_binary_file_format.md'
- "How to upgrade content": 'how_to_upgrade_content.md'
- "How to make a release": 'how_to_make_a_release.md'
- "Recorder and playback": 'recorder_and_playback.md'
- "Recorder binary file format": 'recorder_binary_file_format.md'
- Contributing:
- 'Contribution guidelines': 'CONTRIBUTING.md'
- 'Coding standard': 'coding_standard.md'