Touch file

This commit is contained in:
Owen
2026-02-24 12:23:33 -08:00
parent 0bdd4f115e
commit a28d6421db

View File

@@ -7,8 +7,6 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta /> <PangolinCloudTocCta />
### Pangolin (Control Plane) ### Pangolin (Control Plane)
Pangolin is the main control center that orchestrates the entire system: Pangolin is the main control center that orchestrates the entire system:
@@ -67,6 +65,6 @@ Badger is Pangolin's middleware that enforces access control:
Badger ensures that only authenticated and authorized users can access your applications, even if they bypass other security measures. Badger ensures that only authenticated and authorized users can access your applications, even if they bypass other security measures.
</Warning> </Warning>
<Frame caption="System architecture showing Pangolin components and their interactions"> <Frame caption="System architecture showing Pangolin components">
<img src="/images/system-diagram.svg" alt="Pangolin system architecture diagram"/> <img src="/images/system-diagram.svg" alt="Pangolin system architecture diagram"/>
</Frame> </Frame>