From f71be9ea4568eb2c634d987b734f5fc0c0bc43de Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 24 Sep 2017 01:35:12 -0400 Subject: [PATCH] docs: reordered the menu items in the documentation. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 10d3d6f5..48b2f836 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,11 +7,11 @@ pages: - Home: index.md - Getting Started: getting_started.md - Comparing the Alternatives: comparing_the_alternatives.md - - Glossary: glossary.md - Core Annotations: - Overview: annotations/overview.md - '@Property': annotations/property.md - '@adjacency': annotations/adjacency.md + - Glossary: glossary.md extra: version: '3.2.0' logo: 'images/ferma-logo.svg' -- GitLab