Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-brochard committed Oct 4, 2024
1 parent 1287058 commit c4732fe
Showing 1 changed file with 11 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,16 @@ import TabItem from "@theme/TabItem";

# 3. Inspect your new adapter

<!-- <Tabs> -->
<!-- <TabItem value="3-text" label="Text instructions" default> -->

After completing all the prompts, the CLI will generate the code files for your new adapter in `/packages/adapters-library/src/adapters/<protocol-id>/products/<product-id>/xxxxAdapter.ts`.

The video below walks you through the contents of the generated files and explains any modifications you'll need to make.

<!-- </TabItem> -->

<!-- <TabItem value="3-video" label="Video instructions"> -->

<div class="google-drive-video-wrapper">
<iframe
src="https://drive.google.com/file/d/1wLTd8utKB3vXHd-Vr2Cv1ElpLYHpPXCX/preview"
title="Inspect your new adapter"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
/>
</div>

<!-- </TabItem>
</Tabs> -->
The video below walks you through the contents of the generated files and explains any modifications you'll need to make.

<div class="google-drive-video-wrapper">
<iframe
src="https://drive.google.com/file/d/1wLTd8utKB3vXHd-Vr2Cv1ElpLYHpPXCX/preview"
title="Inspect your new adapter"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
/>
</div>

0 comments on commit c4732fe

Please sign in to comment.