Skip to content

Commit

Permalink
docs: Rename rofl app.md to app.mdx
Browse files Browse the repository at this point in the history
Since it now uses docusaurus extensions.
  • Loading branch information
jberci committed Dec 19, 2024
1 parent f787f36 commit 2b1a680
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/rofl/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This way, your ROFL client will sync more quickly and not want to start on any
other network or ParaTime. Read the [Consensus Trust Root] chapter to learn more
about obtaining a correct block for the root of trust.

[`src/main.rs`]: app.md#app-definition
[`src/main.rs`]: app.mdx#app-definition
[Consensus Trust Root]: trust-root.md

## Register the App
Expand Down
2 changes: 1 addition & 1 deletion docs/rofl/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps you will be able to start building your first ROFL app!

If you already have everything set up, feel free to skip to the [next chapter].

[next chapter]: app.md
[next chapter]: app.mdx

:::info

Expand Down
2 changes: 1 addition & 1 deletion docs/rofl/trust-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _consensus trust root_. The preconfigured trust root is valid for the current
deployment of Sapphire Testnet. This chapter briefly describes what the trust
root is, how it can be securely derived and configured in your ROFL app.

[ROFL app example]: app.md
[ROFL app example]: app.mdx

## The Root of Trust

Expand Down
2 changes: 1 addition & 1 deletion examples/runtime-sdk/rofl-oracle/oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ npx hardhat oracle-query 0x5FbDB2315678afecb367f032d93F642f64180aa3 --network sa

For more information check out the [ROFL tutorial].

[ROFL tutorial]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/app.md
[ROFL tutorial]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/app.mdx

0 comments on commit 2b1a680

Please sign in to comment.