From 41c7e20c7da6c18575a04f4d55a9cb8f4125adc5 Mon Sep 17 00:00:00 2001 From: Minae Lee Date: Thu, 8 Feb 2024 08:28:24 -0700 Subject: [PATCH 1/2] Update docs.yml to use petstore-openapi org name --- fern/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index f99eadb..6d7cb97 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -1,5 +1,5 @@ instances: - - url: your-organization.docs.buildwithfern.com + - url: petstore-openapi.docs.buildwithfern.com navigation: - section: Get Started From fab33559a7410ce3272e6bf97a04fe03e7dd72ff Mon Sep 17 00:00:00 2001 From: Minae Lee Date: Thu, 8 Feb 2024 08:28:44 -0700 Subject: [PATCH 2/2] Update fern.config.json to use petstore-openapi org name --- fern/fern.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/fern.config.json b/fern/fern.config.json index 3ba1f9c..6c7de24 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { - "organization": "your-organization", + "organization": "petstore-openapi", "version": "0.16.41" -} \ No newline at end of file +}