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