Add vocabulary terms from PR #4348#4357
Closed
mintlify[bot] wants to merge 1 commit into
Closed
Conversation
Generated-By: mintlify-agent
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| # NAMES OF THINGS | ||
| # ============================================================================= | ||
| Adobe | ||
| (?i)discord |
There was a problem hiding this comment.
Vocabulary entries placed in wrong alphabetical positions
Low Severity
(?i)discord is inserted between Adobe and Angular (the "A" entries) but belongs among the "D" entries near Docusaurus/Django/DynamoDB. Similarly, FAQ is inserted between ctx and debounce[ds]? (between "C" and "D" entries) but belongs among the "F" entries near flowcharts?/frontend/func. These misplacements make the entries hard to find and increase the risk of duplicate entries being added in the future.
Additional Locations (1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Adds vocabulary terms to accept.txt that correspond to the acronym and heading exceptions added in PR #4348:
These terms are used in the documentation and were added to Vale style exceptions, but were missing from the Vale vocabulary file.
Note
Low Risk
Low risk: only updates Vale vocabulary exceptions for documentation linting, with no runtime or product behavior impact.
Overview
Adds additional allowed terms to Vale’s Mintlify vocabulary (
.vale/styles/config/vocabularies/Mintlify/accept.txt) so documentation linting no longer flags common product/technical terms.New accepted entries include
discord(case-insensitive),FAQ,PST,SLA, andVPN.Written by Cursor Bugbot for commit e98cf19. This will update automatically on new commits. Configure here.