From a2f1860f133731057a622ee67b68a7d36fb032c3 Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:35:49 -0400 Subject: [PATCH] Update mkdocs.yml --- mkdocs.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index bf1e31fe..42d4a763 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,14 @@ nav: theme: name: null - custom_dir: 'mkdocs_ivory' + custom_dir: 'mkdocs_docskimmer' include_search_page: true - + search_index_only: false + static_templates: + - 404.html + +plugins: ['search'] + +# add theme version number here +extra: + version: 0.3.x