Skip to content

Commit 4c47cf4

Browse files
committed
move AI docs
1 parent e5c0103 commit 4c47cf4

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

config/theme/navbar.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ const build: NavbarItem = {
1212
label: 'Overview',
1313
activeBasePath: 'docs/build',
1414
},
15+
{
16+
to: '/docs/build/building-with-ai',
17+
label: 'Building with AI',
18+
activeBasePath: 'docs/build/building-with-ai',
19+
},
1520
{
1621
type: 'html',
1722
value: '<hr><a href="/docs/build/smart-contracts" class="subtitle"><small>Build Smart Contracts</small>',

docs/tools/developer-tools/building-with-ai.mdx renamed to docs/build/building-with-ai.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Building with AI
33
description: Use Stellar documentation with AI assistants and Large Language Models
44
sidebar_label: Building with AI
5-
sidebar_position: 118
5+
sidebar_position: 1
66
---
77

88
# Building with AI
@@ -68,7 +68,7 @@ When you ask an AI assistant about Stellar, it can reference this file to:
6868

6969
## Stella: Your Stellar AI Assistant
7070

71-
[Stella](./ai-bot.mdx) is an AI assistant specifically trained on Stellar documentation, code examples, and community knowledge.
71+
[Stella](../tools/developer-tools/ai-bot.mdx) is an AI assistant specifically trained on Stellar documentation, code examples, and community knowledge.
7272

7373
Stella can help you with:
7474

@@ -88,5 +88,5 @@ Popular tools like ChatGPT, Claude, Gemini, and Cursor all support adding custom
8888
## Additional resources
8989

9090
- [Stellar Development Skill](https://github.com/stellar/stellar-dev-skill) - Comprehensive AI skill for coding assistants
91-
- [Stella AI Bot](./ai-bot.mdx) - Stellar's built-in AI assistant
91+
- [Stella AI Bot](../tools/developer-tools/ai-bot.mdx) - Stellar's built-in AI assistant
9292
- [Stellar Developer Discord](https://discord.gg/stellardev) - Ask questions in #stella-help

static/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Developer Tools
102102
- [OpenZeppelin Relayer](https://developers.stellar.org/docs/tools/openzeppelin-relayer)
103103
- [OpenZeppelin Contracts](https://developers.stellar.org/docs/tools/openzeppelin-contracts)
104104
- [Scaffold Stellar](https://developers.stellar.org/docs/tools/scaffold-stellar)
105-
- [Building with AI](https://developers.stellar.org/docs/tools/developer-tools/building-with-ai)
105+
- [Building with AI](https://developers.stellar.org/docs/build/building-with-ai)
106106
- [More Developer Tools](https://developers.stellar.org/docs/tools/developer-tools)
107107

108108
Ramps

0 commit comments

Comments
 (0)