diff --git a/markdownpages/profit/en/app-connector-auditor-partner.md b/markdownpages/profit/en/app-connector-auditor-partner.md index 8732eec..8d6ec1f 100644 --- a/markdownpages/profit/en/app-connector-auditor-partner.md +++ b/markdownpages/profit/en/app-connector-auditor-partner.md @@ -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 --- diff --git a/markdownpages/profit/en/app-connector-auditor.md b/markdownpages/profit/en/app-connector-auditor.md index 93337a3..827836a 100644 --- a/markdownpages/profit/en/app-connector-auditor.md +++ b/markdownpages/profit/en/app-connector-auditor.md @@ -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 --- diff --git a/markdownpages/profit/en/integrationid.md b/markdownpages/profit/en/integrationid.md index 93141ca..6bbfa6d 100644 --- a/markdownpages/profit/en/integrationid.md +++ b/markdownpages/profit/en/integrationid.md @@ -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 --- diff --git a/markdownpages/profit/nl/app-connector-auditor-partner.md b/markdownpages/profit/nl/app-connector-auditor-partner.md index aeb4e9a..3691bf7 100644 --- a/markdownpages/profit/nl/app-connector-auditor-partner.md +++ b/markdownpages/profit/nl/app-connector-auditor-partner.md @@ -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 --- diff --git a/markdownpages/profit/nl/app-connector-auditor.md b/markdownpages/profit/nl/app-connector-auditor.md index 7ff96cd..1c3c19a 100644 --- a/markdownpages/profit/nl/app-connector-auditor.md +++ b/markdownpages/profit/nl/app-connector-auditor.md @@ -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 --- diff --git a/markdownpages/profit/nl/integrationid.md b/markdownpages/profit/nl/integrationid.md index 6081294..0c3a42a 100644 --- a/markdownpages/profit/nl/integrationid.md +++ b/markdownpages/profit/nl/integrationid.md @@ -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 --- diff --git a/scripts/README.md b/scripts/README.md index eab699c..f1a48ab 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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: @@ -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) @@ -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: