Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds React PDF Viewer reference #29

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading