docs/README.md
2024-09-06 23:09:36 +01:00

25 lines
676 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.

<div align="center">
<picture>
<img src="./zen-alpha-blue.svg" width="128px">
</picture>
</div>
<h1 align="center">
Zen Browser Docs website
</h1>
Welcome to **Zen Browsers Documentation Repo!**
[Analytics](https://plausible.io/docs.zen-browser.app) | [Uptime-Phare](https://zen-browser.status.phare.io/)
## 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 preivew:
```bash
npm i
# for preview
npx quartz build --serve
```