diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-09-01 16:17:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-09-01 16:17:14 -0300 |
commit | 60d225072d3f3e9ccd9e5ea73f9866ea92f00d3b (patch) | |
tree | e0b73f8591d4e8fa9f6c7a66f5bf7eeb309da12f /mkdocs.yml | |
parent | c23c6010c65dc05b4c3cd8066698254e6a159fcc (diff) | |
download | copyfarai-60d225072d3f3e9ccd9e5ea73f9866ea92f00d3b.tar.gz copyfarai-60d225072d3f3e9ccd9e5ea73f9866ea92f00d3b.tar.bz2 |
Fix: disable search
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ extra_css: - site.css plugins: - - search + #- search - awesome-pages: strict: false |