Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
structure updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meganskye committed Apr 30, 2024
1 parent f264531 commit 90db3b9
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 13 deletions.
4 changes: 4 additions & 0 deletions docs/about/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "About",
"position": 3
}
4 changes: 4 additions & 0 deletions docs/build/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Build",
"position": 1
}
7 changes: 7 additions & 0 deletions docs/build/build-on-layer-1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Build on Astar Substrate
---

import Figure from '/src/components/figure'

# Why build on Astar Substrate? (Layer 1)
7 changes: 7 additions & 0 deletions docs/build/build-on-layer-2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Build on Astar zkEVM
---

import Figure from '/src/components/figure'

# Why build on Astar zkEVM?
10 changes: 6 additions & 4 deletions docs/build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: Build
position: 2
---

# Why build on Astar?
[INSERT NEW BRAND IMAGE]

# Network Features
Astar is a interoperable smart contract platform providing native access to the Polkadot and Ethereum networks through its Layer 2 zkEVM and Substrate Parachain, and other networks plugged into Polygon AggLayer. The Astar tech stack empowers developers with the freedom to choose the network environment(s) that best suits the needs of their decentralised applications.

Astar Network Key Features:
Expand All @@ -20,19 +22,19 @@ Astar Network Key Features:

## Which network should you deploy on?

[INSERT_LAYER1_CLOUD&BUTTON] [INSERT_LAYER2_CLOUD&BUTTON] \\ these two images should display the main benefits of deploying on either our Layer 1 or Layer 2 networks. let's visualize the features listed below and have developers make a choice by clicking here to see further details about each one and how to get started.
[INSERT_LAYER1_CLOUD&BUTTON] [INSERT_LAYER2_CLOUD&BUTTON] \\ Note: these two images should display the main benefits of deploying on either our Layer 1 or Layer 2 networks. let's visualize the features listed (below and) in the following sections and make developers choose which network to build on right here.

Build2Earn - Only on Layer 1
Astar network's innovative Build2Earn program allows developers to earn a basic income while they build out their products and communities. Users are able to support projects by staking on them, which adds to the passive income developers earn and forms the basis of an unstoppable grant. Build2Earn encourages projects to stand out and provide value directly to end-users. See the dApp staking section for more information.

Wasm smart contracts - Only on Layer 1
Start building and deploying native smart contracts for Polkadot with ink!.

EVM smart contracts
EVM smart contracts - Everywhere
Solidity developers feel right at home building on Astar, no matter where they choose to deploy.

Ethereum Ecosystem & Community - Only on Layer 2
Direct access to the largest developer base and community support networks in the web3 industry.

Secured by Polkadot, Ethereum, and Polygon
Secured by Ethereum, Polkadot, and Polygon
Providing some of the best security guarantees in the industry.
9 changes: 7 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ title: About Astar Docs
sidebar_position: 1
---

# Overview of Astar Docs
# Overview

The Astar documentation portal serves as the official repository of current information and source of truth for everything related to the Astar Ecosystem.
The Astar documentation portal serves as the official repository of current information and source of truth for everything related to the Astar Ecosystem. Astar is a interoperable smart contract platform providing native access to the Polkadot and Ethereum networks through its Layer 2 zkEVM and Substrate Parachain, and other networks plugged into Polygon AggLayer. The Astar tech stack empowers developers with the freedom to choose the network environment(s) that best suits the needs of their decentralised applications.

## Table of Contents

- [**Build**](./build/) - Provides the resources developers and creators need to start building, testing, and deploying decentralized applications on Astar Network.
- [**Use**](./use/) - A starting point for those joining the network and wanting to use it for the first time.
- [**About Us**](./about) - Background information about Astar Network, the software, and people behind the scenes that power the network.

## Quickstart Guides

- [**Start Building on Substrate**] (INSERT LINK)
- [**Start Building on Astar zkEVM**] (INSERT LINK)

4 changes: 4 additions & 0 deletions docs/use/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Use",
"position": 2
}
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const katex = require('rehype-katex');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Astar Docs v3.0',
tagline: 'The Official Source For Creators Building on Astar Network',
tagline: 'The Official Source For Developers Building on Astar Network',
url: 'https://docs.astar.network',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand Down Expand Up @@ -92,7 +92,7 @@ presets: [
items: [
{
label: 'Site Index',
to: './getting-started',
to: '/getting-started',
},
],
},
Expand Down
44 changes: 39 additions & 5 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,59 @@ const FeatureList: FeatureItem[] = [
description: (
<>
<Translate>
Discover all the essential resources needed to begin creating, testing,
and deploying decentralized applications on Astar Network.
Discover essential resources to begin creating, testing, and deploying decentralized applications on the network.
</Translate>
</>
),
},
{
title: <Translate>Use</Translate>,
link: '/use/',
iconClass: 'docs',
iconClass: 'node',
description: (
<>
<Translate>
Gain valuable insights and hands-on experience with
using the network with hands-on tutorials, examples and more.
Gain valuable insights and experience using the network through hands-on tutorials, examples and more.
</Translate>
</>
),
},
{
title: <Translate>About Astar</Translate>,
link: '/about/',
iconClass: 'docs',
description: (
<>
<Translate>
Learn more about the technology, economics, and culture behind the network.
</Translate>
</>
),
},
{
title: <Translate>Quickstart - Build on Layer 1</Translate>,
link: '/build/build-on-layer-1',
iconClass: 'wrench',
description: (
<>
<Translate>
Skip the intro and jump right into building decentralized applications on Layer 1.
</Translate>
</>
),
},
{
title: <Translate>Quickstart - Build on Layer 2</Translate>,
link: '/build/build-on-layer-2',
iconClass: 'wrench',
description: (
<>
<Translate>
Skip the intro and jump right into building decentralized applications on Layer 2.
</Translate>
</>
),
},
];

function Feature({ title, iconClass, description, link }: FeatureItem) {
Expand Down

0 comments on commit 90db3b9

Please sign in to comment.