docs: add JSON-LD schemas to docs (#14007)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
*::selection {
|
||||
@apply bg-medusa-bg-highlight;
|
||||
@apply bg-medusa-fg-subtle text-medusa-fg-on-inverted;
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
@@ -15,8 +15,7 @@ export const metadata: Metadata = {
|
||||
template: `%s - ${config.titleSuffix}`,
|
||||
default: config.titleSuffix || "",
|
||||
},
|
||||
description:
|
||||
"Explore Medusa's recipes, API references, configurations, storefront guides, and more.",
|
||||
description: config.description,
|
||||
metadataBase: new URL(
|
||||
process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"
|
||||
),
|
||||
|
||||
@@ -7,6 +7,8 @@ const baseUrl = process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"
|
||||
export const config: DocsConfig = {
|
||||
...globalConfig,
|
||||
titleSuffix: "Medusa Documentation",
|
||||
description:
|
||||
"Explore Medusa's recipes, Commerce and Infrastructure modules, API and SDK references, storefront guides, how-to guides, tutorials, and more.",
|
||||
baseUrl,
|
||||
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
|
||||
sidebars: [],
|
||||
|
||||
Reference in New Issue
Block a user