From 7f6603c512913fd9f5926b8999c8c85de2f2ef62 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 1 Jul 2019 13:04:32 +0200 Subject: [PATCH] Fix walker_bone_control.md not added to index --- Docs/index.md | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Docs/index.md b/Docs/index.md index f6a6b56bb..cdb48e16a 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -32,6 +32,7 @@ * [How to control vehicle physics](how_to_control_vehicle_physics.md) * [How to record and replay](recorder_and_playback.md) * [Recorder binary file format](recorder_binary_file_format.md) + * [How to control walker skeletons](walker_bone_control.md)

Contributing

diff --git a/mkdocs.yml b/mkdocs.yml index 224121767..2527263a1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,6 +28,7 @@ nav: - "Recorder binary file format": 'recorder_binary_file_format.md' - "How to add friction triggers": "how_to_add_friction_triggers.md" - "How to control vehicle physics": "how_to_control_vehicle_physics.md" + - "How to control walker skeletons": "walker_bone_control.md" - Contributing: - 'Contribution guidelines': 'CONTRIBUTING.md' - 'Coding standard': 'coding_standard.md'