22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# konn3kt Documentation
|
|
|
|
This folder contains the complete, standalone HTML/CSS/JS documentation website for end-users of the konn3kt web frontend.
|
|
|
|
## Structure
|
|
- `index.html`: Landing page / Introduction
|
|
- `getting-started.html`: Account creation and login
|
|
- `pairing.html`: Device pairing flows (QR and Manual)
|
|
- `dashboard.html`: Navigating the main view
|
|
- `devices.html`: Device management and live telemetry
|
|
- `trips.html`: Route playback and history
|
|
- `settings.html`: User preferences
|
|
- `troubleshooting.html`: Common device issues
|
|
- `faq.html`: Glossary and the konn3kt STANDARD plan details
|
|
- `assets/`: Shared styles (`style.css`) and navigation logic (`nav.js`)
|
|
|
|
## Usage
|
|
Simply open `index.html` in any modern web browser to view the documentation. No local web server is required, as all links and assets are relative.
|
|
|
|
## Design
|
|
The site was designed to perfectly match the dark-themed, glassmorphic aesthetic of the konn3kt platform, utilizing CSS variables for easy theming and maintaining brand consistency.
|