Skip to content
4 changes: 2 additions & 2 deletions markdownpages/profit/en/app-connector-auditor-partner.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
author: Eric Zwaal
date: 2025-11-08
date: 2025-11-11
index: true
tags: Partner, IntegrationId, Tutorial, GetConnector, UpdateConnector, Profit5
tags: Partner, IntegrationId, GetConnector, UpdateConnector, Certification
title: AppConnector Auditor for Partners
---

Expand Down
4 changes: 2 additions & 2 deletions markdownpages/profit/en/app-connector-auditor.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
author: Eric Zwaal
date: 2025-11-08
date: 2025-11-11
index: true
tags: Partner, GetConnector, UpdateConnector, AppConnector, Integration, Configuration
tags: GetConnector, UpdateConnector, AppConnector, Integration, Configuration
title: AppConnector Auditor
---

Expand Down
4 changes: 2 additions & 2 deletions markdownpages/profit/en/integrationid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
author: CLN
date: 2025-11-08
tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Crm
date: 2025-11-11
tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Certification
title: AFAS IntegrationId
---

Expand Down
4 changes: 2 additions & 2 deletions markdownpages/profit/nl/app-connector-auditor-partner.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
author: Eric Zwaal
date: 2025-11-08
date: 2025-11-11
index: true
tags: Partner, IntegrationId, Tutorial, GetConnector, Profit5, AppConnector
tags: Partner, IntegrationId, GetConnector, AppConnector, Certification
title: AppConnector auditor voor Partners
---

Expand Down
4 changes: 2 additions & 2 deletions markdownpages/profit/nl/app-connector-auditor.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
author: Eric Zwaal
date: 2025-11-08
date: 2025-11-11
index: true
tags: Partner, GetConnector, AppConnector, Integration, Configuration, Authentication
tags: GetConnector, AppConnector, Integration, Configuration, Authentication
title: AppConnector auditor
---

Expand Down
4 changes: 2 additions & 2 deletions markdownpages/profit/nl/integrationid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
author: CLN
date: 2025-11-08
tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Crm
date: 2025-11-11
tags: Partner, IntegrationId, UpdateConnector, Integration, Authorization, Certification
title: AFAS IntegrationId
---

Expand Down
8 changes: 4 additions & 4 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ All markdown files must follow **kebab-case** naming convention:
## Date Validation

When using the `--git` flag, the script also validates that the `date` field in the frontmatter of changed files matches the current date. This ensures that modified documents have up-to-date timestamps.
Updating the date can be done automatically using the `--fix_dates` flag.
Updating the date can be done automatically using the `--fix-dates` flag.

### Date Format
The date in frontmatter should be in ISO format without quotes:
Expand Down Expand Up @@ -211,7 +211,7 @@ bash scripts/enable-pre-commit-hook.sh
1. **Python not found**: Hook will skip with warning, validation runs in GitHub Actions
2. **Validation failing**: Check output for specific files that need renaming or date updates
3. **False positives**: Verify AppConnectorAuditor files are excluded
4. **Date mismatch**: Use `--fix_dates` flag to automatically update dates
4. **Date mismatch**: Use `--fix-dates` flag to automatically update dates
5. **Encoding errors**: Script now handles UTF-8 properly for emoji output on Windows
6. **Bypass validation**: Use `git commit --no-verify` (not recommended)

Expand All @@ -220,9 +220,9 @@ bash scripts/enable-pre-commit-hook.sh
If you need to update dates in frontmatter for changed files:

```bash
# Use the --fix_dates flag to updates dates
# Use the --fix-dates flag to updates dates
cd scripts
python markdown-naming-check.py --fix_dates
python markdown-naming-check.py --fix-dates
```

This will:
Expand Down