diff --git a/README.md b/README.md index 27d6dbd..66eaa84 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ -# Quartz v4 +# [docs.zen-browser.app](https://docs.zen-browser.app) -> “[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming +Welcome to **Zen Browser’s Documentation!** -Quartz is a set of tools that helps you publish your [digital garden](https://jzhao.xyz/posts/networked-thought) and notes as a website for free. -Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use. +## Contributing -🔗 Read the documentation and get started: https://quartz.jzhao.xyz/ +This site is built with [Quartz 4.0](https://quartz.jzhao.xyz/). Site content is written in Markdown format located in `content`. -[Join the Discord Community](https://discord.gg/cRFFHYye7t) +For local preivew: -## Sponsors - -

- - - -

+```bash +npm i +# for preview +npm run docs +```