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