From d7e202b245b6aabe0b9b926b879ea55d955001cb Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Thu, 8 Jan 2026 19:16:50 +0000 Subject: [PATCH] Updated Wiki content --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9c3e0e7..bc0ac42 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,8 +17,8 @@ theme: favicon: assets/images/OrcaSlicer.ico features: - content.code.copy # Enables the copy-to-clipboard button - #- search.suggest - #- search.highlight + - search.suggest + - search.highlight - navigation.path # shows breadcumb #- navigation.top # adds back to top button - not working - navigation.footer # adds next and previous buttons @@ -37,7 +37,7 @@ extra_css: - assets/stylesheets/extra.css plugins: - #- search @ search didnt appear on my setup + - search - gh-admonitions # converts github annotions to admonition #- optimize # automatically optimizes images #- git-committers: # not works # adds committers to footer # pip install mkdocs-git-committers-plugin-2