Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Aug 1, 2024
2 parents 878ecc6 + ae8751b commit b26f589
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes

## 🛠️ Tools

- [Playground](/tools/aelf-playground/) - Play with aelf in your browser
- [Chain SDK](/tools/chain-sdk/) - Develop blockchain specific applications using ChainSDK
- [aelf-deploy](/tools/aelf-deploy/) - Deploy your smart contract using this CLI
- [aelf CLI](/tools/aelf-cli/) - Execute blockchain operations via CLI
- [Smart Contract Templates](/tools/smart-contract-templates/) - Templates to quickly build your smart contract
- [Faucet](/tools/faucet/) - Test your dApp with aelf test tokens
- [Design](/tools/design/) - Explore aelf design library
- [Playground](/tools/aelf-playground/) - Play with aelf in your browser
- [Contract SDK](/tools/contract-sdk/) - C# SDKs
- [Smart Contract API](/tools/smart-contract-api/) - Access smart contract functionalities using API
- [Web API](/tools/web-api/) - Interact with the aelf blockchain through the web
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/browser-extension/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 7
title: Browser Extension
description: Explore Portkey wallet and other extensions
description: Interact with the aelf blockchain via the web extension
image: /img/Logo.aelf.svg
---

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/aelf-cli/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"position": 3,
"position": 4,
"label": "aelf CLI",
"collapsible": true,
"collapsed": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/aelf-deploy/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
title: aelf Deploy Tool
description: aelf-deploy simplifies contract updates
---
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/aelf-playground/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 1
title: aelf Playground
description: Play with aelf in your browser.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/chain-sdk/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"position": 1,
"position": 2,
"label": "Chain SDK",
"collapsible": true,
"collapsed": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/design/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 7
title: aelf Design
description: UI component library based on Antd.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/faucet/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 6
title: aelf Testnet Faucet
description: Get your free test aelf tokens.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/smart-contract-templates/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"position": 4,
"position": 5,
"label": "Smart Contract",
"collapsible": true,
"collapsed": true,
Expand Down

0 comments on commit b26f589

Please sign in to comment.