diff --git a/proposal/SUMMARY.md b/proposal/SUMMARY.md index df7db79..fc39313 100644 --- a/proposal/SUMMARY.md +++ b/proposal/SUMMARY.md @@ -7,7 +7,7 @@ * [Getting Started](getting-started/README.md) * [Prerequisites](getting-started/prerequisites.md) - * [Using the Bridge](getting-started/using-the-brige.md) + * [Using the Bridge](getting-started/using-the-bridge.md) * [Guides](getting-started/guides/README.md) * [How to Connect your Wallet](getting-started/guides/how-to-connect-your-wallet.md) diff --git a/proposal/getting-started/guides/README.md b/proposal/getting-started/guides/README.md new file mode 100644 index 0000000..3ae84a6 --- /dev/null +++ b/proposal/getting-started/guides/README.md @@ -0,0 +1,28 @@ +--- +description: Tutorials to help you get started with XLink. +layout: + title: + visible: true + description: + visible: true + tableOfContents: + visible: true + outline: + visible: true + pagination: + visible: false +--- + +# 🛠 XLink Guides + +This section provides tutorials to help you use XLink effectively. + +## Available Guides + +- [How to Connect your Wallet](how-to-connect-your-wallet.md) + +More guides coming soon to assist with managing assets, bridging tokens, and more. + +## Support + +For assistance, join our community on [Discord](https://discord.com/invite/xlink) or [Telegram](https://x.com/XLinkbtc). diff --git a/proposal/getting-started/using-the-brige.md b/proposal/getting-started/using-the-bridge.md similarity index 100% rename from proposal/getting-started/using-the-brige.md rename to proposal/getting-started/using-the-bridge.md