From 53484f1a632224e8140fcbadf96fbec90b5a9e96 Mon Sep 17 00:00:00 2001 From: lvuch Date: Thu, 4 Jun 2020 10:31:11 -0700 Subject: [PATCH] resolve favicon issue and move css --- docs/{stylesheets => static/css}/extra.css | 0 mkdocs.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{stylesheets => static/css}/extra.css (100%) diff --git a/docs/stylesheets/extra.css b/docs/static/css/extra.css similarity index 100% rename from docs/stylesheets/extra.css rename to docs/static/css/extra.css diff --git a/mkdocs.yml b/mkdocs.yml index 9d85951e..5291f60b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,7 @@ extra_javascript: extra_css: - static/css/asciinema-player.css - - stylesheets/extra.css + - static/css/extra.css # Repo Information repo_name: rancher/k3d @@ -27,7 +27,7 @@ theme: primary: "black" accent: "grey" logo: static/img/k3d_logo_black_green.svg - favicon: static/img/favicons_black_blue/favicon.ico + favicon: static/img/favicons_black_blue/favicon.png # Navigation # nav: ommitted, because we're using the awesome-pages plugin (https://squidfunk.github.io/mkdocs-material/plugins/awesome-pages/)