Skip to content

Commit 3f341d4

Browse files
committed
Update redirect paths
Added and modified several redirect mappings to improve documentation navigation and ensure users are directed to the correct pages.
1 parent 09e9cb9 commit 3f341d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,11 @@ export default defineConfig({
210210
'/team': '/about/',
211211
'/careers/': '/about/',
212212
'/jobs/': '/about/',
213+
'/docs/overview/': '/docs/',
213214
'/docs/roadmap': '/resources/roadmap/',
214215
'/docs/tutorials/gateway': '/docs/tutorials/httpproxy/',
216+
'/docs/get-started/datum-concepts/': '/docs/quickstart/datum-concepts/',
217+
'/docs/tasks/create-project/': '/docs/platform/projects/',
215218
'/docs/tasks/developer-guide': '/docs/developer-guide/',
216219
'/docs/task/tools/': '/docs/',
217220
'/docs/tutorials/grafana/': '/docs/workflows/grafana-cloud/',

0 commit comments

Comments
 (0)