Build Markdown Docs With Qyro-js
A lightweight JavaScript library for creating stunning static documentation sites from your markdown files in seconds.
Everything You Need
Qyro-js docs provides all the tools you need to create beautiful documentation sites with minimal effort.
Lightning Fast
Generate static sites in milliseconds with optimized performance.
Lightweight
Minimal dependencies and tiny runtime for blazing fast documentation.
Markdown Support
Write your documentation in Markdown with full syntax support.
Code Highlighting
Beautiful syntax highlighting for all popular programming languages.
Easy Installation
Simple CLI tool to get started in seconds with zero configuration.
MD Studio
Interactive Markdown editor for creating your documentation.
How It Works
Creating documentation with Qyro-js docs is as easy as 1-2-3.
Install the CLI
Get started by installing the Qyro-js docs CLI globally using npm, yarn, or pnpm.
npm install -g qyroOne Command Setup
The CLI tool handles all dependencies and configuration automatically, so you can focus on writing documentation.
Ready to Build Amazing Docs?
Start creating beautiful documentation in minutes with Qyro-js docs. Follow these simple steps to get started.
Install the CLI
Install the Qyro-js docs CLI globally using npm.
npm install -g qyroCreate a New Project
Initialize a new documentation project.
qyro init my-docsAdd Your Content
Add your markdown files to the /docs folder.
Build and Deploy
Build your static site and deploy it.
qyro buildTry It Now
Experience the simplicity and power of Qyro-js docs with our interactive demo.
$ qyro init my-docs
Creating new project...
Installing dependencies...
Success! Created my-docs
Next steps:
$ cd my-docs
$ npm run dev