From 96f394a3e07dbe7188230126d9832d5146e7115d Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:11:01 -0500 Subject: [PATCH] Rename 'Searching the Catalog' to 'Filtering the Catalog' Also updated the name of the md file from search-catalog to filter-catalog. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 06389e8774..94a5a3adb3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,7 +41,7 @@ nav: - Viewing the Catalog: 'getting-started/viewing-catalog.md' - Viewing what you own: 'getting-started/view-what-you-own.md' - Viewing entity relationships: 'getting-started/viewing-entity-relationships.md' - - Searching the Catalog: 'getting-started/search-catalog.md' + - Filtering the Catalog: 'getting-started/filter-catalog.md' - Managing Components: - Register a component: 'getting-started/register-a-component.md' - Create a component: 'getting-started/create-a-component.md'