diff --git a/docs/features/search/collators.md b/docs/features/search/collators.md index 9d68f71c32..4054ec1212 100644 --- a/docs/features/search/collators.md +++ b/docs/features/search/collators.md @@ -4,8 +4,7 @@ title: Collators description: Indexing you Backstage content with Collators --- -You need to be able to search something! Collators are the way to define what -can be searched. Backstage includes 2 collators out of the box for the [Catalog](#catalog) and [TechDocs](#techdocs). There's also some from the [Backstage Community](#community-collators) too! +Backstage includes 2 [collators](./concepts.md#collators) out of the box for the [Catalog](#catalog) and [TechDocs](#techdocs). There's also some from the [Backstage Community](#community-collators) too! ## Catalog diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 2d533912f3..782b39e810 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -132,8 +132,8 @@ "features/search/concepts", "features/search/architecture", "features/search/search-engines", - "features/search/how-to-guides", - "features/search/collators" + "features/search/collators", + "features/search/how-to-guides" ] }, {