chore: add WebSocket API documentation and auto-organization feature cards to site pages
This commit is contained in:
@@ -291,6 +291,36 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2>Extensible API</h2>
|
||||
<p style="color: var(--text-muted); max-width: 700px; margin-bottom: 2rem;">
|
||||
DWN exposes a real-time WebSocket API that allows for complete programmatic
|
||||
control and monitoring of your desktop environment.
|
||||
</p>
|
||||
<div class="features-grid">
|
||||
<div class="card">
|
||||
<h3>💡 Real-time Monitoring</h3>
|
||||
<p>Subscribe to window manager events and state changes. Build custom dashboards,
|
||||
status bars, or automation scripts.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>🎫 Remote Control</h3>
|
||||
<p>Change workspaces, focus windows, and launch applications programmatically
|
||||
from any language that supports WebSockets.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>💻 Integration Ready</h3>
|
||||
<p>Native support for JSON-RPC style commands makes it easy to integrate with
|
||||
external tools, mobile apps, or web interfaces.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert-info" style="margin-top: 2rem;">
|
||||
<p style="margin: 0;">Detailed API documentation and examples are available in the
|
||||
<a href="documentation.html#api">Documentation section</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section section-alt">
|
||||
<div class="container">
|
||||
<h2>Standards Compliance</h2>
|
||||
|
||||
Reference in New Issue
Block a user