From e79b550d72c77142103117eb75e56a4ecfabd9c5 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 2 Oct 2025 21:31:05 +0000 Subject: [PATCH] Refactor: Rename 'Introduction' to 'Welcome guide' Co-authored-by: dan --- fern/docs.yml | 2 +- fern/quickstart/introduction.mdx | 3 +-- fern/tools/introduction.mdx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index c77f33ed6..8676a588d 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -100,7 +100,7 @@ navigation: layout: - section: Get started contents: - - page: Introduction + - page: Welcome guide icon: fa-light fa-info-circle path: quickstart/introduction.mdx - page: Phone calls diff --git a/fern/quickstart/introduction.mdx b/fern/quickstart/introduction.mdx index 99fc8e800..069174dc7 100644 --- a/fern/quickstart/introduction.mdx +++ b/fern/quickstart/introduction.mdx @@ -1,5 +1,4 @@ ---- -title: Introduction +title: Welcome guide subtitle: Build voice AI agents that can make and receive phone calls slug: quickstart/introduction --- diff --git a/fern/tools/introduction.mdx b/fern/tools/introduction.mdx index abcd8eb66..5d5ab66dc 100644 --- a/fern/tools/introduction.mdx +++ b/fern/tools/introduction.mdx @@ -1,5 +1,5 @@ --- -title: Introduction to Tools +title: Welcome guide to Tools subtitle: Extend your assistant's capabilities with powerful function calling tools. slug: tools ---