From 6a35694f757e885354a01ff8318103e3d2399fe8 Mon Sep 17 00:00:00 2001 From: niden Date: Mon, 18 Dec 2023 14:45:05 -0600 Subject: [PATCH] added coding standard to the menu --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 181c9ba91..06bcc465d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -147,6 +147,7 @@ nav: - Backtrace Generation: generating-backtrace.md - Reproducible Tests: reproducible-tests.md - Testing environment: testing-environment.md + - Coding Standard: coding-standard.md - Sponsoring: sponsors.md - Getting Started: - Installation: installation.md