Skip to content

Commit 5ef385c

Browse files
authored
Merge pull request #29 from OnedocLabs/add-pdfreader
Adds React PDF Viewer reference
2 parents f10d840 + 715d28e commit 5ef385c

3 files changed

Lines changed: 33 additions & 22 deletions

File tree

fern/docs.yml

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ title: Fileforge
55
tabs:
66
getting-started:
77
display-name: Getting Started
8-
react-print:
9-
display-name: react-print
10-
icon: fa-brands fa-react
118
API:
129
display-name: API Reference
1310
icon: fa-solid fa-bolt
11+
react-print:
12+
display-name: react-print
13+
icon: fa-brands fa-react
14+
pdfreader:
15+
display-name: React PDF Viewer
16+
icon: fa-brands fa-github
17+
href: https://github.com/onedoclabs/pdfreader
1418
navigation:
1519
- tab: getting-started
1620
layout:
@@ -95,6 +99,16 @@ navigation:
9599
path: ./pages/help_center/pdf-forms/fill.mdx
96100
slug: pdf-form-fill
97101
icon: fa-solid fa-pen-to-square
102+
- tab: API
103+
layout:
104+
- section: Introduction
105+
contents:
106+
- page: Getting started
107+
path: ./pages/api-reference/introduction.mdx
108+
slug: api-reference
109+
- api: API Reference
110+
snippets:
111+
typescript: "@fileforge/client"
98112
- tab: react-print
99113
layout:
100114
- section: Welcome
@@ -246,21 +260,12 @@ navigation:
246260
path: ./react-print-pdf/docs/ui/templates/scientific-report.mdx
247261
slug: scientific-report
248262
icon: fa-solid fa-flask
249-
- tab: API
250-
layout:
251-
- section: Introduction
252-
contents:
253-
- page: Getting started
254-
path: ./pages/api-reference/introduction.mdx
255-
slug: api-reference
256-
- api: API Reference
257-
snippets:
258-
typescript: '@fileforge/client'
263+
- tab: pdfreader
259264
colors:
260-
accentPrimary: '#82C7FF'
265+
accentPrimary: "#82C7FF"
261266
background:
262-
dark: '#000000'
263-
light: '#ffffff'
267+
dark: "#000000"
268+
light: "#ffffff"
264269
logo:
265270
dark: ./assets/logo-white.svg
266271
light: ./assets/logo-black.svg

fern/pages/api-reference/introduction.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22
title: Welcome to the Fileforge API
33
---
44

5+
<Callout intent="note" title="Swagger">
6+
Looking to test out the methods from the API documentation? Check out our
7+
Swagger UI at
8+
[https://api.fileforge.com/documentation](https://api.fileforge.com/documentation).
9+
</Callout>
10+
511
This is the official Fileforge API documentation! 🧑‍💻
612

7-
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.
13+
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.
814

915
To get started with authentication, check out the following guide:
1016

1117
<Card
12-
title="Authenticating"
13-
icon="fa-solid fa-key"
14-
href="/api-reference/introduction/authentication"
18+
title="Authenticating"
19+
icon="fa-solid fa-key"
20+
href="/api-reference/introduction/authentication"
1521
/>
1622

1723
### Official API Clients
@@ -25,4 +31,4 @@ with all stable endpoints. You can find them here:
2531
icon="fa-brands fa-node"
2632
href="/sdk-reference/node/node-sdk-reference"
2733
/>
28-
</Cards>
34+
</Cards>

fern/react-print-pdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit fe334d2b2f0ab60d2796640b44ebf45c3ec16ad0
1+
Subproject commit ce828ba9e3f65d59701407b49bebea12ea16f31d

0 commit comments

Comments
 (0)