From a408ed10c6f47e05d41d467373d74f6068b8c57d Mon Sep 17 00:00:00 2001 From: Younes Strittmatter Date: Thu, 15 Jun 2023 11:58:57 -0400 Subject: [PATCH] Update mkdocs.yml --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 1bae66acd..553a1285b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -127,6 +127,7 @@ nav: - Contributor Guide: - Overview: 'contribute/index.md' - Module Contributions: 'contribute/module.md' + - Theorist Contribution: 'contribute/theorist-module.md' - Core Contributions: 'contribute/core.md' - Environment Setup: 'contribute/setup.md' - Pre-Commit Hooks: 'contribute/pre-commit-hooks.md'