Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .mintlify/workflows/changelog-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
context:
- repo: "mintlify/server"
- repo: "mintlify/mint"
notify:
slack:
channel_ids:
- C0AKYE83VV4
automerge: false
---

Expand Down
4 changes: 4 additions & 0 deletions .mintlify/workflows/code-changes-to-the-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- repo: "mintlify/mint"
context:
- repo: "mintlify/mint"
notify:
slack:
channel_ids:
- C0AKYE83VV4
---

Anytime you see a frontend change to the way something renders. Make sure to open a PR modifying the relevant document to clarify that.
4 changes: 4 additions & 0 deletions .mintlify/workflows/draft-feature-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branch: main
context:
- repo: "mintlify/docs"
notify:
slack:
channel_ids:
- C0AKYE83VV4
automerge: false
---

Expand Down
4 changes: 4 additions & 0 deletions .mintlify/workflows/seo-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: "SEO and metadata audit"
on:
cron: "0 9 * * 1"
notify:
slack:
channel_ids:
- C0AKYE83VV4
automerge: false
---

Expand Down
4 changes: 4 additions & 0 deletions .mintlify/workflows/translate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
- repo: "mintlify/docs"
branch: "main"
notify:
slack:
channel_ids:
- C0AKYE83VV4
---

Translate any MDX files and API spec files changed by the last merged PR into all supported languages, and mirror any structural changes to `docs.json`.
Expand Down
4 changes: 4 additions & 0 deletions .mintlify/workflows/translation-lag.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: "Translation lag tracker"
on:
cron: "3 15 * * 3"
notify:
slack:
channel_ids:
- C0AKYE83VV4
---

Compare the English MDX files in the repo against their counterparts in the `es/`, `fr/`, and `zh/` subdirectories. Use git history to find English files updated more recently than their translations.
Expand Down
4 changes: 4 additions & 0 deletions .mintlify/workflows/update-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branch: main
context:
- repo: "mintlify/docs"
notify:
slack:
channel_ids:
- C0AKYE83VV4
automerge: false
---

Expand Down
4 changes: 4 additions & 0 deletions .mintlify/workflows/update-vale-vocab.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
- repo: "mintlify/docs"
branch: "main"
notify:
slack:
channel_ids:
- C0AKYE83VV4
---

Find words flagged by Vale spelling errors in the files changed by the last merged PR, and add valid ones to the Vale vocabulary.
Expand Down
4 changes: 4 additions & 0 deletions .mintlify/workflows/vale-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: "Vale style audit"
on:
cron: "0 15 * * 4"
notify:
slack:
channel_ids:
- C0AKYE83VV4
---

# Steps
Expand Down
Loading