Added recorder files to index
This commit is contained in:
parent
629254be3f
commit
25a14658b7
|
@ -28,6 +28,8 @@
|
|||
* [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)
|
||||
* [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)
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@ nav:
|
|||
- "How to add custom props to the Blueprint Library": 'define_custom_props.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'
|
||||
|
|
Loading…
Reference in New Issue