Skip to content

Commit 0ee9a61

Browse files
authored
Merge pull request #72 from MeshJS/issue-71-fix-ingestion-workflow
fix ingestion workflow
2 parents 2fc2171 + 440ede9 commit 0ee9a61

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/workflows/ingest-docs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: Automate docs ingestion
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
push:
65
branches:
76
- main
87
paths:
9-
- "apps/docs/**"
8+
- "apps/docs/content/docs"
109

1110
jobs:
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

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

apps/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)