Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pages/devs/get-started/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Instructions for setting up your wallet to interact with the Allora network.

---

## [Workers](/devs/workers/workers.mdx)
## [Workers](https://github.com/pucedoteth/docs10/blob/main/pages/devs/workers.mdx)
Explore how workers function in Allora, including setup and data querying.

### Subsections
#### [System Requirements](/devs/workers/nop-requirements.mdx)
#### [Build/Deploy an Inference Worker](/devs/workers/deploy-worker.mdx)
#### [Walkthroughs](/devs/workers/walkthroughs/index.mdx)
#### [System Requirements](https://github.com/allora-network/docs/blob/main/pages/devs/workers/requirements.mdx)
#### [Build/Deploy an Inference Worker](https://github.com/allora-network/docs/blob/main/pages/devs/workers/deploy-worker/using-docker.mdx)
#### [Walkthroughs](https://github.com/allora-network/docs/blob/main/pages/devs/workers/walkthroughs/walkthrough-hugging-face-worker.mdx)
#### [Build and Deploy a Forecaster](/devs/workers/deploy-forecaster.mdx)
#### [How To Query Worker Data using `allorad`](/devs/workers/query-worker-data.mdx)
#### [Query EMA Score of a Worker using `allorad`](/devs/workers/query-ema-score.mdx)
Expand Down Expand Up @@ -75,4 +75,4 @@ Resources for interacting with Allora as a consumer, including querying data and
#### [Consumer Contracts](/devs/consumers/consumer-contracts/deploy-consumer.mdx)
##### [Deploy Consumer Contracts](/devs/consumers/consumer-contracts/dev-consumers.mdx)
#### [Existing Consumers](/devs/consumers/existing-consumers.mdx)
#### [Walkthrough: Using a Topic Inference on-chain](/devs/consumers/walkthrough-use-topic-inference.mdx)
#### [Walkthrough: Using a Topic Inference on-chain](/devs/consumers/walkthrough-use-topic-inference.mdx)