File tree Expand file tree Collapse file tree 8 files changed +28
-28
lines changed Expand file tree Collapse file tree 8 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 314314 "group" : " Discord" ,
315315 "pages" : [
316316 " plugin-registry/platform/discord" ,
317- " plugin-registry/platform/discord/complete-documentation " ,
317+ " plugin-registry/platform/discord/developer-guide " ,
318318 " plugin-registry/platform/discord/event-flow" ,
319319 " plugin-registry/platform/discord/examples" ,
320320 " plugin-registry/platform/discord/testing-guide"
324324 "group" : " Telegram" ,
325325 "pages" : [
326326 " plugin-registry/platform/telegram" ,
327- " plugin-registry/platform/telegram/complete-documentation " ,
327+ " plugin-registry/platform/telegram/developer-guide " ,
328328 " plugin-registry/platform/telegram/message-flow" ,
329329 " plugin-registry/platform/telegram/examples" ,
330330 " plugin-registry/platform/telegram/testing-guide"
334334 "group" : " Twitter" ,
335335 "pages" : [
336336 " plugin-registry/platform/twitter" ,
337- " plugin-registry/platform/twitter/complete-documentation " ,
337+ " plugin-registry/platform/twitter/developer-guide " ,
338338 " plugin-registry/platform/twitter/timeline-flow" ,
339339 " plugin-registry/platform/twitter/examples" ,
340340 " plugin-registry/platform/twitter/testing-guide"
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The @elizaos/plugin-discord enables your elizaOS agent to operate as a Discord b
88
99## 📚 Documentation
1010
11- - ** [ Complete Documentation ] ( ./complete-documentation.mdx ) ** - Detailed technical reference
12- - ** [ Event Flow] ( ./ event-flow.mdx ) ** - Visual guide to Discord event processing
13- - ** [ Examples] ( ./ examples.mdx ) ** - Practical implementation examples
14- - ** [ Testing Guide] ( ./ testing-guide.mdx ) ** - Testing strategies and patterns
11+ - ** [ Developer Guide ] ( /plugin-registry/platform/discord/developer-guide ) ** - Detailed technical reference
12+ - ** [ Event Flow] ( /plugin-registry/platform/discord/ event-flow) ** - Visual guide to Discord event processing
13+ - ** [ Examples] ( /plugin-registry/platform/discord/ examples) ** - Practical implementation examples
14+ - ** [ Testing Guide] ( /plugin-registry/platform/discord/ testing-guide) ** - Testing strategies and patterns
1515
1616## 🔧 Configuration
1717
Original file line number Diff line number Diff line change @@ -749,6 +749,6 @@ Common debug points:
749749## Support
750750
751751For issues and questions:
752- - 📚 Check the [ examples] ( ./ examples.mdx )
753- - 💬 Join our [ Discord community] ( https://discord.gg/elizaos )
754- - 🐛 Report issues on [ GitHub] ( https://github.com/elizaos/eliza /issues )
752+ - 📚 Check the [ examples] ( /plugin-registry/platform/discord/ examples)
753+ - 💬 Join our [ Discord community] ( https://discord.com/invite/ai16z )
754+ - 🐛 Report issues on [ GitHub] ( https://github.com/elizaos-plugins/plugin-discord /issues )
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The @elizaos/plugin-farcaster enables your elizaOS agent to interact with the Fa
88
99## 📚 Documentation
1010
11- - ** [ Developer Guide] ( ./ farcaster/developer-guide.mdx ) ** - Detailed technical reference
12- - ** [ Cast Flow] ( ./ farcaster/cast-flow.mdx ) ** - Visual guide to cast processing
13- - ** [ Examples] ( ./ farcaster/examples.mdx ) ** - Practical implementation examples
14- - ** [ Testing Guide] ( ./ farcaster/testing-guide.mdx ) ** - Testing strategies and patterns
11+ - ** [ Developer Guide] ( /plugin-registry/platform/ farcaster/developer-guide) ** - Detailed technical reference
12+ - ** [ Cast Flow] ( /plugin-registry/platform/ farcaster/cast-flow) ** - Visual guide to cast processing
13+ - ** [ Examples] ( /plugin-registry/platform/ farcaster/examples) ** - Practical implementation examples
14+ - ** [ Testing Guide] ( /plugin-registry/platform/ farcaster/testing-guide) ** - Testing strategies and patterns
1515
1616## 🔧 Configuration
1717
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The @elizaos/plugin-telegram enables your elizaOS agent to operate as a Telegram
88
99## 📚 Documentation
1010
11- - ** [ Complete Documentation ] ( ./complete-documentation.mdx ) ** - Detailed technical reference
12- - ** [ Message Flow] ( ./ message-flow.mdx ) ** - Visual guide to Telegram message processing
13- - ** [ Examples] ( ./ examples.mdx ) ** - Practical implementation examples
14- - ** [ Testing Guide] ( ./ testing-guide.mdx ) ** - Testing strategies and patterns
11+ - ** [ Developer Guide ] ( /plugin-registry/platform/telegram/developer-guide ) ** - Detailed technical reference
12+ - ** [ Message Flow] ( /plugin-registry/platform/telegram/ message-flow) ** - Visual guide to Telegram message processing
13+ - ** [ Examples] ( /plugin-registry/platform/telegram/ examples) ** - Practical implementation examples
14+ - ** [ Testing Guide] ( /plugin-registry/platform/telegram/ testing-guide) ** - Testing strategies and patterns
1515
1616## 🔧 Configuration
1717
Original file line number Diff line number Diff line change @@ -855,6 +855,6 @@ describe('Telegram Plugin Tests', () => {
855855## Support
856856
857857For issues and questions:
858- - 📚 Check the [ examples] ( ./ examples.mdx )
859- - 💬 Join our [ Discord community] ( https://discord.gg/elizaos )
860- - 🐛 Report issues on [ GitHub] ( https://github.com/elizaos/eliza /issues )
858+ - 📚 Check the [ examples] ( /plugin-registry/platform/telegram/ examples)
859+ - 💬 Join our [ Discord community] ( https://discord.com/invite/ai16z )
860+ - 🐛 Report issues on [ GitHub] ( https://github.com/elizaos-plugins/plugin-telegram /issues )
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The @elizaos/plugin-twitter enables your elizaOS agent to interact with Twitter/
88
99## Documentation
1010
11- - ** [ Complete Documentation ] ( ./complete-documentation.mdx ) ** - Detailed technical reference
12- - ** [ Timeline Flow] ( ./ timeline-flow.mdx ) ** - Visual guide to timeline processing
13- - ** [ Examples] ( ./ examples.mdx ) ** - Practical implementation examples
14- - ** [ Testing Guide] ( ./ testing-guide.mdx ) ** - Testing strategies and patterns
11+ - ** [ Developer Guide ] ( /plugin-registry/platform/twitter/developer-guide ) ** - Detailed technical reference
12+ - ** [ Timeline Flow] ( /plugin-registry/platform/twitter/ timeline-flow) ** - Visual guide to timeline processing
13+ - ** [ Examples] ( /plugin-registry/platform/twitter/ examples) ** - Practical implementation examples
14+ - ** [ Testing Guide] ( /plugin-registry/platform/twitter/ testing-guide) ** - Testing strategies and patterns
1515
1616## Configuration
1717
Original file line number Diff line number Diff line change @@ -945,6 +945,6 @@ class MemoryManager {
945945## Support
946946
947947For issues and questions:
948- - 📚 Check the [ examples] ( ./ examples.mdx )
949- - 💬 Join our [ Discord community] ( https://discord.gg/elizaos )
950- - 🐛 Report issues on [ GitHub] ( https://github.com/elizaos/eliza /issues )
948+ - 📚 Check the [ examples] ( /plugin-registry/platform/twitter/ examples)
949+ - 💬 Join our [ Discord community] ( https://discord.com/invite/ai16z )
950+ - 🐛 Report issues on [ GitHub] ( https://github.com/elizaos-plugins/plugin-twitter /issues )
You can’t perform that action at this time.
0 commit comments