From 57105e8e073f4f64b6148d85408459401a7b2650 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Mon, 19 Jul 2021 10:48:29 -0700 Subject: [PATCH] Add i18n filters to docs table of contents It looks like the i18n filters doc got left out of toc.json at some point. This PR adds it back so it shows up in the published docs. Fixes #33550 --- docs/manifest.json | 6 ++++++ docs/toc.json | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 8459d00cb5c71..654c6037674e9 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -569,6 +569,12 @@ "markdown_source": "../docs/reference-guides/filters/editor-filters.md", "parent": "filters" }, + { + "title": "i18n Filters", + "slug": "i18n-filters", + "markdown_source": "../docs/reference-guides/filters/i18n-filters.md", + "parent": "filters" + }, { "title": "Parser Filters", "slug": "parser-filters", diff --git a/docs/toc.json b/docs/toc.json index 76dcd9bad7cd1..c8ce6140ef94f 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -227,6 +227,7 @@ "docs/reference-guides/filters/README.md": [ { "docs/reference-guides/filters/block-filters.md": [] }, { "docs/reference-guides/filters/editor-filters.md": [] }, + { "docs/reference-guides/filters/i18n-filters.md": [] }, { "docs/reference-guides/filters/parser-filters.md": [] }, { "docs/reference-guides/filters/autocomplete-filters.md": []