Skip to content

Commit 3812617

Browse files
authored
Merge pull request #68 from elizaOS/add-plugins/webhooks-and-routes-page
Add plugins/webhooks and routes page
2 parents 1d05606 + 0f3928f commit 3812617

30 files changed

+733
-28
lines changed

agents/character-interface.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ export const character: Character = {
505505
};
506506
```
507507

508-
## What's Next?
508+
## See Also
509509

510510
<CardGroup cols={2}>
511511
<Card title="Personality & Behavior" icon="user" href="/agents/personality-and-behavior">

agents/memory-and-state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ class MemoryMonitor {
981981
}
982982
```
983983

984-
## What's Next?
984+
## See Also
985985

986986
<CardGroup cols={2}>
987987
<Card title="Character Interface" icon="code" href="/agents/character-interface">

agents/personality-and-behavior.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ describe('Personality Consistency', () => {
872872
**Guides**: [Customize an Agent](/guides/customize-an-agent) | [Multiple Agents](/guides/add-multiple-agents)
873873
</Tip>
874874

875-
## What's Next?
875+
## See Also
876876

877877
<CardGroup cols={2}>
878878
<Card title="Character Interface" icon="code" href="/agents/character-interface">

agents/runtime-and-lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ async function debugPluginLoading(runtime: IAgentRuntime, pluginName: string) {
14351435
**Guide**: [Customize an Agent](/guides/customize-an-agent)
14361436
</Tip>
14371437

1438-
## What's Next?
1438+
## See Also
14391439

14401440
<CardGroup cols={2}>
14411441
<Card title="Character Interface" icon="code" href="/agents/character-interface">

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"plugins/components",
7474
"plugins/development",
7575
"plugins/patterns",
76+
"plugins/webhooks-and-routes",
7677
"plugins/schemas",
7778
"plugins/migration",
7879
"plugins/reference"

guides/add-multiple-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Say something, and hear your literary duo respond and converse:
291291

292292
It's working! Your agents are now conversing with their own unique personalities and voices!
293293

294-
## What's next?
294+
## See Also
295295

296296
Now that you know how to add multiple agents to a single project, you can add as many as you like, all with completely custom sets of plugins and personalities. Here's what's next:
297297

guides/contribute-to-core.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Core developers are active in Discord and can provide guidance on whether your p
214214

215215
---
216216

217-
## What's Next?
217+
## See Also
218218

219219
<CardGroup cols={2}>
220220
<Card title="Create a Plugin" icon="puzzle-piece" href="/guides/create-a-plugin">

guides/create-a-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ The possibilities are endless!
408408

409409
---
410410

411-
## What's Next?
411+
## See Also
412412

413413
<CardGroup cols={2}>
414414
<Card title="Publish a Plugin" icon="upload" href="/guides/publish-a-plugin">

guides/customize-an-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Your Shakespeare bot is now live! Invite it to your Discord server and try chatt
267267

268268
<img src="/images/shakespeare-discord-screenshot.jpeg" alt="Shakespeare bot responding in Discord with Shakespearean language" />
269269

270-
## What's next?
270+
## See Also
271271

272272
Here are some logical next-steps to continue your agent dev journey:
273273

guides/deploy-a-project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Phala offers secure deployment with excellent elizaOS integration and a good CLI
395395

396396
---
397397

398-
## What's Next?
398+
## See Also
399399

400400
<CardGroup cols={2}>
401401
<Card title="Create a Plugin" icon="puzzle-piece" href="/guides/create-a-plugin">

0 commit comments

Comments
 (0)