From 91b4b395c1f58c4c26ab4dd59a867fef9d779782 Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Fri, 2 Oct 2020 09:03:41 -0300 Subject: [PATCH] BBL-381 | migrating mkdocs-material from 5.x to 6.x --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 33fabe0b5..24b111339 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,8 +25,8 @@ theme: text: Roboto code: Roboto Mono features: - - tabs - - instant + - navigation.tabs + - navigation.instant palette: # https://www.materialpalette.com/colors scheme: preference #primary: "teal" # comment to replace by /docs/assets/stylesheets @@ -71,7 +71,7 @@ markdown_extensions: plugins: - search - - awesome-pages +# - awesome-pages extra_css: - assets/stylesheets/extra.css