From 02a05cff30d6ff39b47b1951fb9bcbbe4eeeaf3d Mon Sep 17 00:00:00 2001 From: nsubiron Date: Fri, 10 Nov 2017 18:17:59 +0100 Subject: [PATCH] Mkdocs config --- mkdocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 97ca03667..1d375a8e8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,14 @@ repo_url: https://github.com/carla-simulator/carla pages: - 'Home': 'Docs/index.md' +- 'CARLA Settings': Docs/carla_settings.md +- 'CarlaServer documentation': Docs/carla_server.md +- 'How to add Automotive Materials': Docs/how_to_add_automotive_materials.md +- 'How to add assets': Docs/how_to_add_assets.md +- 'How to build on Linux': Docs/how_to_build_on_linux.md +- 'How to build on Windows': Docs/how_to_build_on_windows.md +- 'How to run CARLA server and client': Docs/release_readme.md +- 'Troubleshooting': Docs/troubleshooting.md markdown_extensions: - admonition