Initial commit: konn3kt docs
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user