diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx new file mode 100644 index 0000000..44c68e0 --- /dev/null +++ b/docs/getting-started/setup.mdx @@ -0,0 +1,6 @@ +--- +title: "Setup" +sidebarTitle: "Setup" +description: "Create a brand-new folder with packages powered by React Print." +icon: "hammer" +--- \ No newline at end of file diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 5950ead..d254376 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -1,71 +1,51 @@ --- -title: Introduction -description: 'Welcome to the home of your new documentation' +title: 'React Print' +sidebarTitle: 'Introduction' +description: 'Build PDFs using React and TypeScript.' +icon: 'hand-wave' --- -Hero Light -Hero Dark +## Why ? +We believe documents are at the core of communication—invoices, contracts, resumes, bills, etc. They are the primary method for exchanging information with others professionally. So, why do we continue to use decades-old technology to create them? We believe you deserve better. Document production needs to be modernized. Start today and create your next PDF the same way you build a web app. And yes, this includes automating data integration into your documents. Say hello to react-print. -## Setting up +## Getting Started -The first step to world-class documentation is setting up your editing environments. +React Print is designed to be incrementally adopted, so you can add it to most codebases in a few minutes. - - - Get your docs set up locally for easy development - - - Preview your changes before you push to make sure they're perfect - - + +Create a brand-new folder with packages powered by React Print. + -## Make it yours +## Components +This is a set of standard components to help you build amazing PDFs without having to deal with the mess of creating table-based layouts and maintaining archaic markup. -Update your docs to your brand and add valuable content for the best user conversion. - - - - Customize your docs to your company's colors and brands + + + A React html component to wrap emails. + - Automatically generate endpoints from an OpenAPI spec + + The main wrapper that hold your content. + - Build interactive features and designs to guide your users + A React button component to help build emails. - - Check out our showcase of our favorite documentation + + + A block of text separated by blank spaces. - + \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 014b639..705b5fa 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -65,6 +65,12 @@ "contributing" ] }, + { + "group": "Getting Started", + "pages": [ + "getting-started/setup" + ] + }, { "group": "Essentials", "pages": [