Skip to content

Commit 403267a

Browse files
committed
docs: migrate remaining documentation
1 parent 13b33f7 commit 403267a

File tree

11 files changed

+796
-332
lines changed

11 files changed

+796
-332
lines changed

docs/.vitepress/config.mts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default defineConfig({
2323
{text: 'Quickstart', link: 'pages/quickstart'},
2424
{text: 'API Reference', link: 'pages/api-reference'},
2525
{text: 'Custom Integration', link: 'pages/custom-integration'},
26+
{text: 'FAQ', link: 'pages/faq'},
2627
]
2728
},
2829
{

docs/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ features:
2222
details: A cutting-edge bundle for modern web development, ensuring compatibility with the latest standards and practices.
2323
- icon: 🔩
2424
title: Ultra Tiny
25-
details: Extremely lightweight, around 4kb in size, making it perfect for performance-critical applications.
25+
details: Extremely lightweight, around 4kb in size, making it perfect for performance and size-critical applications.
2626
- icon: 👌
2727
title: Simple Usage
28-
details: Easy to use with minimal setup required, allowing developers to integrate it quickly into their projects.
28+
details: Easy to use with minimal setup required, allowing developers to integrate it quickly into any kind of project.
2929
- icon:
3030
title: Highly Optimized
31-
details: Performance-focused and highly efficient, designed to handle large datasets and complex operations smoothly.
31+
details: Performance-focused and highly efficient, designed to handle large amounts of DOM elements with ease.
3232
- icon: 🚀
3333
title: Zero Dependencies
3434
details: No external dependencies required, reducing the risk of conflicts and simplifying the build process.
@@ -39,10 +39,10 @@ features:
3939
title: Scroll Support
4040
details: Supports both vertical and horizontal scrolling, ensuring smooth navigation and interaction.
4141
- icon: 💪
42-
title: Proven Stability
43-
details: Over 3 years of development and widely used in many applications, demonstrating its reliability and robustness.
42+
title: Battle Tested
43+
details: Over 6 years of development and widely used in many applications, demonstrating its reliability and robustness.
4444
- icon: 🖼
4545
title: Framework Support
46-
details: Compatible with major frameworks (work in progress), making it versatile and easy to integrate with various technologies.
46+
details: Compatible with major frameworks and easy to "hack" for custom integrations, providing flexibility and versatility.
4747
---
4848

0 commit comments

Comments
 (0)