diff --git a/fern/docs.yml b/fern/docs.yml
index 11b3c27..0625d00 100644
--- a/fern/docs.yml
+++ b/fern/docs.yml
@@ -5,12 +5,16 @@ title: Fileforge
tabs:
getting-started:
display-name: Getting Started
- react-print:
- display-name: react-print
- icon: fa-brands fa-react
API:
display-name: API Reference
icon: fa-solid fa-bolt
+ react-print:
+ display-name: react-print
+ icon: fa-brands fa-react
+ pdfreader:
+ display-name: React PDF Viewer
+ icon: fa-brands fa-github
+ href: https://github.com/onedoclabs/pdfreader
navigation:
- tab: getting-started
layout:
@@ -95,6 +99,16 @@ navigation:
path: ./pages/help_center/pdf-forms/fill.mdx
slug: pdf-form-fill
icon: fa-solid fa-pen-to-square
+ - tab: API
+ layout:
+ - section: Introduction
+ contents:
+ - page: Getting started
+ path: ./pages/api-reference/introduction.mdx
+ slug: api-reference
+ - api: API Reference
+ snippets:
+ typescript: "@fileforge/client"
- tab: react-print
layout:
- section: Welcome
@@ -246,21 +260,12 @@ navigation:
path: ./react-print-pdf/docs/ui/templates/scientific-report.mdx
slug: scientific-report
icon: fa-solid fa-flask
- - tab: API
- layout:
- - section: Introduction
- contents:
- - page: Getting started
- path: ./pages/api-reference/introduction.mdx
- slug: api-reference
- - api: API Reference
- snippets:
- typescript: '@fileforge/client'
+ - tab: pdfreader
colors:
- accentPrimary: '#82C7FF'
+ accentPrimary: "#82C7FF"
background:
- dark: '#000000'
- light: '#ffffff'
+ dark: "#000000"
+ light: "#ffffff"
logo:
dark: ./assets/logo-white.svg
light: ./assets/logo-black.svg
diff --git a/fern/pages/api-reference/introduction.mdx b/fern/pages/api-reference/introduction.mdx
index 4f66bd9..1ab1bc5 100644
--- a/fern/pages/api-reference/introduction.mdx
+++ b/fern/pages/api-reference/introduction.mdx
@@ -2,16 +2,22 @@
title: Welcome to the Fileforge API
---
+
+ Looking to test out the methods from the API documentation? Check out our
+ Swagger UI at
+ [https://api.fileforge.com/documentation](https://api.fileforge.com/documentation).
+
+
This is the official Fileforge API documentation! 🧑💻
-The Fileforge API is a powerful tool for building document-centric workflows. It enables developers to perform any PDF task like generation, merging, form filling, and more.
+The Fileforge API is a powerful tool for building document-centric workflows. It enables developers to perform any PDF task like generation, merging, form filling, and more.
To get started with authentication, check out the following guide:
### Official API Clients
@@ -25,4 +31,4 @@ with all stable endpoints. You can find them here:
icon="fa-brands fa-node"
href="/sdk-reference/node/node-sdk-reference"
/>
-
\ No newline at end of file
+
diff --git a/fern/react-print-pdf b/fern/react-print-pdf
index fe334d2..ce828ba 160000
--- a/fern/react-print-pdf
+++ b/fern/react-print-pdf
@@ -1 +1 @@
-Subproject commit fe334d2b2f0ab60d2796640b44ebf45c3ec16ad0
+Subproject commit ce828ba9e3f65d59701407b49bebea12ea16f31d