Skip to main content

The new documentation URL is here!

· One min read
Geoffrey "C0ZEN" Testelin

It was time to say goodbye to the GitHub pages and embrace instead Vercel.
The documentation is now accessible from this URL.

Why?

The documentation was not easily testable on a Pull Request.
With Vercel, each GitHub branch will have a dedicated documentation deployment.
This will help us guarantee that it's always working as expected.

It will also be way faster for us to create a new release, because the documentation creation will be completely asynchronous.

On top of that, Vercel has many more features that we will also discover/configure later on.
We also added Sentry as part of the documentation to track eventual errors that you may come across.

info

Even if we changed in all places the links from the GitHub pages to Vercel, we will continue to deploy the documentation there.
We may create a redirection in the future though.