Skip to content

Commit

Permalink
Yon minor updates (#62)
Browse files Browse the repository at this point in the history
* Update intro.md

* Update what-is-an-ai-alignment-node.md

* Update why-run-a-node.md

* Update intro.md

* Update node-rewards.md

* Update and rename what-is-an-ai-alignment-node.md to node-holder-benefits.md

* Update why-run-a-node.md

* Update and rename why-run-a-node.md to sale-structure.md

* Update and rename node-rewards.md to eligibility.md

* Update details.md

* Update and rename details.md to purchasing-nodes.md

* Update and rename how-to-purchase-nodes.md to incentives-and-rewards

* Update and rename whats-next.md to compliance-and-regulatory.md

* Delete docs/node-sale/details/user-discounts-and-referrals.md

Based on updates from Marketing team

* Update and rename node-overview.md to faq.md

* Update faq.md

* Delete docs/node-sale/faq/node-operations.md

* Delete docs/node-sale/faq/payment-and-licenses.md

* Delete docs/node-sale/faq/whitelist-and-node-sale.md

* Update sidebars.ts

* Rename incentives-and-rewards to incentives-and-rewards.md

* Update sale-structure.md

* Update purchasing-nodes.md

* Update faq.md

* Update sidebars.ts

* Update node-sale-landing.md

* Update faq.md

* added node sale tiers and fixed some broken links

* Added more updates

---------

Co-authored-by: meeshhhh <106405655+meeshhhh@users.noreply.github.com>
  • Loading branch information
YonasW and meeshhhh authored Nov 21, 2024
1 parent 263bfd8 commit 3a998d7
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/og-chain.md → docs/0g-chain.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: og-chain
id: 0g-chain
title: 0G Chain
sidebar_position: 5
---
Expand All @@ -9,7 +9,7 @@ sidebar_position: 5

0G Chain is a highly scalable, AI-optimized L1 blockchain designed to meet the needs of data-heavy applications. Built with a modular architecture, it allows for the independent optimization of key components like consensus, execution, and storage—making it ideal for AI-driven workflows. 0G is fully **EVM-compatible**, so decentralized applications (dApps) already deployed on other L1 or L2 chains (such as Ethereum or rollups) can easily leverage 0G's products without needing to migrate entirely.

0G Chain supports a [data availability network](./da/og-da.md), [distributed storage network]('docs/og-storage'), and [AI serving network]('docs/og-serving'). All of these networks integrate with 0G Chain's highly scalable consensus network, built to handle massive data volumes suitable for AI.
0G Chain supports a [data availability network](./da/0g-da.md), [distributed storage network](0g-storage.md), and [AI serving network](0g-serving.md). All of these networks integrate with 0G Chain's highly scalable consensus network, built to handle massive data volumes suitable for AI.

As the demand for network capacity increases, new consensus networks can be added to enable horizontal scalability, thereby boosting the overall bandwidth and performance of the system. By **decoupling data publication from data storage**, 0G optimizes both throughput and scalability, surpassing the limitations seen in existing data availability (DA) solutions.

Expand Down
2 changes: 1 addition & 1 deletion docs/og-serving.md → docs/0g-serving.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: og-serving
id: 0g-serving
title: 0G Serving
---

Expand Down
2 changes: 1 addition & 1 deletion docs/og-storage.md → docs/0g-storage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: og-storage
id: 0g-storage
title: 0G Storage
sidebar_position: 3
---
Expand Down
2 changes: 1 addition & 1 deletion docs/build-with-0g/faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The 0G Faucet provides free testnet tokens, essential for interacting with the 0

## 🎓 Learn More

Curious about how to use your testnet tokens? Check out our [Developer Documentation](../run-a-node) for tutorials and examples!
Curious about how to use your testnet tokens? Check out our [run a node section of our documentation](../run-a-node/overview.md) for tutorials and examples!
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Find the [repository for this integration](https://github.com/0glabs/nitro) at h

## Prerequisites

- [0G DA Client Node](/build-with-0g/da-client-node)
- [0G DA Encoder Node](build-with-0g/da-encoder-node)
- [0G DA Client Node](../da-integration.md)
- [0G DA Encoder Node](../da-integration.md)
- [0G Arbitrum Nitro Rollup Kit](https://github.com/0glabs/nitro)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The Optimism codebase has been extended to integrate with the 0G DA `da-server`.

### 2. Deploy DA Client and DA Encoder

For guidance on setting up a 0G DA client and DA Encoder, refer to the [DA integration documentation]('../build-with-0g/da-integration').
For guidance on setting up a 0G DA client and DA Encoder, refer to the [DA integration documentation](../da-integration.md).


### 3. Deploying OP Stack
Expand Down
2 changes: 1 addition & 1 deletion docs/da/og-da-deep-dive.md → docs/da/0g-da-deep-dive.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: og-da-deep-dive
id: 0g-da-deep-dive
title: Technical Deep Dive
sidebar_position: 2
---
Expand Down
4 changes: 2 additions & 2 deletions docs/da/og-da.md → docs/da/0g-da.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: og-da
id: 0g-da
title: 0G's Infinitely Scalable and Programmable DA
sidebar_position: 1
---
Expand Down Expand Up @@ -67,7 +67,7 @@ This is a key mechanism that allows for the system to scale infinitely while mai
<img src="/img/consensus process.png" alt="consensus process Image" style={{maxWidth: '100%'}} />
</div>
<br />
**Getting started:** [link to guide](.../run-a-node/da-node)
**Getting started:** [link to guide](../run-a-node/da-node.md)

## Use Cases

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specifically designed for AI (d)applications and chains, 0G features the fastest
For the first time ever, 0G bridges this cost and efficiency gap between Web2 and Web3, empowering builders to confidently deploy AI applications on-chain with _improved_ performance.

<div style={{textAlign: 'center'}}>
<img src="/img/democratized-ai.png" alt="Democratized AI" style={{maxWidth: '100%'}} />
<img src="/img/0g-architecture.png" alt="Democratized AI" style={{maxWidth: '100%'}} />
</div>
<br />
The 0G operating system has 4 key components:
Expand Down
10 changes: 5 additions & 5 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ const sidebars: SidebarsConfig = {
id: 'intro',
},
items: [
'og-storage',
'0g-storage',
{
type: 'category',
label: '0G DA',
items: [
'da/og-da',
'da/og-da-deep-dive',
'da/0g-da',
'da/0g-da-deep-dive',
],
},
'og-serving',
'og-chain',
'0g-serving',
'0g-chain',
],
},
{
Expand Down
Binary file added static/img/0g-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a998d7

Please sign in to comment.