docs: show latest version in docs + update automatically (#9753)

This commit is contained in:
Shahed Nasser
2024-10-24 14:03:34 +03:00
committed by GitHub
parent 669adbcdc9
commit 04cec64fa1
14 changed files with 232 additions and 1 deletions
+2
View File
@@ -1,9 +1,11 @@
import { DocsConfig } from "types"
import { sidebarConfig } from "./sidebar"
import { globalConfig } from "docs-ui"
const baseUrl = process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000"
export const config: DocsConfig = {
...globalConfig,
titleSuffix: "Medusa v2 Documentation",
baseUrl,
basePath: process.env.NEXT_PUBLIC_BASE_PATH,