docs: show latest version in docs + update automatically (#9753)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { globalConfig } from "docs-ui"
|
||||
import { DocsConfig } from "types"
|
||||
|
||||
type SiteConfig = {
|
||||
@@ -9,6 +10,7 @@ type SiteConfig = {
|
||||
const baseUrl = process.env.NEXT_PUBLIC_DOCS_URL || "http://localhost:3000"
|
||||
|
||||
export const siteConfig: SiteConfig = {
|
||||
...globalConfig,
|
||||
name: "Medusa UI",
|
||||
baseUrl,
|
||||
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
|
||||
|
||||
Reference in New Issue
Block a user