We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfa0fe commit 8a22afaCopy full SHA for 8a22afa
next.config.mjs
@@ -82,6 +82,8 @@ const nonPermanentRedirects = [
82
// Redirects to bridge all kinds of old links to new links
83
["/docs/reference", "https://api.reference.langfuse.com/"],
84
["/docs/integrations/api", "https://api.reference.langfuse.com/"],
85
+ ["/docs/integrations/sdk/typescript", "/docs/sdk/typescript"],
86
+ ["/docs/integrations/sdk/python", "/docs/sdk/python"],
87
["/docs/langchain", "/docs/integrations/langchain/tracing"],
88
["/docs/langchain/python", "/docs/integrations/langchain/tracing"],
89
["/docs/langchain/typescript", "/docs/integrations/langchain/tracing"],
0 commit comments