Skip to content

Commit 3feca7b

Browse files
authored
docs: add redirects for former pages (#846)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
1 parent fdcb7e3 commit 3feca7b

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

docs/docs/docs.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,14 @@
426426
},
427427
{
428428
"source": "/overview/mellea-welcome",
429+
"destination": "/"
430+
},
431+
{
432+
"source": "/overview/quick-start",
433+
"destination": "/getting-started/quickstart"
434+
},
435+
{
436+
"source": "/overview/project-mellea",
429437
"destination": "/concepts/generative-programming"
430438
},
431439
{
@@ -507,6 +515,38 @@
507515
{
508516
"source": "/how-to/safety-guardrails",
509517
"destination": "/advanced/security-and-taint-tracking"
518+
},
519+
{
520+
"source": "/dev/constrained-decoding",
521+
"destination": "/advanced/mellea-core-internals"
522+
},
523+
{
524+
"source": "/dev/generate-ctx-signature",
525+
"destination": "/advanced/mellea-core-internals"
526+
},
527+
{
528+
"source": "/dev/intrinsics-and-adapters",
529+
"destination": "/advanced/intrinsics"
530+
},
531+
{
532+
"source": "/dev/mellea-library",
533+
"destination": "/concepts/generative-programming"
534+
},
535+
{
536+
"source": "/dev/mify",
537+
"destination": "/concepts/mobjects-and-mify"
538+
},
539+
{
540+
"source": "/dev/requirement-alora-rerouting",
541+
"destination": "/advanced/lora-and-alora-adapters"
542+
},
543+
{
544+
"source": "/dev/spans",
545+
"destination": "/evaluation-and-observability/tracing"
546+
},
547+
{
548+
"source": "/dev/tool-calling",
549+
"destination": "/guide/tools-and-agents"
510550
}
511551
]
512552
}

0 commit comments

Comments
 (0)