-
Notifications
You must be signed in to change notification settings - Fork 0
Verbetering van tags en controle op datum in *.md #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Removed beta indication from the Profit 7 release notes in both Dutch and English versions. - Updated the menu structure to reflect the changes in the Profit 7 release notes title.
- Removed beta indication from the Profit 7 release notes in both Dutch and English versions. - Updated the menu structure to reflect the changes in the Profit 7 release notes title.
Validation is now done when committing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces automated tagging and date validation functionality for markdown documentation files. The main changes include a new script for auto-tagging markdown files and enhanced validation that checks both naming conventions and frontmatter dates for modified files.
- Added automated tagging system that generates up to 6 relevant tags per markdown file based on content analysis
- Enhanced markdown naming validation script to support git-mode for checking only changed files and validate frontmatter dates
- Updated all markdown files with new auto-generated tags and current dates (2025-11-08)
Reviewed Changes
Copilot reviewed 64 out of 65 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/add_tags_to_markdown.py | New script that automatically generates and adds relevant tags to markdown files based on content keywords |
| scripts/markdown-naming-check.py | Enhanced validation script with git-mode support and frontmatter date validation for changed files |
| .github/workflows/markdown-naming-check.yml | Removed the GitHub Actions workflow file |
| menustructures/multilanguage_menu.json | Added duplicate menu entry for "Profit 7 Releasenotes (beta)" |
| markdownpages/profit/**/*.md | Updated frontmatter with auto-generated tags and current date (2025-11-08) across all markdown files |
| API-Documentation.code-workspace | Added new VS Code workspace configuration file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 64 out of 65 changed files in this pull request and generated 7 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
plankie033
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mooie automatisering en upgrade van de tags. In hoeverre blijft er ruimte voor custom tags die je extra toevoegt? Ga je ook testen of dit het zoekgedrag verbeterd?
No description provided.