diff --git a/.github/workflows/mintlify-broken-links.yml b/.github/workflows/mintlify-broken-links.yml new file mode 100644 index 000000000..df3953591 --- /dev/null +++ b/.github/workflows/mintlify-broken-links.yml @@ -0,0 +1,20 @@ +name: Mintlify Broken Links +on: + push: + +jobs: + broken-links: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - uses: actions/setup-node@v3 + with: + node-version: '22' + + - name: Install Mintlify + run: npm i -g mintlify@latest + + - name: Check Broken Links + run: mintlify broken-links \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d48c759d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +.vscode \ No newline at end of file