📄 Documentation for zen's core principals such as information about the theme marketshare
Find a file
2024-08-29 06:20:27 -07:00
.github Update ci.yaml 2024-08-29 06:20:27 -07:00
.idea updated guides/live-editing.md 2024-08-27 20:12:05 -06:00
content removed faq.md video 2024-08-28 14:36:53 -06:00
docs initial 2024-08-18 00:54:32 +02:00
quartz reverted CSS media query due to issue #19 2024-08-26 04:25:10 -06:00
.gitattributes initial 2024-08-18 00:54:32 +02:00
.gitignore added video to faq.md regarding Split Tabs 2024-08-28 06:05:08 -06:00
.node-version initial 2024-08-18 00:54:32 +02:00
.npmrc initial 2024-08-18 00:54:32 +02:00
.prettierignore initial 2024-08-18 00:54:32 +02:00
.prettierrc initial 2024-08-18 00:54:32 +02:00
CODE_OF_CONDUCT.md initial 2024-08-18 00:54:32 +02:00
Dockerfile initial 2024-08-18 00:54:32 +02:00
globals.d.ts initial 2024-08-18 00:54:32 +02:00
index.d.ts initial 2024-08-18 00:54:32 +02:00
LICENSE.txt initial 2024-08-18 00:54:32 +02:00
package-lock.json Merge pull request #23 from zen-browser/dependabot/npm_and_yarn/tsx-4.18.0 2024-08-28 08:09:44 -06:00
package.json Merge pull request #23 from zen-browser/dependabot/npm_and_yarn/tsx-4.18.0 2024-08-28 08:09:44 -06:00
quartz.config.ts chore: Update landing page title and footer links 2024-08-18 01:20:53 +02:00
quartz.layout.ts Started working on building zen from source 2024-08-18 01:32:18 +02:00
README.md Update README.md 2024-08-24 12:35:37 -06:00
tsconfig.json initial 2024-08-18 00:54:32 +02:00
vercel.json chore: Update vercel.json to enable clean URLs 2024-08-18 01:55:35 +02:00

Docs Site

Welcome to Zen Browsers Documentation!

Contributing

This site is built with Quartz 4.0. Site content is written in Markdown format located in content. If you would like to contribute see: Getting Started with Documentation Contributions

For local preivew:

npm i
# for preview
npm run docs