From e127360e3fab54aeafc292e28b9adb3240a4d964 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 15 Dec 2016 03:37:22 -0500 Subject: [PATCH] Moved showcase to the end of the links. --- data/tree.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tree.yml b/data/tree.yml index 41fb9c2..81ad476 100644 --- a/data/tree.yml +++ b/data/tree.yml @@ -1,6 +1,5 @@ --- index.html.haml: "/index.html.haml" -showcase.html.haml: "/showcase.html.haml" introduction: about.html.md: "/introduction/about.html.md" getting-started.html.md: "/introduction/getting-started.html.md" @@ -36,3 +35,4 @@ documentation: UsingConstantMemory.html.md: "/documentation/UsingConstantMemory.html.md" UsingLocalMemory.html.md: "/documentation/UsingLocalMemory.html.md" UsingMultiDimExecutionRanges.html.md: "/documentation/UsingMultiDimExecutionRanges.html.md" +showcase.html.haml: "/showcase.html.haml" \ No newline at end of file -- GitLab