Deploy

You can deploy DocsIt to any static hosting service, such as Netlify, Vercel, GitHub Pages, and Render.

Build Configuration

Docsit can be built into a static website by running the command npm run generate or yarn generate. The generated website will be in the folder dist.

In Netlify

You can deploy DocsIt to Netlify by following these steps:

  1. Fork the DocsIt repository.
  2. Create a new site in Netlify.
  3. Connect your GitHub account to Netlify.
  4. Choose the DocsIt repository.
  5. Set the build command to npm run generate or yarn generate.
  6. Set the publish directory to dist.
  7. Click on "Deploy site".

Congratulations! Your DocsIt website is now live.

Copyright © 2023 DocsIt.