mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 09:20:01 +02:00
Update documentation index with new icons and card descriptions
This commit is contained in:
parent
d6ce0d1c42
commit
dd35a55ae8
1 changed files with 12 additions and 12 deletions
|
@ -7,12 +7,12 @@ icon: BookOpen
|
||||||
import {
|
import {
|
||||||
SpeechIcon,
|
SpeechIcon,
|
||||||
BookIcon,
|
BookIcon,
|
||||||
WrenchIcon,
|
|
||||||
PaletteIcon,
|
PaletteIcon,
|
||||||
HelpCircleIcon,
|
HelpCircleIcon,
|
||||||
BarChartIcon,
|
|
||||||
HeartIcon,
|
HeartIcon,
|
||||||
ShieldIcon
|
ShieldIcon,
|
||||||
|
Paintbrush,
|
||||||
|
Hammer
|
||||||
} from 'lucide-react';
|
} 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.
|
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.
|
||||||
|
@ -25,10 +25,16 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee
|
||||||
description="Complete user guide and features"
|
description="Complete user guide and features"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
icon={<WrenchIcon />}
|
icon={<Paintbrush />}
|
||||||
title="Guides"
|
title="CSS Live Editing"
|
||||||
href="/guides/live-editing"
|
href="/guides/live-editing"
|
||||||
description="Tutorials and how-to guides"
|
description="Live CSS editing for customizing the browser"
|
||||||
|
/>
|
||||||
|
<Card
|
||||||
|
icon={<Hammer />}
|
||||||
|
title="Build the Browser"
|
||||||
|
href="/guides/building"
|
||||||
|
description="Build the browser from source"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
icon={<PaletteIcon />}
|
icon={<PaletteIcon />}
|
||||||
|
@ -42,12 +48,6 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee
|
||||||
href="/faq"
|
href="/faq"
|
||||||
description="Frequently asked questions"
|
description="Frequently asked questions"
|
||||||
/>
|
/>
|
||||||
<Card
|
|
||||||
icon={<BarChartIcon />}
|
|
||||||
title="Benchmarks"
|
|
||||||
href="/benchmarks"
|
|
||||||
description="Performance comparisons"
|
|
||||||
/>
|
|
||||||
<Card
|
<Card
|
||||||
icon={<ShieldIcon />}
|
icon={<ShieldIcon />}
|
||||||
title="Security"
|
title="Security"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue