Skip to content

Commit

Permalink
Merge branch 'develop' into feat/customer-store-addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
srindom authored Jan 31, 2024
2 parents 17afd68 + 2cebadc commit c8f2c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs-util/packages/typedoc-config/_merger.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c8f2c4f

Please sign in to comment.