From 6c27111d1872b3e51bf7b8ef3e80882639d02d04 Mon Sep 17 00:00:00 2001 From: Prithvi Ramakrishnan Date: Mon, 12 Jan 2026 13:21:31 -0800 Subject: [PATCH] redirect for short url --- fern/docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fern/docs.yml b/fern/docs.yml index 9ce0051..6347c9a 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -29,6 +29,7 @@ navigation: path: ./docs/index.mdx - page: Introducing Promptless 1.0 path: ./docs/introducing-promptless.mdx + slug: promptless-1-0 - page: Setup & Quickstart path: ./docs/getting-started.mdx - page: Core Concepts @@ -214,3 +215,7 @@ typography: style: normal favicon: ./docs/assets/favicon.ico + +redirects: + - source: "/promptless-1-0" + destination: "/docs/getting-started/promptless-1-0" \ No newline at end of file