Migrated project from Quartz to Next.js with Fumadocs

This commit is contained in:
Jonas List 2025-04-14 22:08:00 +02:00
parent d0e8fca4a6
commit ff60b8afc1
383 changed files with 8990 additions and 152443 deletions

View file

@ -1,25 +1,28 @@
<div align="center">
<picture>
<img src="./logo.png" width="128px">
<img src="./public/icon.svg" width="128px">
</picture>
</div>
<h1 align="center">
Zen Browser Docs website
</h1>
# Zen Browser Docs
Welcome to **Zen Browsers Documentation Repo!**
[![Status badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fuptime.zen-browser.app%2Fshield-badges%2Fstatus.json&style=for-the-badge)](https://uptime.zen-browser.app)
## Contributing
## 🛠️ Built With
- [Next.js](https://nextjs.org/) - React framework
- [Fumadocs](https://fumadocs.vercel.app/) - Documentation framework
- MDX - Markdown syntax
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)
## 🤝 Contributing
We welcome contributions to help improve Zen Browser's documentation! Please follow these guidelines:
1. Head over to **https://docs.zen-browser.app/contribute/docs** for full guidelines.
2. Make sure your changes align with our content style and technical accuracy.
3. Open a pull request—our team will review and merge it promptly.
For local preview:
Thanks for helping us make Zen Browser even better!
```bash
npm i
# for preview
npx quartz build --serve
```
## 🙏 Acknowledgments
- Thanks to all our contributors
- Special thanks to the Fumadocs and Next.js teams