Skip to content

Commit 865143d

Browse files
committed
fix: balance feature grid to 18 cards (6x3)
Add Remote Plugin Loading card to fill the grid evenly.
1 parent 1f63708 commit 865143d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/pages/index.astro

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,19 @@ import Layout from '../layouts/Layout.astro';
362362
Continuous drift detection flags data planes running stale configurations.
363363
</p>
364364
</div>
365+
366+
<div class="card">
367+
<div class="w-12 h-12 rounded-lg bg-secondary-subtle flex items-center justify-center mb-4">
368+
<svg class="w-6 h-6 text-secondary" fill="none" stroke="currentColor" viewBox="0 0 24 24">
369+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path>
370+
</svg>
371+
</div>
372+
<h3 class="text-xl font-semibold mb-2">Remote Plugin Loading</h3>
373+
<p class="text-foreground-muted">
374+
Load plugins from HTTPS URLs at compile time with optional SHA-256 integrity verification.
375+
Local cache with checksum-based invalidation for fast rebuilds.
376+
</p>
377+
</div>
365378
</div>
366379
</div>
367380
</section>

0 commit comments

Comments
 (0)