From 187bc9320eee644d2d720ceeefc3ddb36176760c Mon Sep 17 00:00:00 2001 From: fern <126544928+fern-bot@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:48:47 -0500 Subject: [PATCH] (feat): add github button (#1989) Co-authored-by: chdeskur --- fern/docs.yml | 5 ++--- fern/fern.config.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index be0d904c21..48d4440b5f 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -92,12 +92,11 @@ navigation: # Definition of the navbar, will be displayed in the top right corner. # `type:primary` is always displayed at the most right side of the navbar navbar-links: - - type: secondary - text: GitHub - url: "https://github.com/imartinez/privateGPT" - type: secondary text: Contact us url: "mailto:hello@zylon.ai" + - type: github + value: "https://github.com/imartinez/privateGPT" - type: primary text: Join the Discord url: https://discord.com/invite/bK6mRVpErU diff --git a/fern/fern.config.json b/fern/fern.config.json index 2ed68270a7..fe0eeacbc1 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "privategpt", - "version": "0.19.10" + "version": "0.31.17" } \ No newline at end of file