Skip to content

Commit

Permalink
docs: merge getting started section
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 20, 2024
1 parent 8acdd50 commit 442e4b7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 1,
"label": "Getting Started"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 3
title: Mainnet
---

## How to Join the Mainnet

There are two ways to run an aelf node: using Docker (recommended) or running binaries from GitHub. Before starting, you need to install some tools and frameworks. Command line instructions are provided for most dependencies. For complex needs, see the Environment setup section.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 1
title: Overview
---

# Developer Documentation Overview

This document provides guidelines, documents, and API references for developers building DApps on aelf blockchain.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 2
title: Testnet
---

# How to Join the Testnet

You can run an aelf node using Docker (recommended) or GitHub binaries.
Expand Down

0 comments on commit 442e4b7

Please sign in to comment.