From bdf3c23b7a65a0be3e20d1870052bcc8713e4897 Mon Sep 17 00:00:00 2001 From: Max Shkutnyk Date: Sun, 23 Feb 2025 23:26:36 +0200 Subject: [PATCH] Add urls to v1 and v2 yml files to fix missing urls --- fern/v1.yml | 5 +++-- fern/v2.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fern/v1.yml b/fern/v1.yml index acabfaf0b..6c9142f2c 100644 --- a/fern/v1.yml +++ b/fern/v1.yml @@ -41,8 +41,6 @@ navigation: path: pages/get-started/quickstart/sem-search-quickstart.mdx - page: Reranking path: pages/get-started/quickstart/reranking-quickstart.mdx - - page: Introduction to Large Language Models - path: pages/get-started/introduction-start.mdx - page: Playground path: pages/get-started/playground-overview.mdx - page: FAQs @@ -606,6 +604,9 @@ navigation: - page: Top-k & Top-p hidden: true path: pages/-ARCHIVE-/controlling-generation-with-top-k-top-p.mdx + - page: Introduction to Large Language Models + hidden: true + path: pages/get-started/introduction-start.mdx - tab: api layout: - section: Cohere API diff --git a/fern/v2.yml b/fern/v2.yml index 81be29c33..6b4d91da3 100644 --- a/fern/v2.yml +++ b/fern/v2.yml @@ -41,8 +41,6 @@ navigation: path: pages/v2/get-started/quickstart/sem-search-quickstart.mdx - page: Reranking path: pages/v2/get-started/quickstart/reranking-quickstart.mdx - - page: Introduction to Large Language Models - path: pages/get-started/introduction-start.mdx - page: Playground path: pages/get-started/playground-overview.mdx - page: FAQs @@ -621,6 +619,9 @@ navigation: - page: Top-k & Top-p hidden: true path: pages/-ARCHIVE-/controlling-generation-with-top-k-top-p.mdx + - page: Introduction to Large Language Models + hidden: true + path: pages/get-started/introduction-start.mdx - tab: api layout: - section: Cohere API