From 860207d13cd452fe216a25a2872317439b45aa3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Folbert?= Date: Sat, 24 Nov 2018 00:21:57 +0100 Subject: [PATCH 1/2] 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 94610ff..cc0d377 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" ``` From 6b213c2da01fe4de95e802ac212026f513ff0cc5 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 26 Nov 2018 11:26:44 -0500 Subject: [PATCH 2/2] Additional ident --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index cc0d377..5d47bde 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -21,7 +21,7 @@ search_enabled: true # Aux links for the upper right navigation aux_links: "Just the Docs on GitHub": - - "//github.com/pmarsceill/just-the-docs" + - "//github.com/pmarsceill/just-the-docs" ``` ## Color scheme