xyd 0.1.0-alpha - Coming Soon

Get Started
/
Deploy

Deploy yourxyddocs

Learn how to make your docs available to the public

You must follow the following steps to deploy your xyd docs:

  1. bunx / npx / xyd CLI installed on CI.

  2. You run build command inside your docs project.

Build

Run this command to build the docs:

$ bunx xyd-js build

Info

This produces a static files availalbe at .xyd/build/client folder within your docs project. You can serve that locally using popular static web servers or just deploy it on production.

Deployment

Since xyd build produces static files you can deploy it on any infrastructure you want very easy. Just point to generated folder which you could upload to your provider.

netlify.toml
[build]
command = "bunx xyd-js build"
publish = ".xyd/build/client"

Check out more Deploy Samples.

QuicktartCompare
Built with

Show your support! Star us on GitHub ⭐️