mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +02:00
15 lines
307 B
Markdown
15 lines
307 B
Markdown
# [Docs Site](https://docs.zen-browser.app)
|
||
|
||
Welcome to **Zen Browser’s 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
|
||
```
|