-
Notifications
You must be signed in to change notification settings - Fork 30
Curly brace fix #383
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
base: main
Are you sure you want to change the base?
Curly brace fix #383
Conversation
|
Claude finished @mikemimik's task —— View job Overall Assessment✅ This PR is ready to be merged. The changes correctly fix the URL-encoding issue where curly braces in code sample placeholders were displaying as Review SummaryScope: 100 documentation files across three language versions (English, French Canadian, Japanese) Changes: Systematic find-replace operation converting URL-encoded curly braces to literal curly braces in:
Verification:
Examples Verified:
The fix improves documentation readability and ensures users can correctly copy-paste placeholder values without confusion. |
|
@claude two questions. First question, if you review all MDX files within the |
|
Claude finished @mikemimik's task —— View job Investigation Progress
FindingsQuestion 1: Are there any other occurrences of
|
By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Instances of curly braces in our code samples show as
%7Bor%7Dinstead of{}. This PR is a fix but needs review from Docs.References
Code samples across the site
Testing
Local testing
Checklist