From 37ee0f0713e6380c5e6c94611a1e0a42dd62663b Mon Sep 17 00:00:00 2001 From: Ryan Amirthan Stephen <105958906+Ryan-Amirthan@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:40:45 -0400 Subject: [PATCH 1/2] chore: Update docs.yml to use tabs layout --- fern/docs.yml | 52 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index c8e9d06..52d45fd 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -7,29 +7,39 @@ title: Plant Store layout: searchbar-placement: header page-width: full + tabs-placement: header -navigation: - - section: Get Started - contents: - - page: Welcome - path: docs/pages/welcome.mdx - - page: Concepts - path: docs/pages/concepts.mdx - - page: SDKs - path: docs/pages/sdks.mdx - slug: sdks - - api: API Reference - -navbar-links: - - type: minimal - text: Fork this repo - url: https://github.com/fern-api/docs-starter - - type: filled - text: Get a demo - url: https://buildwithfern.com/contact?utm_campaign=demo&utm_medium=plantstore&utm_source=navbar - - type: github - value: https://github.com/fern-api/fern +tabs: + home: + display-name: Home + icon: home + guides: + display-name: Guides + icon: book + reference: + display-name: API Reference + icon: puzzle +navigation: + - tab: home + layout: + - section: Get Started + contents: + - page: Welcome + path: docs/pages/welcome.mdx + - tab: guides + layout: + - section: Learn + contents: + - page: Concepts + path: docs/pages/concepts.mdx + - page: SDKs + path: docs/pages/sdks.mdx + slug: sdks + - tab: API Reference + layout: + - api: API Reference + colors: accentPrimary: dark: "#81C784" From d9b4b644fd13911f797050696ad508f392fd78ab Mon Sep 17 00:00:00 2001 From: Ryan Amirthan Stephen <105958906+Ryan-Amirthan@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:42:38 -0400 Subject: [PATCH 2/2] Update docs.yml --- fern/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index 52d45fd..0ffc2ea 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -16,7 +16,7 @@ tabs: guides: display-name: Guides icon: book - reference: + API Reference: display-name: API Reference icon: puzzle