docs: fix title of the configuration page (#6268)
Fix the title of the configurations page which is generated by typedoc
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user