Zen Browser Docs website
Welcome to **Zen Browser’s Documentation Repo!**
[](https://uptime.zen-browser.app)
## Contributing
This site is built with [Quartz 4.0](https://quartz.jzhao.xyz/). Site content is written in Markdown format located in `content`.
If you would like to contribute see: [Getting Started with Documentation Contributions](https://docs.zen-browser.app/contribute/docs)
For local preview:
```bash
npm i
# for preview
npx quartz build --serve
```