diff --git a/website/usage/_data.json b/website/usage/_data.json index 508ecf7d4..ec4c6b6a3 100644 --- a/website/usage/_data.json +++ b/website/usage/_data.json @@ -103,7 +103,7 @@ "menu": { "How Pipelines Work": "pipelines", "Custom Components": "custom-components", - "Extension Attributes": "custom-components-extensions", + "Extension Attributes": "custom-components-attributes", "Multi-Threading": "multithreading", "Serialization": "serialization" } diff --git a/website/usage/processing-pipelines.jade b/website/usage/processing-pipelines.jade index ab1bc7dc4..8a890113e 100644 --- a/website/usage/processing-pipelines.jade +++ b/website/usage/processing-pipelines.jade @@ -12,8 +12,8 @@ include _spacy-101/_pipelines +h(2, "custom-components") Creating custom pipeline components include _processing-pipelines/_custom-components -+section("custom-components-extensions") - +h(2, "custom-components-extensions") Extension attributes ++section("custom-components-attributes") + +h(2, "custom-components-attributes") Extension attributes +tag-new(2) include _processing-pipelines/_extensions