From efaa8eaf1f6e725fd1fc46f0cddff3ba9ddcafe0 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 24 Oct 2016 00:52:14 +0200 Subject: [PATCH] Add matcher to navigation --- website/docs/_data.json | 3 ++- website/docs/index.jade | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/_data.json b/website/docs/_data.json index 37cafbc20..5f34a1c5e 100644 --- a/website/docs/_data.json +++ b/website/docs/_data.json @@ -14,7 +14,8 @@ ["Span", "#span", "span"], ["Lexeme", "#lexeme", "lexeme"], ["Vocab", "#vocab", "vocab"], - ["StringStore", "#stringstore", "stringstore"] + ["StringStore", "#stringstore", "stringstore"], + ["Matcher", "#matcher", "matcher"] ], "More": [ ["Annotation Specs", "#annotation", "annotation"], diff --git a/website/docs/index.jade b/website/docs/index.jade index 9d745777e..de99a52b1 100644 --- a/website/docs/index.jade +++ b/website/docs/index.jade @@ -20,6 +20,7 @@ include _api-span include _api-lexeme include _api-vocab include _api-stringstore +include _api-matcher include _annotation-specs include _tutorials