-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add base * add callout
- Loading branch information
ritika-b
authored
Dec 11, 2023
1 parent
bec0435
commit e290e27
Showing
6 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
--- | ||
const extraArgsCallout = await Astro.glob("./ExtraArgsCallout.mdx") | ||
const ExtraArgsCalloutComponent = extraArgsCallout[0].Content | ||
const thirdPartyApps = await Astro.glob("./third-party-apps.mdx") | ||
const ThirdPartyAppsComponent = thirdPartyApps[0].Content | ||
export type Props = { | ||
callout?: "extraArgsCallout" | ||
callout?: "extraArgsCallout" | "thirdPartyApps" | ||
} | ||
const { callout } = Astro.props as Props | ||
--- | ||
|
||
{callout === "extraArgsCallout" && <ExtraArgsCalloutComponent />} | ||
{callout === "thirdPartyApps" && <ThirdPartyAppsComponent />} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { Aside } from "@components" | ||
|
||
<Aside type="note" title="Interfaces and Applications"> | ||
Chainlink CCIP is a messaging protocol. Third parties may build user interfaces or other applications on top of CCIP. | ||
Neither Chainlink Labs nor the Chainlink Foundation owns, controls, endorses, or assumes any responsibility for any | ||
such interfaces or applications. You are solely responsible for your use of such interfaces or applications. Please | ||
visit the Chainlink Foundation [Terms of Service](https://chain.link/terms) for more information. | ||
</Aside> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e290e27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
documentation – ./
documentation-git-main-chainlinklabs.vercel.app
documentation-woad-five.vercel.app
docs.chain.link
documentation-chainlinklabs.vercel.app