Remove Stella section from docs#2571
Conversation
|
Something went wrong with PR preview build please check |
There was a problem hiding this comment.
Pull request overview
Removes the Stella AI Bot documentation page from the developer tools section of the docs.
Changes:
- Deletes
docs/tools/developer-tools/ai-bot.mdx(the “AI Bot (Stella)” page).
Comments suppressed due to low confidence (1)
docs/tools/developer-tools/ai-bot.mdx:1
- Removing this page leaves existing internal references pointing to a now-missing doc, creating dead links (and potentially breaking link-checking/build). Verified references:
- docs/build/building-with-ai.mdx links to ../tools/developer-tools/ai-bot.mdx (lines 85 and 106)
- routes.txt still includes /docs/tools/developer-tools/ai-bot (line 759)
- i18n/es/.../tools/developer-tools/ai-bot.mdx still exists and will become orphaned or cause i18n build issues once the source doc is removed
If the intent is to remove the Stella docs section entirely, these references/translations should be removed or updated in the same PR, or keep this page as a redirect/stub to avoid 404s.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Warning This change removes routes. The diff of routes is below. Please verify that these changes to the routes are intentional and that redirects are in place if needed. Redirects can be added to diff --git a/routes.txt b/routes.txt
index cb608fc9..c3e6b607 100644
--- a/routes.txt
+++ b/routes.txt
@@ -756,7 +756,6 @@
/docs/tools/cli/plugins-list
/docs/tools/cli/stellar-cli
/docs/tools/developer-tools
-/docs/tools/developer-tools/ai-bot
/docs/tools/developer-tools/analytics-platforms
/docs/tools/developer-tools/anchor-tools
/docs/tools/developer-tools/asset-tools
|
|
Might I ask the inspiration for this change? There’s a discussion with the creator ongoing at #1895 |
|
Preview is available here: |
No description provided.