diff --git a/config/redirects.json b/config/redirects.json index 40a8928..b089ba8 100644 --- a/config/redirects.json +++ b/config/redirects.json @@ -26,10 +26,29 @@ { "source": "/faq", "destination": "/faq/faq" - } - , + }, { "source": "/schemas/policy/v1", "destination": "/schemas/policy/v1.json" + }, + { + "source": "/getting_started/part_9_querying", + "destination": "/tutorials/querying_kosli" + }, + { + "source": "/getting_started/part_5_artifacts", + "destination": "/getting_started/artifacts" + }, + { + "source": "/getting_started/overview", + "destination": "/getting_started/install" + }, + { + "source": "/getting_started/part_1_overview", + "destination": "/getting_started/install" + }, + { + "source": "/kosli_overview/what_is_kosli", + "destination": "/understand_kosli/what_is_kosli" } ] diff --git a/getting_started/overview.mdx b/getting_started/overview.mdx deleted file mode 100644 index 23e9447..0000000 --- a/getting_started/overview.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'Overview' -description: 'Preview changes locally to update your docs' ---- \ No newline at end of file