From 1e61eb031670d72d6f504209998e1c9a32534ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Gr=C3=B8ndahl?= Date: Thu, 16 Apr 2026 10:42:03 -0400 Subject: [PATCH 1/2] docs: add legacy Netlify redirects for migration to Mintlify Port 4 redirect rules from the old Hugo/Netlify docs site to ensure bookmarks and search engine links continue working after cutover. --- config/redirects.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/config/redirects.json b/config/redirects.json index 40a8928..f92402d 100644 --- a/config/redirects.json +++ b/config/redirects.json @@ -26,10 +26,25 @@ { "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/part_1_overview", + "destination": "/getting_started/overview" + }, + { + "source": "/kosli_overview/what_is_kosli", + "destination": "/understand_kosli/what_is_kosli" } ] From 8d0f2ceeee2a1b6eef63c394b428019bc56cabe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Gr=C3=B8ndahl?= Date: Thu, 16 Apr 2026 10:51:01 -0400 Subject: [PATCH 2/2] docs: remove overview.mdx and redirect to install page The getting_started/overview page should not exist. Remove it and redirect both /getting_started/overview and the legacy /getting_started/part_1_overview to /getting_started/install. --- config/redirects.json | 6 +++++- getting_started/overview.mdx | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 getting_started/overview.mdx diff --git a/config/redirects.json b/config/redirects.json index f92402d..b089ba8 100644 --- a/config/redirects.json +++ b/config/redirects.json @@ -39,9 +39,13 @@ "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/overview" + "destination": "/getting_started/install" }, { "source": "/kosli_overview/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