diff --git a/docs/build-with-0g/build-with-0g.md b/docs/build-with-0g/build-with-0g.md index 49aa15d..b043667 100644 --- a/docs/build-with-0g/build-with-0g.md +++ b/docs/build-with-0g/build-with-0g.md @@ -12,7 +12,7 @@ A DA Client allows you to submit data to the 0G DA system and retrieve it later. 1. **DA Client**: Allows you to submit data to the 0G DA system and retrieve it later. 2. **Encoder**: Processes and encodes data for efficient storage and retrieval. -3. **Retriever**: Retrieves data from the 0G DA system. +3. **Retriever**: Retrieves data from the 0G DA system (optional only for retrieval) #### Integrating with the DA Node diff --git a/docs/run-a-node/da-node.md b/docs/run-a-node/da-node.md index 3a3d28f..6218014 100644 --- a/docs/run-a-node/da-node.md +++ b/docs/run-a-node/da-node.md @@ -4,7 +4,7 @@ sidebar_position: 4 import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# Data Availability (DA) Node +# Data Availability Node --- ## Overview