-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from OnedocLabs/ffo-48-include-documentation-f…
…or-the-react-print-library-with Ffo 48 include documentation for the react print library with
- Loading branch information
Showing
83 changed files
with
1,632 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
instances: | ||
- url: 'https://fileforge.docs.buildwithfern.com' | ||
custom-domain: 'https://docs.fileforge.com' | ||
title: Fileforge | ||
tabs: | ||
welcome: | ||
display-name: Welcome | ||
react-print: | ||
display-name: react-print | ||
icon: fa-brands fa-react | ||
API: | ||
display-name: API Reference | ||
icon: fa-solid fa-bolt | ||
SDK: | ||
display-name: SDK Reference | ||
icon: fa-solid fa-code | ||
help: | ||
display-name: Help Center | ||
icon: fa-solid fa-question | ||
navigation: | ||
- tab: welcome | ||
layout: | ||
- section: Get Started | ||
contents: | ||
- page: Welcome | ||
path: ./pages/overview/introduction.mdx | ||
slug: welcome | ||
- tab: react-print | ||
layout: | ||
- section: Welcome | ||
contents: | ||
- page: Getting Started | ||
path: ./react-print-pdf/docs/introduction.mdx | ||
slug: getting-started | ||
icon: fa-solid fa-hand-wave | ||
- page: Setup | ||
path: ./react-print-pdf/docs/getting-started/setup.mdx | ||
slug: setup | ||
icon: fa-solid fa-hammer | ||
- section: Contributing | ||
contents: | ||
- page: Contributing | ||
path: ./react-print-pdf/docs/contributing.mdx | ||
slug: contributing | ||
icon: fa-solid fa-code-pull-request | ||
- section: Components | ||
contents: [] | ||
- section: Examples | ||
contents: | ||
- section: Invoices | ||
contents: | ||
- page: Invoice | ||
path: ./react-print-pdf/docs/ui/templates/invoice.mdx | ||
slug: invoice | ||
- page: Invoice Advanced | ||
path: ./react-print-pdf/docs/ui/templates/invoice-advanced.mdx | ||
slug: invoice-advanced | ||
icon: fa-solid fa-file-invoice | ||
- section: Legal | ||
contents: | ||
- page: NDA Markdown | ||
path: ./react-print-pdf/docs/ui/templates/nda-markdown.mdx | ||
slug: nda-markdown | ||
icon: fa-solid fa-file-signature | ||
- section: Receipts | ||
contents: | ||
- page: Receipt | ||
path: ./react-print-pdf/docs/ui/templates/receipt.mdx | ||
slug: receipt | ||
icon: fa-solid fa-receipt | ||
- section: Reports | ||
contents: | ||
- page: Report Charts | ||
path: ./react-print-pdf/docs/ui/templates/report-charts.mdx | ||
slug: report-charts | ||
icon: fa-solid fa-chart-line | ||
- section: Scientific | ||
contents: | ||
- page: Scientific Report | ||
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 | ||
- page: Authentication | ||
path: ./pages/api-reference/authentication.mdx | ||
slug: authentication | ||
- api: API Reference | ||
snippets: | ||
typescript: '@fileforge/client' | ||
- tab: SDK | ||
layout: | ||
- section: Getting Started | ||
contents: | ||
- page: Getting Started | ||
path: ./pages/sdk-reference/introduction.mdx | ||
slug: sdk-reference | ||
- section: Node | ||
contents: | ||
- page: Getting Started | ||
path: ./pages/sdk-reference/node/introduction.mdx | ||
slug: node-sdk-reference | ||
- page: Error Handling | ||
path: ./pages/sdk-reference/node/errors.mdx | ||
slug: node-error-handling | ||
- section: PDF | ||
contents: | ||
- page: fromDocx | ||
path: ./pages/sdk-reference/node/PDF/fromDocx.mdx | ||
slug: from-docx | ||
- page: generate | ||
path: ./pages/sdk-reference/node/PDF/generate.mdx | ||
slug: generate-from-html | ||
- page: merge | ||
path: ./pages/sdk-reference/node/PDF/merge.mdx | ||
slug: merge | ||
- section: Form | ||
contents: | ||
- page: detect | ||
path: ./pages/sdk-reference/node/Form/detect.mdx | ||
slug: detect | ||
- page: mark | ||
path: ./pages/sdk-reference/node/Form/mark.mdx | ||
slug: mark | ||
- page: fill | ||
path: ./pages/sdk-reference/node/Form/fill.mdx | ||
slug: fill | ||
- section: Types | ||
contents: | ||
- page: FormFillRequestOptionsFieldsItem | ||
path: ./pages/sdk-reference/node/Form/Types/formFillRequestOptionsFieldsItem.mdx | ||
slug: formFillRequestOptionsFieldsItem | ||
- page: FormDetectResponseItem | ||
path: ./pages/sdk-reference/node/Form/Types/FormDetectResponseItem.mdx | ||
slug: formDetectResponseItem | ||
- tab: help | ||
layout: | ||
- section: HTML to PDF | ||
contents: | ||
- page: Generate a PDF with react-print | ||
path: >- | ||
./pages/help_center/html_to_pdf/generate-pdf-from-html-react-print.mdx | ||
slug: generate-pdf-from-html | ||
- page: Generate a PDF with assets | ||
path: ./pages/help_center/html_to_pdf/generate-pdf-from-html-assets.mdx | ||
slug: generate-pdf-from-html-assets | ||
- page: Generate a hosted PDF | ||
path: ./pages/help_center/html_to_pdf/generate-hosted-pdf-from-html.mdx | ||
slug: generate-hosted-pdf | ||
colors: | ||
accentPrimary: '#AD8AFF' | ||
background: | ||
dark: '#000000' | ||
light: '#ffffff' | ||
logo: | ||
dark: ./assets/logo-white.svg | ||
light: ./assets/logo-black.svg | ||
favicon: ./assets/favicon.png | ||
layout: | ||
searchbar-placement: header | ||
navbar-links: | ||
- type: minimal | ||
text: Support | ||
url: 'mailto:contact@onedoclabs.com' | ||
- type: outlined | ||
text: Get Started | ||
url: 'https://app.onedoclabs.com/login' |
Oops, something went wrong.