Skip to content

Commit 522124f

Browse files
authored
feat: update redirects for renamed LLM observability documentation (#2091)
1 parent 29b8d08 commit 522124f

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

next.config.js

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ module.exports = () => {
618618
{
619619
source: "/docs/operate/0.75.0/query-service/user-invitation-smtp",
620620
destination: "/docs/manage/administrator-guide/configuration/smtp-email-invitations/#versions-less-than-or-equal-to-084x",
621-
permanent: true
621+
permanent: true
622622
},
623623
{
624624
source: "/docs/operate/0.75.0/query-service/reset-admin-password",
@@ -628,7 +628,7 @@ module.exports = () => {
628628
{
629629
source: "/docs/operate/0.75.0/configuration",
630630
destination: "/docs/operate/configuration",
631-
permanent: true
631+
permanent: true
632632
},
633633
{
634634
source: "/docs/operate/docker-standalone/#upgrade",
@@ -667,7 +667,7 @@ module.exports = () => {
667667
},
668668
{
669669
source: "/docs/llm/opentelemetry-openai-monitoring/",
670-
destination: "/docs/opentelemetry-openai-monitoring/",
670+
destination: "/docs/openai-monitoring/",
671671
permanent: true
672672
},
673673
{
@@ -677,12 +677,43 @@ module.exports = () => {
677677
},
678678
{
679679
source: "/docs/llm/vercel-ai-sdk-monitoring/",
680-
destination: "/docs/vercel-ai-sdk-monitoring/",
680+
destination: "/docs/vercel-ai-sdk-observability/",
681681
permanent: true
682682
},
683683
{
684684
source: "/docs/llm/llamaindex-monitoring/",
685-
destination: "/docs/llamaindex-monitoring/",
685+
destination: "/docs/llamaindex-observability/",
686+
permanent: true
687+
},
688+
// Redirects for renamed LLM observability docs (SEO edits #2090)
689+
{
690+
source: "/docs/opentelemetry-openai-monitoring/",
691+
destination: "/docs/openai-monitoring/",
692+
permanent: true
693+
},
694+
{
695+
source: "/docs/crewai-monitoring/",
696+
destination: "/docs/crewai-observability/",
697+
permanent: true
698+
},
699+
{
700+
source: "/docs/langchain-monitoring/",
701+
destination: "/docs/langchain-observability/",
702+
permanent: true
703+
},
704+
{
705+
source: "/docs/llamaindex-monitoring/",
706+
destination: "/docs/llamaindex-observability/",
707+
permanent: true
708+
},
709+
{
710+
source: "/docs/mastra-monitoring/",
711+
destination: "/docs/mastra-observability/",
712+
permanent: true
713+
},
714+
{
715+
source: "/docs/vercel-ai-sdk-monitoring/",
716+
destination: "/docs/vercel-ai-sdk-observability/",
686717
permanent: true
687718
},
688719
{

0 commit comments

Comments
 (0)