diff --git a/docs/og-chain.md b/docs/0g-chain.md
similarity index 93%
rename from docs/og-chain.md
rename to docs/0g-chain.md
index 190c6fc..f5b0e8e 100644
--- a/docs/og-chain.md
+++ b/docs/0g-chain.md
@@ -1,5 +1,5 @@
---
-id: og-chain
+id: 0g-chain
title: 0G Chain
sidebar_position: 5
---
@@ -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.
diff --git a/docs/og-serving.md b/docs/0g-serving.md
similarity index 99%
rename from docs/og-serving.md
rename to docs/0g-serving.md
index a3fe744..effa338 100644
--- a/docs/og-serving.md
+++ b/docs/0g-serving.md
@@ -1,5 +1,5 @@
---
-id: og-serving
+id: 0g-serving
title: 0G Serving
---
diff --git a/docs/og-storage.md b/docs/0g-storage.md
similarity index 99%
rename from docs/og-storage.md
rename to docs/0g-storage.md
index 0775dca..e1880d1 100644
--- a/docs/og-storage.md
+++ b/docs/0g-storage.md
@@ -1,5 +1,5 @@
---
-id: og-storage
+id: 0g-storage
title: 0G Storage
sidebar_position: 3
---
diff --git a/docs/build-with-0g/faucet.md b/docs/build-with-0g/faucet.md
index 7050820..f791c1d 100644
--- a/docs/build-with-0g/faucet.md
+++ b/docs/build-with-0g/faucet.md
@@ -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!
diff --git a/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md b/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md
index 5c6397e..ad698b5 100644
--- a/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md
+++ b/docs/build-with-0g/rollups-and-appchains/arbitrum-nitro-on-0g-da.md
@@ -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)
diff --git a/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md b/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md
index 66cdc16..2624d60 100644
--- a/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md
+++ b/docs/build-with-0g/rollups-and-appchains/op-stack-on-0g-da.md
@@ -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
diff --git a/docs/da/og-da-deep-dive.md b/docs/da/0g-da-deep-dive.md
similarity index 99%
rename from docs/da/og-da-deep-dive.md
rename to docs/da/0g-da-deep-dive.md
index ea452f5..bc01ab7 100644
--- a/docs/da/og-da-deep-dive.md
+++ b/docs/da/0g-da-deep-dive.md
@@ -1,5 +1,5 @@
---
-id: og-da-deep-dive
+id: 0g-da-deep-dive
title: Technical Deep Dive
sidebar_position: 2
---
diff --git a/docs/da/og-da.md b/docs/da/0g-da.md
similarity index 99%
rename from docs/da/og-da.md
rename to docs/da/0g-da.md
index cb7d4ee..cfea36a 100644
--- a/docs/da/og-da.md
+++ b/docs/da/0g-da.md
@@ -1,5 +1,5 @@
---
-id: og-da
+id: 0g-da
title: 0G's Infinitely Scalable and Programmable DA
sidebar_position: 1
---
@@ -67,7 +67,7 @@ This is a key mechanism that allows for the system to scale infinitely while mai
-**Getting started:** [link to guide](.../run-a-node/da-node)
+**Getting started:** [link to guide](../run-a-node/da-node.md)
## Use Cases
diff --git a/docs/intro.md b/docs/intro.md
index 32dd7c5..af7bc04 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -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.