From 3f0b7254a25f2aca800f01a6e5dffcc947fc66c7 Mon Sep 17 00:00:00 2001 From: Silvio Giebl <silvio.giebl@hivemq.com> Date: Thu, 25 Jun 2020 23:19:24 +0200 Subject: [PATCH] Update _config.yml with default values --- _config.yml | 6 +++--- bin/just-the-docs | 0 docs/configuration.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 bin/just-the-docs diff --git a/_config.yml b/_config.yml index 27367943..20bf8a17 100644 --- a/_config.yml +++ b/_config.yml @@ -46,10 +46,10 @@ search: tokenizer_separator: /[\s/]+/ # Display the relative url in search results # Supports true (default) or false - rel_url: false - # Enable or disable the search button + rel_url: true + # 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 # Enable or disable heading anchors heading_anchors: true diff --git a/bin/just-the-docs b/bin/just-the-docs old mode 100644 new mode 100755 diff --git a/docs/configuration.md b/docs/configuration.md index f2787145..65471d23 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -55,7 +55,7 @@ search: tokenizer_separator: /[\s/]+/ # Display the relative url in search results # Supports true (default) or false - rel_url: false + rel_url: true # Enable or disable the search button that appears in the bottom right corner of every page # Supports true or false (default) button: false -- GitLab