Skip to content

Commit

Permalink
docs(ai): improve subsection titles and discovery text
Browse files Browse the repository at this point in the history
This commit improves the subsection titles and Discovery text.
  • Loading branch information
rickstaa committed Apr 18, 2024
1 parent 5ea3a59 commit bf37116
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
node_modules
.DS_Store
.DS_Store

# IDE
.vscode
*.code-workspace
2 changes: 1 addition & 1 deletion ai/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: What is the Livepeer AI?
title: What is the AI Subnet?
icon: microchip-ai
iconType: regular
---
Expand Down
3 changes: 0 additions & 3 deletions ai/orchestrator/offchain.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions ai/orchestrator/onchain.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: On-chain configuration
title: On-chain Configuration
---

In the previous section we covered the **off-chain** configuration of the AI Orchestrator node. In this section, we will cover how to connect your AI Orchestrator node to the AI subnet and earn fees for processing AI inference jobs.
Expand Down Expand Up @@ -51,4 +51,4 @@ To make your *AI Orchestrator* discoverable by *AI Gateway* nodes on the AI subn
https://<PUBLIC_ORCH_IP_OR_URL>:<PUBLIC_ORCH_PORT>
```

Great job! Your _AI Orchestrator_ is now visible to _AI Gateway_ nodes on the AI Subnet 🚀!
Well done! Your _AI Orchestrator_ is now discoverable by _AI Gateway_ nodes and primed to execute AI inference tasks on the AI Subnet. Onwards! 🚀
3 changes: 1 addition & 2 deletions ai/setup-gateway.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: Setup AI Gateway
title: Setup an AI Gateway
icon: signal-stream
iconType: solid
---


<Info>Coming Soon</Info>
3 changes: 1 addition & 2 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,12 @@
"pages": [
"ai/introduction",
{
"group": "AI Orchestrator",
"group": "Setup an AI Orchestrator",
"icon": "robot",
"iconType": "solid",
"pages": [
"ai/orchestrator/get_started",
"ai/orchestrator/models_config",
"ai/orchestrator/offchain",
"ai/orchestrator/onchain"
]
},
Expand Down

0 comments on commit bf37116

Please sign in to comment.