Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Documentation Accessibility #106

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/messaging/messaging-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ To [**receive**](./receive.mdx) interchain messages, implement the `handle` func
<details>
<summary>`IMailbox` Interface</summary>

See the [`IMailbox Interface`](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/interfaces/IMailbox.sol) for details.

<Tabs groupId="lang">
<TabItem value="sol" label="Solidity">

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/messaging/receive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The following utility is provided in the [`MailboxClient` library](../libraries/
<Tabs groupId="lang">
<TabItem value="sol" label="Solidity">

```solidity file=<rootDir>/node_modules/@hyperlane-xyz/core/contracts/client/MailboxClient.sol#L45-L51
```solidity file=<rootDir>/node_modules/@hyperlane-xyz/core/contracts/client/MailboxClient.sol#L47-L53
```

</TabItem>
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/messaging/send.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Contracts can send interchain messages by calling the `dispatch` function on the
<details>
<summary>`IMailbox` Interface</summary>

See the [`IMailbox Interface`](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/interfaces/IMailbox.sol) for details.

<Tabs groupId="lang">
<TabItem value="sol" label="Solidity">

Expand Down