docs: updated documentation for MVC component.#245
docs: updated documentation for MVC component.#245Teebarh wants to merge 22 commits intomautic:5.xfrom
Conversation
|
@Teebarh please take a look at the failing build job. It gives you some insights into why you cannot see the MVC item on the menu. |
|
Okay, I'll give it a look. |
|
Hi @Teebarh please review the feedback from @escopecz in the commit here: 5b0b900#r158199455 As I mentioned, this whole section needed to be reviewed and updated while reviewing the Mautic codebase, because we use Twig now instead of PHP views, and a whole lot of stuff has changed (e.g. using dependency injection). So this PR needs to be updated to consider that, and provide the appropriate documentation accordingly. |
|
I'll check it out and revert back accordingly. Thank you, Ruth! |
|
@escopecz @shinde-rahul, can anyone help me to review the content here whenever you have time? TIA! ✨ |
Co-authored-by: John Linhart <jan@linhart.email>
Co-authored-by: John Linhart <jan@linhart.email>
Co-authored-by: John Linhart <jan@linhart.email>
adiati98
left a comment
There was a problem hiding this comment.
@mautic/core-team @RCheesley some links here aren't the same links that are used in the legacy docs. So, I'd like to confirm.
Also, most of our dev docs aren't in the same structure as the legacy. Some pages are combined (maybe because the contents per page are short?) and I don't know if they're correct. I need more info on how we'd like to structure the dev docs.
TIA! ✨
This PR brings over the documentation for the MVC component, updates it to include new additions, and converts the format to reStructuredText (RST).
It addresses issue #99.