Skip to content
forked from Mergifyio/docs

Mergify Public Documentation

Notifications You must be signed in to change notification settings

thejcannon/docs

 
 

Repository files navigation

Mergify Docs

This repository contains the code responsible for building the Mergify Docs site.

Developing locally

Run a local server to see your changes.

  1. Install NPM dependencies:

    npm i
  2. Start the local development environment:

    npm start

Note that in dev mode like this, a page is built only when accessing it from the browser. So it may take a few seconds when navigating through pages.

Preview prod build

You can build docs and run a preview close to how it's done in production

  1. Build the docs

    npm run build
  2. Run the preview

    npm run preview

Note that during the build, you can encounter some errors that you won't see in local dev. This is because you're building every single page, in opposite of a local dev server that builds pages when you visit them.

About

Mergify Public Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 66.0%
  • TypeScript 17.9%
  • Astro 7.2%
  • CSS 6.2%
  • Python 1.0%
  • JavaScript 0.7%
  • Other 1.0%