From 860207d13cd452fe216a25a2872317439b45aa3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Folbert?= <b@folbert.com>
Date: Sat, 24 Nov 2018 00:21:57 +0100
Subject: [PATCH] Indented the title for aux_link

The indent is required for the aux links to work.
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 94610ff7..cc0d3776 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -20,7 +20,7 @@ search_enabled: true
 ```yml
 # Aux links for the upper right navigation
 aux_links:
-"Just the Docs on GitHub":
+    "Just the Docs on GitHub":
     - "//github.com/pmarsceill/just-the-docs"
 ```
 
-- 
GitLab