From e438b5b6498ecfe21ab1f22081eb0ee14f609c31 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 16 Nov 2021 22:54:59 +0100 Subject: [PATCH] mkdocs maaterial test: toc --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8a945a1e..2b88da21 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,9 +8,9 @@ repo_url: https://github.com/redhatspain/awesome-kubernetes theme: name: material prev_next_buttons_location: both - navigation_depth: 4 - titles_only: False - sticky_navigation: True + #navigation_depth: 4 + #titles_only: False + #sticky_navigation: True extra_css: - static/extra.css extra_javascript: @@ -46,7 +46,7 @@ markdown_extensions: - codehilite - footnotes - toc: - permalink: True + permalink: False #baselevel: 2 nav: - Home: index.md