[Docs][LiveComponent] Add very simple download files docs#2513
[Docs][LiveComponent] Add very simple download files docs#2513smnandre merged 7 commits intosymfony:2.xfrom
Conversation
|
I'm not sure to understand the RST Linter failing. |
|
Hi, here some explanations:
For the |
|
Hi @Kocal and thanks. I don't want to pollute this PR with a non related topic but before fixing the
For testing purpose in order to see if the |
Kocal
left a comment
There was a problem hiding this comment.
Minor comments on the code examples, and it should be good.
About the disparities between the local order and the CI, I don't really know, maybe the container version is different? Let's continue talking about this in a dedicated issue. Thanks 🙏🏻
|
Status: Needs Work |
Co-authored-by: Hugo Alliaume <hugo@alliau.me>
Co-authored-by: Simon André <smn.andre@gmail.com>
introduced with 99d3d21
|
Sorry for missing the unrelated modification introduced with the commit 99d3d21 |
smnandre
left a comment
There was a problem hiding this comment.
The small note to remove and let's merge this! 😄
Co-authored-by: Simon André <smn.andre@gmail.com>
|
Thanks @zefyx. |
…or the text RedirectResponse (romain) This PR was merged into the 2.x branch. Discussion ---------- [Docs][LiveComponent] Fix formatting of the inline code for the text RedirectResponse | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | License | MIT Following the merge of PR #2513, the double backticks for the inline literal ``RedirectResponse`` are missing.  Commits ------- fd2c40d Fix formatting of the inline code for the text RedirectResponse
Motivated by #1516 (comment)
I don't know if it's enough.
Maybe a dedicated section about the behavior of turbo when a LiveAction of a Live Component is returning a
RedirectResponseshould be more appropriate ?