@@ -3,28 +3,98 @@ instances:
3
3
custom-domain : https://docs.fileforge.com
4
4
title : Fileforge
5
5
tabs :
6
- welcome :
7
- display-name : Welcome
6
+ getting-started :
7
+ display-name : Getting Started
8
8
react-print :
9
9
display-name : react-print
10
10
icon : fa-brands fa-react
11
11
API :
12
12
display-name : API Reference
13
13
icon : fa-solid fa-bolt
14
- SDK :
15
- display-name : SDK Reference
16
- icon : fa-solid fa-code
17
- help :
18
- display-name : Help Center
19
- icon : fa-solid fa-question
20
14
navigation :
21
- - tab : welcome
15
+ - tab : getting-started
22
16
layout :
23
- - section : Get Started
17
+ - section : General
24
18
contents :
25
- - page : Welcome
19
+ - page : Getting Started
26
20
path : ./pages/overview/introduction.mdx
27
21
slug : welcome
22
+ - page : Authentication
23
+ path : ./pages/api-reference/authentication.mdx
24
+ slug : authentication
25
+ - page : Working with Files
26
+ path : ./pages/sdk-reference/node/working-with-files.mdx
27
+ slug : node-working-with-files
28
+ - section : Guide
29
+ contents :
30
+ - section : HTML to PDF
31
+ contents :
32
+ - section : Generate PDF
33
+ contents :
34
+ - page : Generate a local PDF
35
+ path : >-
36
+ ./pages/help_center/html-to-pdf/generate-pdf-from-html-local.mdx
37
+ slug : generate-local-pdf-from-html
38
+ icon : fa-solid fa-download
39
+ - page : Generate a hosted PDF
40
+ path : >-
41
+ ./pages/help_center/html-to-pdf/generate-hosted-pdf-from-html.mdx
42
+ slug : generate-hosted-pdf-from-html
43
+ icon : fa-solid fa-cloud
44
+ - page : Generate a PDF with react-print
45
+ path : >-
46
+ ./pages/help_center/html-to-pdf/generate-pdf-from-html-react-print.mdx
47
+ slug : generate-pdf-from-html
48
+ icon : fa-brands fa-react
49
+ - page : Generate a PDF with assets
50
+ path : >-
51
+ ./pages/help_center/html-to-pdf/generate-pdf-from-html-assets.mdx
52
+ slug : generate-pdf-from-html-assets
53
+ icon : fa-solid fa-paperclip
54
+ - section : Styling your PDF
55
+ contents :
56
+ - page : Page Layout & Style
57
+ path : ./react-print-pdf/docs/guides/page-layout.mdx
58
+ slug : page-layout
59
+ icon : fa-solid fa-file-pdf
60
+ - page : Fonts
61
+ path : ./react-print-pdf/docs/guides/fonts.mdx
62
+ slug : fonts
63
+ icon : fa-solid fa-font
64
+ - section : DOCX to PDF
65
+ contents :
66
+ - page : DOCX to PDF with variables
67
+ path : ./pages/help_center/docx-to-pdf/convert-docx-to-pdf.mdx
68
+ slug : convert-docx-to-pdf
69
+ icon : fa-solid fa-file-word
70
+ - section : PDF Operations
71
+ contents :
72
+ - page : Merge
73
+ path : ./pages/help_center/merge-pdfs/merge-multiple-pdfs.mdx
74
+ slug : pdf-merge
75
+ icon : fa-solid fa-files
76
+ - page : Split
77
+ path : ./pages/help_center/split-pdfs/split-pdf.mdx
78
+ slug : pdf-split
79
+ icon : fa-solid fa-file-dashed-line
80
+ - page : Extract Pages
81
+ path : ./pages/help_center/extract-pages/extract-pages-from-pdf.mdx
82
+ slug : pdf-extract
83
+ icon : fa-solid fa-copy
84
+ - section : PDF Form Operations
85
+ contents :
86
+ - page : Detect fields
87
+ path : ./pages/help_center/pdf-forms/detect.mdx
88
+ slug : pdf-form-detect
89
+ icon : fa-solid fa-magnifying-glass
90
+ - page : Mark fields
91
+ path : ./pages/help_center/pdf-forms/mark.mdx
92
+ slug : pdf-form-mark
93
+ icon : fa-solid fa-pencil
94
+ - page : Fill fields
95
+ path : ./pages/help_center/pdf-forms/fill.mdx
96
+ slug : pdf-form-fill
97
+ icon : fa-solid fa-pen-to-square
28
98
- tab : react-print
29
99
layout :
30
100
- section : Welcome
@@ -37,16 +107,6 @@ navigation:
37
107
path : ./react-print-pdf/docs/getting-started/setup.mdx
38
108
slug : setup
39
109
icon : fa-solid fa-hammer
40
- - section : Guides
41
- contents :
42
- - page : Page Layout & Style
43
- path : ./react-print-pdf/docs/guides/page-layout.mdx
44
- slug : page-layout
45
- icon : fa-solid fa-file
46
- - page : Fonts
47
- path : ./react-print-pdf/docs/guides/fonts.mdx
48
- slug : fonts
49
- icon : fa-solid fa-font
50
110
- section : Contributing
51
111
contents :
52
112
- page : Contributing
@@ -193,79 +253,11 @@ navigation:
193
253
- page : Getting started
194
254
path : ./pages/api-reference/introduction.mdx
195
255
slug : api-reference
196
- - page : Authentication
197
- path : ./pages/api-reference/authentication.mdx
198
- slug : authentication
199
256
- api : API Reference
200
257
snippets :
201
258
typescript : ' @fileforge/client'
202
- - tab : SDK
203
- layout :
204
- - section : Getting Started
205
- contents :
206
- - page : Getting Started
207
- path : ./pages/sdk-reference/introduction.mdx
208
- slug : sdk-reference
209
- - section : JS/Node
210
- slug : node
211
- contents :
212
- - page : Getting Started
213
- path : ./pages/sdk-reference/node/introduction.mdx
214
- slug : node-sdk-reference
215
- - page : Error Handling
216
- path : ./pages/sdk-reference/node/errors.mdx
217
- slug : node-error-handling
218
- - page : Working with Files
219
- path : ./pages/sdk-reference/node/working-with-files.mdx
220
- slug : node-working-with-files
221
- - section : PDF
222
- contents :
223
- - page : fromDocx
224
- path : ./pages/sdk-reference/node/PDF/fromDocx.mdx
225
- slug : from-docx
226
- - page : generate
227
- path : ./pages/sdk-reference/node/PDF/generate.mdx
228
- slug : generate-from-html
229
- - page : merge
230
- path : ./pages/sdk-reference/node/PDF/merge.mdx
231
- slug : merge
232
- - section : Form
233
- contents :
234
- - page : detect
235
- path : ./pages/sdk-reference/node/Form/detect.mdx
236
- slug : detect
237
- - page : mark
238
- path : ./pages/sdk-reference/node/Form/mark.mdx
239
- slug : mark
240
- - page : fill
241
- path : ./pages/sdk-reference/node/Form/fill.mdx
242
- slug : fill
243
- - section : Types
244
- contents :
245
- - page : FormFillRequestOptionsFieldsItem
246
- path : >-
247
- ./pages/sdk-reference/node/Form/Types/formfillrequestoptionsfieldsitem.mdx
248
- slug : formFillRequestOptionsFieldsItem
249
- - page : FormDetectResponseItem
250
- path : >-
251
- ./pages/sdk-reference/node/Form/Types/formdetectresponseitem.mdx
252
- slug : formDetectResponseItem
253
- - tab : help
254
- layout :
255
- - section : HTML to PDF
256
- contents :
257
- - page : Generate a PDF with react-print
258
- path : >-
259
- ./pages/help_center/html_to_pdf/generate-pdf-from-html-react-print.mdx
260
- slug : generate-pdf-from-html
261
- - page : Generate a PDF with assets
262
- path : ./pages/help_center/html_to_pdf/generate-pdf-from-html-assets.mdx
263
- slug : generate-pdf-from-html-assets
264
- - page : Generate a hosted PDF
265
- path : ./pages/help_center/html_to_pdf/generate-hosted-pdf-from-html.mdx
266
- slug : generate-hosted-pdf
267
259
colors :
268
- accentPrimary : ' #AD8AFF '
260
+ accentPrimary : ' #82C7FF '
269
261
background :
270
262
dark : ' #000000'
271
263
light : ' #ffffff'
@@ -278,7 +270,7 @@ layout:
278
270
navbar-links :
279
271
- type : minimal
280
272
text : Support
281
- url : mailto:contact@onedoclabs .com
273
+ url : mailto:contact@fileforge .com
282
274
- type : outlined
283
275
text : Get Started
284
- url : https://app.onedoclabs .com/login
276
+ url : https://app.fileforge .com/login
0 commit comments