From c8429e0a8b42fbdf1932d7cbb47f69cfc6ad04a1 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Thu, 23 Jul 2026 20:04:57 +0200 Subject: [PATCH] docs(fern): add redirects for pages moved from /nvcf/dev/ to /nvcf/ Closes #351 Signed-off-by: mesutoezdil --- fern/docs.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/fern/docs.yml b/fern/docs.yml index beff946a9..aedd30044 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -56,3 +56,29 @@ redirects: destination: "/nvcf/v0.6.0/" - source: "/nvcf/v0.5/index.html" destination: "/nvcf/v0.5/" + - source: "/nvcf/dev/function-autoscaling-overview" + destination: "/nvcf/function-autoscaling-overview" + - source: "/nvcf/dev/function-lifecycle" + destination: "/nvcf/function-lifecycle" + - source: "/nvcf/dev/generic-http-function-invocation" + destination: "/nvcf/generic-http-function-invocation" + - source: "/nvcf/dev/g-rpc-load-test-sli-guide" + destination: "/nvcf/g-rpc-load-test-sli-guide" + - source: "/nvcf/dev/http-load-testing" + destination: "/nvcf/http-load-testing" + - source: "/nvcf/dev/http-load-test-sli-guide" + destination: "/nvcf/http-load-test-sli-guide" + - source: "/nvcf/dev/llm-api-gateway" + destination: "/nvcf/llm-api-gateway" + - source: "/nvcf/dev/llm-function-invocation-metrics-report" + destination: "/nvcf/llm-function-invocation-metrics-report" + - source: "/nvcf/dev/llm-request-router" + destination: "/nvcf/llm-request-router" + - source: "/nvcf/dev/managed-observability" + destination: "/nvcf/managed-observability" + - source: "/nvcf/dev/monitoring" + destination: "/nvcf/monitoring" + - source: "/nvcf/dev/operations" + destination: "/nvcf/operations" + - source: "/nvcf/dev/registry-allowlist" + destination: "/nvcf/registry-allowlist"