From 29bc6dd132583384a1fc28d6b62d04e9cf9b6271 Mon Sep 17 00:00:00 2001 From: jpwallace22 Date: Mon, 7 Oct 2024 12:59:09 -0700 Subject: [PATCH 1/2] feat: announement bar --- fern/docs.yml | 2 ++ fern/fern.config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index 83c5c84..65e3359 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -1,3 +1,5 @@ +announcement: + message: OctoAI is now part of NVIDIA. We are winding down the commercial availability of our services by 31 October 2024. instances: - url: octoai.docs.buildwithfern.com/docs custom-domain: octo.ai/docs diff --git a/fern/fern.config.json b/fern/fern.config.json index b70b85d..8601c33 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "octoai", - "version": "0.41.16" + "version": "0.44.7" } \ No newline at end of file From 26e6172ef64e764a2b1c1c485459cb503b9e9183 Mon Sep 17 00:00:00 2001 From: jpwallace22 Date: Mon, 7 Oct 2024 13:03:26 -0700 Subject: [PATCH 2/2] fix: missing route --- fern/docs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 65e3359..075af73 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -142,9 +142,6 @@ navigation: path: docs/text-gen-solution/function-calling.mdx - section: Integrations contents: - - page: Using Unstructured.io for embedding documents - path: >- - docs/text-gen-solution/using-unstructured-io-for-embedding-documents.mdx - page: Use OpenPipe LoRAs on OctoAI path: docs/text-gen-solution/openpipe-loras.mdx - section: Media Gen Solution