From 868bb0e3ac740f34d1b14e64e462765dd3c39e60 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Thu, 25 Jun 2020 23:11:43 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Patrick Marsceill --- docs/configuration.md | 4 ++-- docs/search.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index b93d601..f278714 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -56,9 +56,9 @@ search: # Display the relative url in search results # Supports true (default) or false rel_url: false - # Enable or disable the search button + # Enable or disable the search button that appears in the bottom right corner of every page # Supports true or false (default) - button: true + button: false ``` ## Aux links diff --git a/docs/search.md b/docs/search.md index dbc03d6..495884d 100644 --- a/docs/search.md +++ b/docs/search.md @@ -86,8 +86,10 @@ search.rel_url: false ### Display search button +The search button displays in the bottom right corner of the screen and triggers the search input when clicked. + ```yaml -# Enable or disable the search button +# Enable or disable the search button that appears in the bottom right corner of every page # Supports true or false (default) search.button: true ```