From 8d91a7f1fbae3fd67440700426d9a602b65d58eb Mon Sep 17 00:00:00 2001 From: Steve Richards Date: Fri, 30 Oct 2020 18:21:03 +0000 Subject: [PATCH] Add link to Lens Website at end of nav --- docs/custom_theme/partials/nav.html | 69 ----------------------------- mkdocs.yml | 1 + 2 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 docs/custom_theme/partials/nav.html diff --git a/docs/custom_theme/partials/nav.html b/docs/custom_theme/partials/nav.html deleted file mode 100644 index cd7b31dae3..0000000000 --- a/docs/custom_theme/partials/nav.html +++ /dev/null @@ -1,69 +0,0 @@ - - - -{% set site_url = config.site_url | default(nav.homepage.url, true) | url %} -{% if not config.use_directory_urls and site_url[0] == site_url[-1] == "." %} - {% set site_url = site_url ~ "/index.html" %} -{% endif %} - - - diff --git a/mkdocs.yml b/mkdocs.yml index 46d16a8903..57d6ce08cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,7 @@ nav: - Testing Extensions: extensions/testing-and-publishing/testing.md - Publishing Extensions: extensions/testing-and-publishing/publishing.md - Bundling Extensions: extensions/testing-and-publishing/bundling.md + - Lens Website: https://k8slens.dev theme: name: 'material' highlightjs: true