Skip to content

Commit

Permalink
Add urls to v1 and v2 yml files to fix missing urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Shkutnyk committed Feb 23, 2025
1 parent 0e52354 commit bdf3c23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions fern/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions fern/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bdf3c23

Please sign in to comment.