mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-14 05:43:33 -06:00
Added search.button configuration
Improved documentation for search configurations
This commit is contained in:
@@ -51,7 +51,7 @@ function initNav() {
|
||||
}
|
||||
});
|
||||
|
||||
{% if site.search_enabled != false -%}
|
||||
{% if site.search_enabled != false and site.search.button -%}
|
||||
const searchInput = document.getElementById('search-input');
|
||||
const searchButton = document.getElementById('search-button');
|
||||
|
||||
|
Reference in New Issue
Block a user