From 94e10bd02abffa04ffb73116cbb51bd590d8226c Mon Sep 17 00:00:00 2001 From: John Saigle <4022790+johnsaigle@users.noreply.github.com> Date: Tue, 17 Dec 2019 13:24:56 -0500 Subject: [PATCH] [ReadTheDocs] Add help style guide to navigation bar (#5862) Adds the help style guide to the Read The Docs sidebar. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index ccb779829a0..7cd5c3f797b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,4 +24,5 @@ nav: - Developers: - 'Overview': 'wiki/99 - Developers/README.md' - 'SQL Dictionary': 'wiki/99 - Developers/SQL Dictionary.md' + - 'Style Guide (for help text)': 'HelpStyleGuide.md' theme: readthedocs