From a086954c512c663dcaa9f6d2fff3ef9e52333ca2 Mon Sep 17 00:00:00 2001
From: Silvio Giebl <silvio.giebl@hivemq.com>
Date: Fri, 10 Jul 2020 21:05:29 +0200
Subject: [PATCH] Improved documentation for document collections

---
 docs/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index c71a3a9c..8b5cb978 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -45,10 +45,10 @@ just_the_docs:
       name: Documentation
       # Exclude the collection from the navigation
       # Supports true or false (default)
-      nav_exclude: false;
+      nav_exclude: false
       # Exclude the collection from the search
       # Supports true or false (default)
-      search_exclude: false;
+      search_exclude: false
 ```
 
 You can reference multiple collections.
-- 
GitLab