From 91ab4b347eed2d30b6bb9585c875d6848800c876 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Thu, 4 Jul 2024 10:18:15 +0800 Subject: [PATCH] fix homepage order --- docs/index.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/index.md b/docs/index.md index 19d85ed..9bcd109 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,10 +32,16 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes
-## ⭐️ References +## 📚 Understanding aelf -- [Web API](/docs/web-api/) - Interact with the aelf blockchain through the web -- [Smart Contract API](/docs/smart-contract-api/) - Access smart contract functionalities using API +- [Core](/learn/core/) - aelf's core architecture +- [Cross-chain](/learn/cross-chain/) - aelf's cross-chain architecture +- [Consensus](/learn/consensus/) - Understanding aelf's consensus mechanism +- [Network](/learn/network/) - Exploring aelf's network architecture +- [Addresses](/learn/addresses/) - Managing aelf's blockchain addresses +- [Transactions](/learn/transactions/) - Handling transaction processes +- [Smart Contract](/learn/smart-contract/) - aelf's smart contract architecture +- [ACS Introduction](/learn/acs-introduction/) - An introduction to aelf contract system
@@ -67,16 +73,10 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes
-## 📚 Understanding aelf +## ⭐️ References -- [Core](/learn/core/) - aelf's core architecture -- [Cross-chain](/learn/cross-chain/) - aelf's cross-chain architecture -- [Consensus](/learn/consensus/) - Understanding aelf's consensus mechanism -- [Network](/learn/network/) - Exploring aelf's network architecture -- [Addresses](/learn/addresses/) - Managing aelf's blockchain addresses -- [Transactions](/learn/transactions/) - Handling transaction processes -- [Smart Contract](/learn/smart-contract/) - aelf's smart contract architecture -- [ACS Introduction](/learn/acs-introduction/) - An introduction to aelf contract system +- [Web API](/docs/web-api/) - Interact with the aelf blockchain through the web +- [Smart Contract API](/docs/smart-contract-api/) - Access smart contract functionalities using API