Skip to content
Closed
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
5 changes: 4 additions & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Get changed files
id: changed-files
run: |
FILES=$(gh pr view ${{ github.event.pull_request.number }} --json files --jq '.files[].path' | grep '^content/en/docs/.*\.md$' | paste -sd, -)
FILES=$(gh pr view ${{ github.event.pull_request.number }} --json files \
--jq '.files[] | select(.changeType != "DELETED") | .path' \
| grep '^content/en/docs/.*\.md$' \
| paste -sd, -)
echo "files=$FILES" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ github.token }}
Expand Down
98 changes: 0 additions & 98 deletions content/en/docs/support/escalation-management-process.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/en/docs/support/security-findings-faq.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Frequently Asked Questions – Security"
linktitle: "Security Findings FAQ"
url: /support/security-findings-faq
url: /support/security-findings-faq/
weight: 80
description: "FAQ about existing security findings and other security questions."
aliases:
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/support/ticket-priority.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Support Ticket Priority"
url: /support/ticket-priority/
weight: 50
description: "Describes how priority levels are determined for Mendix Support."
description: "Describes how priority levels are determined for Mendix Support tickets."
aliases:
- /developerportal/support/ticket-priority/
- /community-tools/support/ticket-priority/
Expand Down
Loading