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

44
getting-started.html Normal file
View File

@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Getting Started - konn3kt Documentation</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="layout">
<main class="main-content">
<header class="page-header">
<h1 class="page-title">Getting Started</h1>
<p class="page-subtitle">Creating an account and accessing konn3kt.</p>
</header>
<section>
<h2>How to Sign Up</h2>
<p>Registration for konn3kt is managed through the official <strong>konn3kt Discord</strong>. This ensures a secure and community-focused environment for all users.</p>
<ol class="step-list">
<li>Join the <a href="https://discord.konn3kt.com">konn3kt Discord</a>.</li>
<li>Follow the instructions in the Discord to obtain access to our applications and the konn3kt platform.</li>
<li>Once registered, you can sign in at <a href="https://konn3kt.teallvbs.xyz">konn3kt.teallvbs.xyz</a>.</li>
</ol>
</section>
<section>
<h2>Signing In</h2>
<p>konn3kt supports several secure sign-in providers. You should use the account linked during your Discord registration process.</p>
<ul>
<li><strong>Sign in with GitHub</strong> (Preferred for developers and community members)</li>
<li><strong>Sign in with Google</strong></li>
<li><strong>Sign in with Apple</strong></li>
</ul>
<div class="callout">
<strong>Note:</strong> Your account acts as a unified portal for all your paired IQ.Pilot devices and any self-hosted storage nodes you choose to deploy.
</div>
</section>
</main>
</div>
<script src="assets/nav.js"></script>
</body>
</html>