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

View File

@@ -8,14 +8,14 @@ Welcome to the **MIVO User Manual**. This section covers the functional aspects
## <Icon name="BookOpen" color="primary" /> Topics
### <Icon name="Settings" color="info" /> [Global Settings](/manual/settings/)
### <Icon name="Settings" color="info" /> [Global Settings](/docs/manual/settings/)
Configure your system-wide settings:
- **Managing Routers**: Connect and manage your Mikrotik devices.
- **Voucher Templates**: Design and customize your voucher layouts.
- **Brand Logos**: Upload custom logos for your hotspot.
- **API & CORS**: Securely expose your router data to 3rd party apps.
### <Icon name="Activity" color="success" /> [Router Operations](/manual/router/)
### <Icon name="Activity" color="success" /> [Router Operations](/docs/manual/router/)
Manage your everyday router tasks after connecting:
- **Dashboard**: Monitor real-time traffic and system health.
- **Hotspot Management**: Create users, profiles, and generate vouchers.
@@ -25,5 +25,6 @@ Manage your everyday router tasks after connecting:
---
> [!TIP]
> This manual focuses on **using** the application. For installation and server configuration, please refer to the [Guide](/guide/installation).
> This manual focuses on **using** the application. For installation and server configuration, please refer to the [Guide](/docs/guide/installation).

View File

@@ -26,3 +26,4 @@ A quick summary of currently authenticated users:
> [!TIP]
> Keep the Dashboard open during peak hours to monitor for congestion or unauthorized access attempts.

View File

@@ -38,3 +38,4 @@ Advanced settings for network access without typical voucher requirements.
- **IP Bindings**: Bypass the hotspot login for specific MAC or IP addresses (e.g., for office printers or servers).
- **Walled Garden**: Allow access to specific websites or domains (e.g., your bank's portal) even before users log in.

View File

@@ -6,11 +6,12 @@ Router operations are session-specific tasks performed once connected to a Mikro
Once you select a session from the sidebar, you gain access to these tools:
- **[Dashboard](/manual/router/dashboard)**: Real-time traffic monitoring.
- **[Hotspot Management](/manual/router/hotspot)**: Users, Profiles, and Vouchers.
- **[Reports](/manual/router/reports)**: Sales reports and system logs.
- **[System Tools](/manual/router/tools)**: Reboot, Scheduler, and DHCP.
- **[Dashboard](/docs/manual/router/dashboard)**: Real-time traffic monitoring.
- **[Hotspot Management](/docs/manual/router/hotspot)**: Users, Profiles, and Vouchers.
- **[Reports](/docs/manual/router/reports)**: Sales reports and system logs.
- **[System Tools](/docs/manual/router/tools)**: Reboot, Scheduler, and DHCP.
## <Icon name="Zap" color="warning" /> Real-time Sync
MIVO communicates directly with your Mikrotik API. Most changes take effect immediately on your device.

View File

@@ -25,3 +25,4 @@ Deleting a packet here only removes it from the Quick Print dashboard; it does *
2. **MIVO** creates a random username/password account on the Mikrotik.
3. **MIVO** fetches the assigned template and sends it to the browser's print engine.

View File

@@ -26,3 +26,4 @@ Monitor real-time events from your Mikrotik router (`/reports/user-log`).
> [!NOTE]
> MIVO fetches these logs directly from the Mikrotik circular buffer. Clear your logs on the Mikrotik terminal if the buffer becomes too large.

View File

@@ -24,3 +24,4 @@ Directly trigger system-level commands from the MIVO interface:
> [!WARNING]
> These actions are executed immediately on your Mikrotik router. Ensure no critical operations are running before rebooting.

View File

@@ -13,3 +13,4 @@ To allow your website (e.g., a status checker) to call the MIVO API, you must wh
## <Icon name="Terminal" color="info" /> Documentation
Detailed API documentation is available in the developers section.

View File

@@ -6,11 +6,12 @@ Global settings control your MIVO instance across all sessions. These are system
Access these settings from the top-right menu or the main sidebar.
- **[Routers](/manual/settings/routers)**: Manage your Mikrotik connections.
- **[Templates](/manual/settings/templates)**: Customize voucher designs.
- **[Logos](/manual/settings/logos)**: Upload brand logos.
- **[API & CORS](/manual/settings/api-cors)**: Configure API access.
- **[Routers](/docs/manual/settings/routers)**: Manage your Mikrotik connections.
- **[Templates](/docs/manual/settings/templates)**: Customize voucher designs.
- **[Logos](/docs/manual/settings/logos)**: Upload brand logos.
- **[API & CORS](/docs/manual/settings/api-cors)**: Configure API access.
## <Icon name="Shield" color="info" /> Administration
You can also manage your MIVO administrators and general system behavior (Timezones, Language) here.

View File

@@ -27,3 +27,4 @@ You can delete unused logos at any time.
> [!WARNING]
> Deleting a logo will cause any voucher templates referencing its ID to show a broken image placeholder.

View File

@@ -26,3 +26,4 @@ Protect your configuration by creating backups of your MIVO database.
> [!CAUTION]
> Restoring a backup will overwrite your current settings and sessions.

View File

@@ -18,3 +18,4 @@ Adjust the environment settings for the entire application:
## <Icon name="ShieldAlert" color="warning" /> Security
MIVO uses session-based authentication. Ensure you log out when using public terminals.

View File

@@ -12,3 +12,4 @@ Templates use HTML and specialized placeholders to display voucher data.
## <Icon name="Printer" color="info" /> Quick Print
Once a template is saved, it becomes available in the **Quick Print** menu within your router sessions.