Update docs structure to root and fix links

This commit is contained in:
MivoDev
2026-01-18 11:35:30 +07:00
parent c977c8dc1b
commit 2ef1f20e54
80 changed files with 227 additions and 188 deletions

41
index.md Normal file
View File

@@ -0,0 +1,41 @@
---
layout: home
hero:
name: "MIVO"
text: "Mikrotik Voucher Management"
tagline: Modern, Lightweight, and Efficient. Built for low-end devices with premium UX.
image:
light: /logo-m.svg
dark: /logo-m-dark.svg
alt: MIVO Logo
actions:
- theme: brand
text: Get Started
link: /guide/installation
- theme: alt
text: Docker Image
link: /guide/docker
features:
- title: Lightweight Core
details: Built on a custom minimal MVC framework (~50KB core) optimized for STB/Android.
- title: Modern UI/UX
details: Fresh Glassmorphism design system using TailwindCSS and Alpine.js.
- title: Docker Ready
details: Official Alpine-based image (~50MB) with Nginx and Supervisor.
- title: Secure
details: Environment-based config (.env), encrypted credentials, and secure sessions.
---
## Why MIVO?
MIVO is a next-generation **Mikrotik Voucher Management System**, engineered to deliver premium user experience even on low-end hardware.
### Key Highlights
- <Icon name="Zap" color="warning" /> **Blazing Fast**: No heavy frameworks like Laravel. Pure PHP 8.0+ performance.
- <Icon name="Smartphone" color="info" /> **Mobile First**: Fully responsive design that feels like a native app.
- <Icon name="Plug" color="success" /> **API First**: Built-in REST API with CORS support for 3rd party integrations.
- <Icon name="Wrench" color="primary" /> **Developer Friendly**: Clean architecture, CLI tools (`php mivo`), and easy extension.