Skip to content

Commit

Permalink
Testing a rendered page
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-mysten committed Dec 19, 2024
1 parent 2448f26 commit 8bc241a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/content/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ sidebar_label: Overview

Sui is different than other blockchains. The concepts explored in this section provide a background to the Sui blockchain and web3 in general.

If you see this, delete it and the example below used for testing:
{@inject: github:MystenLabs/suins-contracts/packages/day_one/sources/bogo.move#fun=claim}

## Move

<Cards>
Expand Down
3 changes: 0 additions & 3 deletions docs/content/references/contribute/mdx-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ To include the entire source file, use the `{@inject}` directive with a path to

You can use source code from other GitHub repositories, but should do so sparingly and purposefully. There is almost no way to track those projects to ensure the code is valid, unlike the CI processes running on the sui repo. To use, format the directive as `{@inject: github:<GITHUB_ORG_NAME>/<GITHUB_REPO_NAME>/<PATH_TO_FILE>}`.

If you see this, delete it and the example below used for testing:
{@inject: github:MystenLabs/suins-contracts/packages/day_one/sources/bogo.move#fun=claim}

#### Include part of code

To include only sections of code, add an ID to identify the section, function, struct, or module. The ID is used in the directive syntax and in source code comments. The following sections provide examples of different uses and how to format them.
Expand Down

0 comments on commit 8bc241a

Please sign in to comment.