Update doc and website references to new domain (#856)

This commit is contained in:
Kennan Seno
2021-12-01 17:11:34 +00:00
committed by GitHub
parent 74bc9c618f
commit 0523d9478f
26 changed files with 46 additions and 46 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ const algoliaApiKey = process.env.ALGOLIA_API_KEY || "temp"
module.exports = {
title: "Medusa Commerce",
tagline: "Explore and learn how to use Medusa",
url: "https://docs.medusa-commerce.com",
url: "https://docs.medusajs.com",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
@@ -47,7 +47,7 @@ module.exports = {
},
items: [
{
href: "https://docs.medusa-commerce.com",
href: "https://docs.medusajs.com",
label: "Overview",
},
{
@@ -56,7 +56,7 @@ module.exports = {
label: "Tutorial",
},
{
href: `https://docs.medusa-commerce.com/api/store`,
href: `https://docs.medusajs.com/api/store`,
target: "_self",
label: "Reference",
},