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 ---