From 2cebadc3a851fcc1fbac4864d214c0f20a89c0d8 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 31 Jan 2024 15:50:34 +0200 Subject: [PATCH] docs: fix title of the configuration page (#6268) Fix the title of the configurations page which is generated by typedoc --- docs-util/packages/typedoc-config/_merger.js | 4 +++- .../medusa_config/interfaces/medusa_config.ConfigModule.mdx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs-util/packages/typedoc-config/_merger.js b/docs-util/packages/typedoc-config/_merger.js index f7eaaa5c0490f..c9d4f8eda7d2c 100644 --- a/docs-util/packages/typedoc-config/_merger.js +++ b/docs-util/packages/typedoc-config/_merger.js @@ -285,7 +285,9 @@ npx medusa develop This document assumes you already followed along with the [Prepare Environment documentation](https://docs.medusajs.com/development/backend/prepare-environment) and have a Medusa backend installed. ---`, - reflectionTitle: "Configure Medusa Backend", + reflectionTitle: { + fullReplacement: "Configure Medusa Backend", + }, expandMembers: true, expandProperties: true, // parameterStyle: "list", diff --git a/www/apps/docs/content/references/medusa_config/interfaces/medusa_config.ConfigModule.mdx b/www/apps/docs/content/references/medusa_config/interfaces/medusa_config.ConfigModule.mdx index 847c5c301ed17..8adc4a05ed9fc 100644 --- a/www/apps/docs/content/references/medusa_config/interfaces/medusa_config.ConfigModule.mdx +++ b/www/apps/docs/content/references/medusa_config/interfaces/medusa_config.ConfigModule.mdx @@ -5,7 +5,7 @@ slug: /development/backend/configurations import ParameterTypes from "@site/src/components/ParameterTypes" -# ConfigModule +# Configure Medusa Backend In this document, you’ll learn how to create a file service in the Medusa backend and the methods you must implement in it.