Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emmerich committed Apr 25, 2024
1 parent 376de58 commit 2b77659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/DocumentView/Embed.tsx
Expand Up @@ -50,6 +50,9 @@ export async function Embed(props: BlockProps<gitbookAPI.DocumentBlockEmbed>) {
);
}

/**
* Create an integration block with an unfurl action from the GitBook Embed response.
*/
function createIntegrationBlock(
url: string,
integration: string,
Expand Down

0 comments on commit 2b77659

Please sign in to comment.