From 2aeaf6c29319a22639d12b8d6e64caeb4c83e1c5 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 28 May 2020 23:28:50 +0200 Subject: [PATCH] update --- mkdocs.yml | 13 ++++++------- requirements.txt | 1 - 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 requirements.txt diff --git a/mkdocs.yml b/mkdocs.yml index bb5f505a..321e8591 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,12 +6,11 @@ site_author: inafev repo_url: https://github.com/inafev/awesome-kubernetes theme: - name: mkdocs #readthedocs - #prev_next_buttons_location: both - #navigation_depth: 3 - #titles_only: True - #sticky_navigation: True - include_sidebar: false + name: readthedocs + prev_next_buttons_location: both + navigation_depth: 2 + titles_only: True + sticky_navigation: True extra_css: - extra.css extra_javascript: @@ -24,7 +23,7 @@ markdown_extensions: - meta - admonition - toc: - permalink: False + permalink: True pages: - Home: index.md - Introduction: diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 7845b53e..00000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -mkdocs-rtd-dropdown \ No newline at end of file