File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments