Skip to content

chore: Add updates for August 3 - August 9, including authentication improvements, API playground enhancements, assistant updates, performance and reliability fixes, and technical improvements. #1194

chore: Add updates for August 3 - August 9, including authentication improvements, API playground enhancements, assistant updates, performance and reliability fixes, and technical improvements.

chore: Add updates for August 3 - August 9, including authentication improvements, API playground enhancements, assistant updates, performance and reliability fixes, and technical improvements. #1194

Workflow file for this run

name: Check links
on: pull_request
jobs:
check-links:
name: Check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Install Mintlify CLI
run: npm i -g mint
- name: Run broken link checker
run: mint broken-links