mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
69 lines
1.6 KiB
Text
69 lines
1.6 KiB
Text
---
|
|
title: Documentation
|
|
description: Welcome to Zen Browser's documentation
|
|
icon: BookOpen
|
|
---
|
|
|
|
import {
|
|
SpeechIcon,
|
|
BookIcon,
|
|
WrenchIcon,
|
|
PaletteIcon,
|
|
HelpCircleIcon,
|
|
BarChartIcon,
|
|
HeartIcon,
|
|
ShieldIcon
|
|
} from 'lucide-react';
|
|
|
|
Welcome to **Zen Browser's Documentation!** Here, you'll find everything you need to get the most out of your browsing experience. Dive in to explore how Zen can make your browsing more secure, private, and efficient.
|
|
|
|
<Cards cols={2}>
|
|
<Card
|
|
icon={<BookIcon />}
|
|
title="User Manual"
|
|
href="/user-manual"
|
|
description="Complete user guide and features"
|
|
/>
|
|
<Card
|
|
icon={<WrenchIcon />}
|
|
title="Guides"
|
|
href="/guides/live-editing"
|
|
description="Tutorials and how-to guides"
|
|
/>
|
|
<Card
|
|
icon={<PaletteIcon />}
|
|
title="Mods Registry"
|
|
href="/themes-store/themes-marketplace"
|
|
description="Custom themes and modifications"
|
|
/>
|
|
<Card
|
|
icon={<HelpCircleIcon />}
|
|
title="FAQ"
|
|
href="/faq"
|
|
description="Frequently asked questions"
|
|
/>
|
|
<Card
|
|
icon={<BarChartIcon />}
|
|
title="Benchmarks"
|
|
href="/benchmarks"
|
|
description="Performance comparisons"
|
|
/>
|
|
<Card
|
|
icon={<ShieldIcon />}
|
|
title="Security"
|
|
href="/security"
|
|
description="Security features and protocols"
|
|
/>
|
|
<Card
|
|
icon={<SpeechIcon />}
|
|
title="Code of Conduct"
|
|
href="/contribute/code-of-conduct"
|
|
description="Community guidelines"
|
|
/>
|
|
<Card
|
|
icon={<HeartIcon />}
|
|
title="Contribute"
|
|
href="/contribute/contributing"
|
|
description="How to contribute to the project"
|
|
/>
|
|
</Cards>
|