Skip to content

Commit

Permalink
Merge pull request #29 from OnedocLabs/add-pdfreader
Browse files Browse the repository at this point in the history
Adds React PDF Viewer reference
  • Loading branch information
Titou325 authored Jul 26, 2024
2 parents f10d840 + 715d28e commit 5ef385c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 22 deletions.
37 changes: 21 additions & 16 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
16 changes: 11 additions & 5 deletions fern/pages/api-reference/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@
title: Welcome to the Fileforge API
---

<Callout intent="note" title="Swagger">
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).
</Callout>

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:

<Card
title="Authenticating"
icon="fa-solid fa-key"
href="/api-reference/introduction/authentication"
title="Authenticating"
icon="fa-solid fa-key"
href="/api-reference/introduction/authentication"
/>

### Official API Clients
Expand All @@ -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"
/>
</Cards>
</Cards>
2 changes: 1 addition & 1 deletion fern/react-print-pdf
Submodule react-print-pdf updated from fe334d to ce828b

0 comments on commit 5ef385c

Please sign in to comment.