From 7df6c14a07f40bf9cd367af0fb3cc573f23373f7 Mon Sep 17 00:00:00 2001 From: Pete Vielhaber Date: Mon, 18 Nov 2024 15:31:28 -0600 Subject: [PATCH 1/2] changed misc files from .md to .mdx --- arbitrum-docs/for-users/{contribute.md => contribute.mdx} | 0 arbitrum-docs/intro/{intro.md => intro.mdx} | 0 arbitrum-docs/learn-more/{contribute.md => contribute.mdx} | 0 arbitrum-docs/learn-more/{faq.md => faq.mdx} | 0 ...um-gentle-introduction.md => arbitrum-gentle-introduction.mdx} | 0 arbitrum-docs/welcome/{get-started.md => get-started.mdx} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename arbitrum-docs/for-users/{contribute.md => contribute.mdx} (100%) rename arbitrum-docs/intro/{intro.md => intro.mdx} (100%) rename arbitrum-docs/learn-more/{contribute.md => contribute.mdx} (100%) rename arbitrum-docs/learn-more/{faq.md => faq.mdx} (100%) rename arbitrum-docs/welcome/{arbitrum-gentle-introduction.md => arbitrum-gentle-introduction.mdx} (100%) rename arbitrum-docs/welcome/{get-started.md => get-started.mdx} (100%) diff --git a/arbitrum-docs/for-users/contribute.md b/arbitrum-docs/for-users/contribute.mdx similarity index 100% rename from arbitrum-docs/for-users/contribute.md rename to arbitrum-docs/for-users/contribute.mdx diff --git a/arbitrum-docs/intro/intro.md b/arbitrum-docs/intro/intro.mdx similarity index 100% rename from arbitrum-docs/intro/intro.md rename to arbitrum-docs/intro/intro.mdx diff --git a/arbitrum-docs/learn-more/contribute.md b/arbitrum-docs/learn-more/contribute.mdx similarity index 100% rename from arbitrum-docs/learn-more/contribute.md rename to arbitrum-docs/learn-more/contribute.mdx diff --git a/arbitrum-docs/learn-more/faq.md b/arbitrum-docs/learn-more/faq.mdx similarity index 100% rename from arbitrum-docs/learn-more/faq.md rename to arbitrum-docs/learn-more/faq.mdx diff --git a/arbitrum-docs/welcome/arbitrum-gentle-introduction.md b/arbitrum-docs/welcome/arbitrum-gentle-introduction.mdx similarity index 100% rename from arbitrum-docs/welcome/arbitrum-gentle-introduction.md rename to arbitrum-docs/welcome/arbitrum-gentle-introduction.mdx diff --git a/arbitrum-docs/welcome/get-started.md b/arbitrum-docs/welcome/get-started.mdx similarity index 100% rename from arbitrum-docs/welcome/get-started.md rename to arbitrum-docs/welcome/get-started.mdx From bfa1743bbe5c424aac942a4a8ba330bbe0304359 Mon Sep 17 00:00:00 2001 From: Pete Vielhaber Date: Mon, 18 Nov 2024 15:33:46 -0600 Subject: [PATCH 2/2] Updated dependencies for md to mdx conversion --- .../build-decentralized-apps/01-quickstart-solidity-hardhat.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-hardhat.mdx b/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-hardhat.mdx index 0ecace43c..7924632cf 100644 --- a/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-hardhat.mdx +++ b/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-hardhat.mdx @@ -520,7 +520,7 @@ If you have any questions or feedback, reach out to us on [Discord](https://disc [^3]: There are multiple types of Ethereum nodes. The ones that earn ETH for processing and validating transactions are called _validators_. See [Nodes and Networks](https://docs.prylabs.network/docs/concepts/nodes-networks) for a beginner-friendly introduction to Ethereum's node types. [^4]: When our `VendingMachine` contract is deployed to Ethereum, it'll be hosted by Ethereum's decentralized network of nodes. Generally speaking, we won't be able to modify the contract's code after it's deployed. [^5]: To learn more about how Ethereum wallets work, see [Ethereum.org's introduction to Ethereum wallets](https://ethereum.org/en/wallets/). -[^6]: Visit the [Gentle Introduction to Arbitrum](../intro/intro.md) for a beginner-friendly introduction to Arbitrum's rollup protocol. +[^6]: Visit the [Gentle Introduction to Arbitrum](../intro/intro.mdx) for a beginner-friendly introduction to Arbitrum's rollup protocol.