From cd8b6d412010077a8cd538b3ec3e5d67dfca78ec Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Wed, 22 May 2024 14:04:29 +0200 Subject: [PATCH] fix: remove custom header since it was not showing hamburger menu --- custom/partials/header.html | 92 ------------------------------------- mkdocs.yml | 3 +- 2 files changed, 1 insertion(+), 94 deletions(-) delete mode 100644 custom/partials/header.html diff --git a/custom/partials/header.html b/custom/partials/header.html deleted file mode 100644 index d76b95b..0000000 --- a/custom/partials/header.html +++ /dev/null @@ -1,92 +0,0 @@ - - - -
- - - -
\ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 10f6a22..f6b0d66 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: "MEDEA documentation" +site_name: "Documentation" site_url: "https://medea.docs.rokubun.cat" theme: name: material @@ -7,7 +7,6 @@ theme: palette: primary: 'deep orange' accent: 'blue grey' - custom_dir: 'custom' rokubun_url: 'https://www.rokubun.cat' nav: - Home: 'index.md'