From e09edfaf1015986c2564df6dd8f4127cd64d79e7 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 21 Apr 2021 08:51:01 +0200 Subject: [PATCH] add prebuild index option --- mkdocs.yml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 51969eb..d8dc8e0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,24 +1,26 @@ +--- site_name: Notebook site_url: https://www.ducamps.win/notebook site_author: Vincent Ducamps plugins: - - search - - minify: - minify_html: true - - section-index + - search: + prebuild_index: python + - minify: + minify_html: true + - section-index theme: - language: fr - name: material - highlightjs: true - palette: - scheme: default - primary: teal - accent: red - hljs_languages: - - yaml - features: - - navigation.instant - - navigation.tabs + language: fr + name: material + highlightjs: true + palette: + scheme: default + primary: teal + accent: red + hljs_languages: + - yaml + features: + - navigation.instant + - navigation.tabs repo_url: https://git.ducamps.win/vincent/notebook repo_name: Vincent/notebook extra: