From 4d9a3a4ca5ccb350d826daa6d68566f9c2429d40 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:17:36 +0000 Subject: [PATCH 1/2] Add ai-search configuration to docs.yml Co-Authored-By: sahil@buildwithfern.com --- fern/docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/docs.yml b/fern/docs.yml index bff2cd5..5da3af5 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -4,6 +4,10 @@ instances: - url: plantstore.docs.buildwithfern.com # update this to {yourorg}.docs.buildwithfern.com # custom-domain: plantstore.dev # specify your custom domain when you are ready to go live +ai-search: + location: + - docs + title: Plant Store layout: From 0637f57560d3e769697e63cf497dcb32f8015daa Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:23:09 +0000 Subject: [PATCH 2/2] Upgrade Fern CLI to v0.98.0 Co-Authored-By: sahil@buildwithfern.com --- fern/fern.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/fern.config.json b/fern/fern.config.json index 96dfc5f..0c57292 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "plantstore", - "version": "0.84.1" + "version": "0.98.0" } \ No newline at end of file