Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 26, 2024
2 parents 07c42e0 + 39de9d8 commit 4e4223b
Show file tree
Hide file tree
Showing 47 changed files with 1,115 additions and 1,298 deletions.
2 changes: 1 addition & 1 deletion config/footer-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"label": "Playground",
"href": "https://playground.aelf.com"
"href": "/tools/aelf-playground/"
},
{
"label": "Resources",
Expand Down
2 changes: 1 addition & 1 deletion config/navbar-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"position": "left"
},
{
"to": "https://playground.aelf.com",
"to": "/tools/aelf-playground/",
"label": "Playground",
"position": "left"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes
- [Operations](/quick-start/node-operators/operations/)
- [Run a testnet](/quick-start/node-operators/run-a-testnet-node/) node
- [Run a mainnet](/quick-start/node-operators/run-a-mainnet-node/) node
- [Simulate](/quick-start/node-operators/simulation-in-local-environment) in your local environment
- [Create](/quick-start/node-operators/explore-running-aelf-side-chain) a side chain
- [Simulate](/quick-start/node-operators/simulation-in-local-environment/) in your local environment
- [Create](/quick-start/node-operators/creation-of-a-side-chain/) a side chain
- [Run](/quick-start/node-operators/running-a-side-chain/) a side chain

</article>

Expand All @@ -56,7 +57,6 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes

- [Operate a Node](/tutorials/operate-a-node/)
- Run aelf on [Cloud](/tutorials/operate-a-node/run-aelf-on-cloud/)
- Run a [Side Chain](/tutorials/operate-a-node/run-a-side-chain/)

</article>

Expand Down
1 change: 1 addition & 0 deletions docs/learn/cross-chain/architecture/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 2
title: Architecture
description: aelf's cross-chain system architecture
---

# Side Chain and Main Chain Node Documentation
Expand Down
1 change: 1 addition & 0 deletions docs/learn/cross-chain/cross-chain-transfer/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 5
title: Cross Chain Transfer
description: Performing cross-chain transfers in aelf
---


Expand Down
1 change: 1 addition & 0 deletions docs/learn/cross-chain/cross-chain-verification/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 3
title: Cross Chain Verification
description: aelf's cross-chain verification process
---


Expand Down
5 changes: 3 additions & 2 deletions docs/learn/cross-chain/introduction/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 1
title: Introduction
description: aelf's cross-chain functionalities
---

# Introduction
Expand All @@ -24,5 +25,5 @@ Side chains are isolated but still need a way to interact with each other. To en

The following sections of this documentation will provide:

- An overview of the architecture of aelf's side chains.
- A guide explaining how to set up a main-chain and a side chain node.
- An overview of the [architecture](/learn/cross-chain/architecture/) of aelf's side chains.
- A guide explaining how to set up a [main-chain](/quick-start/node-operators/run-a-mainnet-node) and a [side chain](/quick-start/node-operators/running-a-side-chain/) node.
1 change: 1 addition & 0 deletions docs/learn/cross-chain/verify/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 4
title: Verify
description: Verification methods for aelf cross-chain
---


Expand Down
Loading

0 comments on commit 4e4223b

Please sign in to comment.