Skip to content
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

Fix incorrect regex rendering in MVC controller documentation #33766

Closed
wants to merge 1 commit into from

Conversation

Torres-09
Copy link
Contributor

@Torres-09 Torres-09 commented Oct 21, 2024

Summary

Fix incorrect regex in documentation

Step

  • running ./gradlew antora
  • then opening the framework-docs/build/site/6.1-SNAPSHOT/web/webmvc/mvc-controller/ann-requestmapping.html file in your browser
image image

Other

All tests pass.

Issue: #33760

This commit fixes the issue where the regex pattern in the reference documentation was not rendering correctly for the `/projects/{project:[a-z]+}/versions` mapping.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Oct 21, 2024
@bclozel bclozel changed the base branch from main to 6.1.x October 21, 2024 16:28
@bclozel bclozel closed this in d22924c Oct 21, 2024
@bclozel bclozel added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Oct 21, 2024
@bclozel bclozel added this to the 6.1.15 milestone Oct 21, 2024
@bclozel
Copy link
Member

bclozel commented Oct 21, 2024

Thanks for your first contribution @Torres-09 , this will be available shortly in our ref docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants