Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 2.99 KB

quickstart.mdx

File metadata and controls

70 lines (56 loc) · 2.99 KB
title description
Quickstart
Build a fully functional API in under 5 minutes

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!

During the onboarding process, we created a repository on your Github with your docs content. You can find this repository on our [dashboard](https://dashboard.mintlify.com). To clone the repository locally, follow these [instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) in your terminal. 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](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally with this command: ``` npm i -g mintlify ``` 2. 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 experience

During the onboarding process, we created a repository on your Github with your docs content. You can find this repository on our [dashboard](https://dashboard.mintlify.com). To clone the repository locally, follow these [instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) 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.

During the onboarding process, we created a repository on your Github with your docs content. You can find this repository on our [dashboard](https://dashboard.mintlify.com). To clone the repository locally, follow these [instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) in your terminal.

All Done!

Congrats! You’ve set up a Dynamic API with Webhub! Need support or want to give some feedback? You can email us at [email protected].