Skip to main content
Glama
orneryd

M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository

by orneryd
deploy-nornicdb-docs.yml1.96 kB
name: Deploy NornicDB Documentation on: push: branches: - main paths: - 'nornicdb/docs/**' - 'nornicdb/mkdocs.yml' - 'nornicdb/pkg/**' - '.github/workflows/deploy-nornicdb-docs.yml' workflow_dispatch: permissions: contents: read pages: write id-token: write concurrency: group: "pages" cancel-in-progress: false jobs: build: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.11' - name: Set up Go uses: actions/setup-go@v5 with: go-version: '1.21' - name: Install dependencies run: | pip install mkdocs mkdocs-material pymdown-extensions mkdocs-minify-plugin go install github.com/princjef/gomarkdoc/cmd/gomarkdoc@latest - name: Generate API reference from GoDoc run: | cd nornicdb $HOME/go/bin/gomarkdoc ./pkg/... > docs/api-reference.md echo "✅ API reference generated" - name: Build documentation run: | cd nornicdb mkdocs build echo "✅ Documentation built successfully" - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: path: 'nornicdb/site' deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 notify: runs-on: ubuntu-latest needs: deploy if: success() steps: - name: Create deployment notification run: | echo "✅ NornicDB documentation deployed successfully!" echo "📖 Available at: https://orneryd.github.io/nornicdb/"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/orneryd/Mimir'

If you have feedback or need assistance with the MCP directory API, please join our Discord server