docs: prefer AGENT_CONTROL_DB_URL in configuration docs #86
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check for broken links | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| branches: | |
| - main | |
| - "release/**" | |
| jobs: | |
| broken-link-check: | |
| name: Check for broken links | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version: 23 | |
| # Install Mintlify CLI | |
| - run: npm install -g mint | |
| # Check for broken links | |
| - run: mint broken-links |