Skip to content

docs: mention official orderly mcp for agents #46

docs: mention official orderly mcp for agents

docs: mention official orderly mcp for agents #46

Workflow file for this run

name: Documentation Quality Check
on:
push:
branches: [main, staging]
pull_request:
jobs:
check:
if: github.repository == 'OrderlyNetwork/documentation'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install Node
uses: actions/setup-node@v5
with:
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Verify AI docs artifacts
run: npm run check:ai-docs
- name: Run broken links check
run: npx mintlify broken-links