Skip to content

Commit ce71c4f

Browse files
committed
Remove GraphQL + document App Surfaces
1 parent f290584 commit ce71c4f

11 files changed

Lines changed: 803 additions & 412 deletions

File tree

app-bridge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../sdk-js/packages/app-bridge

apps/about-apps/components/overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ Have an idea for a new component type that would enhance the epilot platform? We
7575

7676
Our product team regularly reviews component requests and prioritizes them based on community interest and strategic alignment.
7777

78+
## App Surfaces & Communication
79+
80+
When your component runs inside epilot, it's embedded in an iframe and communicates with the parent application through the `@epilot/app-bridge` library. Different component types are displayed on different "surfaces" within epilot.
81+
82+
Learn more about [App Surfaces](/apps/app-surfaces) to understand how your app communicates with epilot and receives authentication, entity context, and configuration data.
83+
7884
## Building Your First Component
7985

8086
Ready to create your own component? Each component type has specific requirements and capabilities, but they all follow similar development patterns.

0 commit comments

Comments
 (0)