File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 11name : Automate docs ingestion
22
33on :
4- pull_request :
5- types : [closed]
4+ push :
65 branches :
76 - main
87 paths :
9- - " apps/docs/** "
8+ - " apps/docs/content/docs "
109
1110jobs :
1211 trigger_ingest :
13- if : github.event.pull_request.merged == true
1412 runs-on : ubuntu-latest
1513 steps :
1614 - name : Call backend ingest docs endpoint
Original file line number Diff line number Diff line change @@ -9,15 +9,11 @@ Web3 tools and documentation platform for the Cardano ecosystem.
99- AI Chat functionality
1010- Includes llms.txt
1111
12- ** Mesh AI** (` apps/mesh-ai ` & ` apps/mesh.ai.chat-main ` )
13- - Discord bot for community knowledge management
14- - Question answering from community interactions
15-
16- ** RAG System** (` apps/mesh-rag-ai ` )
17- - RAG system for discord bot in TS
18-
1912** Starter Site** (` apps/mesh-startersite ` )
2013- Application for onboarding non Web3 developers.
2114
15+ ** MeshJS MCP** (` apps/meshjs-mcp ` )
16+ - MCP server that integrates with code editors to provide real-time MeshJS documentation and context-aware assistance.
17+
2218** RAG Backend** (` meshjs-rag ` )
2319- Python based contextual RAG system
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ This folder contains all applications in the Mimir monorepo.
55## Applications
66
77- ** docs** - Documentation platform for MeshJS built with Next.js and Fumadocs
8- - ** mesh-ai** - Discord bot interface for AI-powered community assistance
9- - ** mesh-rag-ai** - Retrieval-Augmented Generation system for discord bot
108- ** mesh-startersite** - Application for onboarding non Web3 developers.
11- - ** mesh.ai.chat-main ** - Discord bot for community knowledge management
9+ - ** meshjs-mcp ** - MCP server to power your code editor with latest meshjs documentation.
1210- ** meshjs-rag** - Python backend contextual RAG system which powers chat functionality on the meshjs website
You can’t perform that action at this time.
0 commit comments