diff --git a/Docs/index.md b/Docs/index.md index 3011849e7..d2d4cf553 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -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) diff --git a/mkdocs.yml b/mkdocs.yml index f549111ea..0f2efd8f1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'