Skip to content
1 change: 1 addition & 0 deletions docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<a href="getting-started.html">Getting Started</a>
<a href="api-reference.html" class="active">API Reference</a>
<a href="websocket.html">WebSocket</a>
<a href="plugins.html">Plugins</a>
<a href="security.html">Security</a>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</nav>
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<a href="getting-started.html" class="active">Getting Started</a>
<a href="api-reference.html">API Reference</a>
<a href="websocket.html">WebSocket</a>
<a href="plugins.html">Plugins</a>
<a href="security.html">Security</a>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</nav>
Expand Down
12 changes: 9 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<a href="getting-started.html">Getting Started</a>
<a href="api-reference.html">API Reference</a>
<a href="websocket.html">WebSocket</a>
<a href="plugins.html">Plugins</a>
<a href="security.html">Security</a>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</nav>
Expand Down Expand Up @@ -56,6 +57,11 @@ <h3>🔒 Type-Safe</h3>
<h3>📦 Full Coverage</h3>
<p>Guilds, Channels, Roles, Members, Bans, Timeouts, Messages, Reactions, Pins, and more.</p>
</div>
<div class="feature-card">
<h3>🔌 Plugin System</h3>
<p>Extend functionality with plugins. Add routes, listen to events, and communicate between plugins.
</p>
</div>
</section>

<h2>Quick Links</h2>
Expand All @@ -72,9 +78,9 @@ <h4>📖 API Reference</h4>
<h4>⚡ WebSocket Events</h4>
<p>Real-time event streaming documentation.</p>
</a>
<a href="https://github.com" class="card" target="_blank">
<h4>💻 Source Code</h4>
<p>View the source code on GitHub.</p>
<a href="plugins.html" class="card">
<h4>🔌 Plugin System</h4>
<p>Create plugins with event handling and REST endpoints.</p>
</a>
</div>

Expand Down
Loading