docs/README.md
2024-08-24 21:05:44 +08:00

15 lines
318 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [docs.zen-browser.app](https://docs.zen-browser.app)
Welcome to **Zen Browsers Documentation!**
## Contributing
This site is built with [Quartz 4.0](https://quartz.jzhao.xyz/). Site content is written in Markdown format located in `content`.
For local preivew:
```bash
npm i
# for preview
npm run docs
```