Skip to content

update header to use brand guidelines and make dark mode hover state slightly less maximalist #404

update header to use brand guidelines and make dark mode hover state slightly less maximalist

update header to use brand guidelines and make dark mode hover state slightly less maximalist #404

Workflow file for this run

name: Check Broken Links
on:
pull_request:
push:
branches: [main]
jobs:
broken-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install Mintlify CLI
run: npm install -g mint
- name: Check for broken links
run: mint broken-links