From 780b28ead80671c4cf8f8dbea4b935b6190c1d33 Mon Sep 17 00:00:00 2001 From: Francesc Domene Date: Mon, 8 Jul 2019 18:00:05 +0200 Subject: [PATCH] Renamed and reordered index files --- Docs/index.md | 2 +- mkdocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index d2d4cf553..5ee5b73fc 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -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) diff --git a/mkdocs.yml b/mkdocs.yml index 0f2efd8f1..7beb9da9d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'