From 54b7d06dbb834bfde13996b56add5a6af6f6ef14 Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Wed, 4 Oct 2023 23:34:30 +0200 Subject: [PATCH] Add redirects --- docs/docs-new/redirects.json | 80 ++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/docs/docs-new/redirects.json b/docs/docs-new/redirects.json index 8b1549cf2aa97..bc0bf2733251e 100644 --- a/docs/docs-new/redirects.json +++ b/docs/docs-new/redirects.json @@ -1,4 +1,84 @@ [ + { + "source": "/product/data-modeling/reference/pre-aggregations", + "destination": "/reference/data-model/pre-aggregations", + "permanent": true + }, + { + "source": "/product/data-modeling/advanced/jinja", + "destination": "/product/data-modeling/dynamic/jinja", + "permanent": true + }, + { + "source": "/product/data-modeling/advanced/data-blending", + "destination": "/product/data-modeling/concepts/data-blending", + "permanent": true + }, + { + "source": "/product/data-modeling/advanced/dynamic-schema-creation", + "destination": "/product/data-modeling/dynamic", + "permanent": true + }, + { + "source": "/product/data-modeling/reference/measures", + "destination": "/reference/data-model/measures", + "permanent": true + }, + { + "source": "/product/data-modeling/reference/joins", + "destination": "/reference/data-model/joins", + "permanent": true + }, + { + "source": "/product/data-modeling/fundamentals/syntax", + "destination": "/product/data-modeling/syntax", + "permanent": true + }, + { + "source": "/product/data-modeling/advanced/schema-execution-environment", + "destination": "/product/data-modeling/dynamic/schema-execution-environment", + "permanent": true + }, + { + "source": "/product/data-modeling/reference/types-and-formats", + "destination": "/reference/data-model/types-and-formats", + "permanent": true + }, + { + "source": "/product/data-modeling/reference/cube", + "destination": "/reference/data-model/cube", + "permanent": true + }, + { + "source": "/product/data-modeling/fundamentals/concepts", + "destination": "/product/data-modeling/concepts", + "permanent": true + }, + { + "source": "/product/data-modeling/reference/dimensions", + "destination": "/reference/data-model/dimensions", + "permanent": true + }, + { + "source": "/product/data-modeling/reference/view", + "destination": "/reference/data-model/view", + "permanent": true + }, + { + "source": "/product/data-modeling/advanced/code-reusability-extending-cubes", + "destination": "/product/data-modeling/concepts/code-reusability-extending-cubes", + "permanent": true + }, + { + "source": "/product/data-modeling/fundamentals/working-with-joins", + "destination": "/product/data-modeling/concepts/working-with-joins", + "permanent": true + }, + { + "source": "/guides/recipes/overview", + "destination": "/guides/recipes", + "permanent": true + }, { "source": "/", "destination": "/product/introduction",