
Getting Started with WebHUB Dynamic API
Welcome to the Mintlify documentation guide. Follow the instructions below to learn how to deploy, update and supercharge your documentations with the advanced features Mintlify offers.1. Do you need to handle user data?
With this Dynamic API, you can manage your data with the service that best suits your needs!Manage user data with AWS DynamoDB Tables
Manage user data with AWS DynamoDB Tables
During the onboarding process, we created a repository on your Github with
your docs content. You can find this repository on our
dashboard. To clone the repository
locally, follow these
instructions
in your terminal.
Save photos, videos, and files with AWS S3 Bucket
Save photos, videos, and files with AWS S3 Bucket
Previewing helps you make sure your changes look as intended. We built a
command line interface to render these changes locally. 1. Install the
Mintlify CLI to preview the
documentation changes locally with this command:
npm i -g mintlify
- Run the following command at the root of your documentation (where
mint.json
is):mintlify dev
2. Do you need a way to make transactions?
We offer built in integrations with Stripe’s API to make e-commerce a frictionless experienceImplement e-commerce integration with Stripe API
Implement e-commerce integration with Stripe API
During the onboarding process, we created a repository on your Github with
your docs content. You can find this repository on our
dashboard. To clone the repository
locally, follow these
instructions
in your terminal.
3. Do you have a sign in page?
No need to worry about configure your own authentication logic, use our seamless integration with Google OAuth.Setup user authentication with Google OAuth
Setup user authentication with Google OAuth
During the onboarding process, we created a repository on your Github with
your docs content. You can find this repository on our
dashboard. To clone the repository
locally, follow these
instructions
in your terminal.