From f6e0586381882210b2c3599efd78b535e6ddd698 Mon Sep 17 00:00:00 2001 From: Christopher Diaz Date: Thu, 18 May 2023 08:53:10 -0400 Subject: [PATCH] use diff in changelog Signed-off-by: Christopher Diaz --- .changeset/lovely-impalas-sell.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.changeset/lovely-impalas-sell.md b/.changeset/lovely-impalas-sell.md index fa3ae9d5c5..8980c986ae 100644 --- a/.changeset/lovely-impalas-sell.md +++ b/.changeset/lovely-impalas-sell.md @@ -2,15 +2,15 @@ '@backstage/plugin-search-backend-module-explore': patch --- -Allows for an optional token manager to authenticate requests from the collator to the explore backend. For example: +Allows for an optional `tokenManager` to authenticate requests from the collator to the explore backend. For example: -``` +```diff indexBuilder.addCollator({ schedule: every10MinutesSchedule, factory: ToolDocumentCollatorFactory.fromConfig(env.config, { discovery: env.discovery, logger: env.logger, - tokenManager: env.tokenManager, + + tokenManager: env.tokenManager, }), }); -``` +``` \ No newline at end of file