From e0581d093546da1f8effdc3105ad30e1c4b118bb Mon Sep 17 00:00:00 2001 From: admercs Date: Mon, 12 Feb 2024 17:50:55 -0800 Subject: [PATCH] update docs --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1d08d557..eef4af5e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -128,11 +128,11 @@ validation: unrecognized_links: warn nav: - - index.md # Project documentation generated with MkDocs + - index.md # generated with MkDocs - CHANGELOG.md - "API Documentation": - - api/python/html/index.html # Python API documentation generated with Sphinx - - api/cpp/html/index.html # C++ API documentation generated with Doxygen, Breathe, Sphinx + - "Python API": api/python/html/index.html # generated with Sphinx + - "C++ API": api/cpp/html/index.html # generated with Doxygen, Breathe, Sphinx - "Building AutonomySim": - project_binaries.md - build_windows.md