Quickstart
Start building modern documentation in record time
Follow the instructions below to learn how to run, deploy, update and supercharge your documentation with xyd
.
Prerequisite: Node 22.12+
Installation
Install the
xyd
CLI:Navigate to the docs directory (where the settings file is located) and execute the following command:
bun add -g xyd-js
xyd
Info
Above command runs a dev server
CLI versioning
Please note that each CLI release is associated with a specific version of xyd
.
If you have troubles, please update the CLI:
bun add -g xyd-js
Troubleshooting
If you have troubles with CLI the common task is deleting xyd
cache:
rm -rf .xyd
Publishing
Publishing changes depends on your preferences, the simplest way is to use the one of infrastructure providers like Netlify or Vercel. Learn more about deploy.
Starter
Use our starter kit to get up and running quickly.
Examples
Please checkout examples to learn how to setup docs as you want.
CodeSandbox Demo
Please checkout CodeSanbox demo.
Show your support! Star us on GitHub ⭐️