Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AugusteLef committed Feb 7, 2024
1 parent 72e759f commit ff2758a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
6 changes: 6 additions & 0 deletions docs/integrations/onedoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'Onedoc'
sidebarTitle: 'Onedoc'
description: 'Use Onedoc as your primary documents management provider'
icon: 'hand-wave'
---
38 changes: 22 additions & 16 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,33 @@ This is a set of standard components to help you build amazing PDFs without havi

<CardGroup>
<Card title="Headings" icon='up' href="/components/headings">
A React html component to wrap emails.
A React component to help build running heads.
</Card>

<Card
title="Container"
icon='grid'
href="/components/container"
>

The main wrapper that hold your content.
<Card title="Footnote" icon='file' href="/components/footnote">
A React component to help you build beautiful foot-notes.
</Card>

<Card
title="Button"
icon='b'
href="/components/button"
>
A React button component to help build emails.
<Card title="Shell" icon='table-layout' href="/components/button">
A suite of React components for structured document layout management.
</Card>
</CardGroup>

<Note>
Help us increase the number of components and start being an active member of the react-print community by [contributing](/contributing)
</Note>

# Integration

<Card title="Text" icon='text-size' href="/components/text">
A block of text separated by blank spaces.
<CardGroup>
<Card title="Onedoc" href="/integrations/onedoc">
Manage your document using Onedoc
</Card>
<Card title="Google Drive" href="/integrations/onedoc">
Coming soon ..
</Card>
<Card title="Microsoft SharePoint" href="/integrations/onedoc">
Coming soon ..
</Card>

</CardGroup>
9 changes: 2 additions & 7 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,9 @@
]
},
{
"group": "Essentials",
"group": "Integrations",
"pages": [
"essentials/markdown",
"essentials/code",
"essentials/images",
"essentials/settings",
"essentials/navigation",
"essentials/reusable-snippets"
"integrations/onedoc"
]
},
{
Expand Down

0 comments on commit ff2758a

Please sign in to comment.