Initial commit: konn3kt docs

This commit is contained in:
teal
2026-06-21 13:44:14 -05:00
commit f291818b3c
63 changed files with 2068 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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.