mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
25 lines
621 B
Markdown
25 lines
621 B
Markdown
<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 Browser’s Documentation Repo!**
|
||
|
||
[Analytics](https://plausible.io/docs.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 preivew:
|
||
|
||
```bash
|
||
npm i
|
||
# for preview
|
||
npx quartz build --serve
|
||
```
|