The URI patterns documentation shows incorrect text on the Example column on the line relative to the {name:[a-z]}+ pattern.
Comment From: bclozel
Can you submit a PR to fix that please?
You can build the docs locally by running "./gradlew :framework-docs:antora"
Comment From: hallykeeg
Hello @bclozel , I’ve gone ahead and fixed the problem , I'm going to open a PR.
Comment From: bclozel
Closing in favor of #35379
Comment From: bclozel
This is good issue for a first time contributor; #35379 was on the right track but the DCO is not signed and the contribution is incomplete.
Do to summarize: - claim this issue first by commenting here - fork the project and edit the docs (check out #35379 for guidance - fix the same issue in the WebFlux section - build the documentation locally with « ./gradlew :framework-docs:antora » and check the rendered docs locally - make sure to commit your change with « git commit -s » in order to sign the DCO - don’t hesitate to reach out for guidance
Comment From: maziyarbahramian
I'd be happy to take this issue, could you assign it to me?
Comment From: Tanaka878
I can take the issue, if it is not assigned yet
Comment From: bclozel
@maziyarbahramian the issue is yours, don't hesitate to reach out in the comments here if you need help.
Comment From: bclozel
@maziyarbahramian How is this going? Do you need any guidance?
Comment From: hallykeeg
@bclozel I made the changes you requested in my initial PR, just let me know if I can open a new PR.
Comment From: maziyarbahramian
@bclozel For some reasons, I couldn’t spend time on this issue in the past few days. Sorry for the delay. I’ll work on it tonight.