mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
Migrated project from Quartz to Next.js with Fumadocs
This commit is contained in:
parent
d0e8fca4a6
commit
ff60b8afc1
383 changed files with 8990 additions and 152443 deletions
29
README.md
29
README.md
|
@ -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 Browser’s Documentation Repo!**
|
||||
|
||||
[](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
|
Loading…
Add table
Add a link
Reference in a new issue