mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 21:28:25 +08:00
fix(web): point docs links to mintlify preview domain
This commit is contained in:
parent
e16a3ef396
commit
98d2eb6579
@ -21,7 +21,7 @@ export const useGetPricingPageLanguage = () => {
|
||||
return getPricingPageLanguage(locale)
|
||||
}
|
||||
|
||||
export const defaultDocBaseUrl = 'https://docs.dify.ai'
|
||||
export const defaultDocBaseUrl = 'https://dify-6c0370d8-add-new-agent.mintlify.app'
|
||||
export type DocPathMap = Partial<Record<Locale, DocPathWithoutLang>>
|
||||
|
||||
export const useDocLink = (baseUrl?: string): ((path?: DocPathWithoutLang, pathMap?: DocPathMap) => string) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user