You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The components section seem to be still the most confusing part of the documentation. Mostly because of the fact that it talks about both the standalone usage and the general usage of the component. This means that Symfony Framework beginners are getting confused by the "standalone" part of this documentation. But, as we don't want duplicated documentation that much, we still link to the components section from quite a few cookbook/book chapters. And google seem to like the components section as well.
We've tried fixing this in the past:
Duplicate usage docs in both cookbook and components (see Console component)
Move general usage docs to a seperate (component) recipe, so people won't get confused of the hassle to set the component up (see Translation component)
Document both framework and standalone usage using code tabs (see Form component)
Add "(Symfony X Component)" to the title
From these methods, I think (2) has been the most effective. The only disadvantage I can think of is that people would have to toggle between 2 recipes to know the usage and the framework specific features (like automatic message catalogue discovery for translations).
I would like to know what others think and if anyone can think of other solutions to this problem. To me, it is the biggest problem with the docs that we are facing at the moment.
The text was updated successfully, but these errors were encountered:
I agree with you that the (2) alternative should be the way to go. If I understood you right, all the documentation should be focus to explaining things around the Symfony framework ... but each component will include a separate recipe (e.g. "Using this component outside of Symfony") to explain the standalone installation procedure, any tweak needed to use it separately and any limitation of using it outside the framework.
The components section seem to be still the most confusing part of the documentation. Mostly because of the fact that it talks about both the standalone usage and the general usage of the component. This means that Symfony Framework beginners are getting confused by the "standalone" part of this documentation. But, as we don't want duplicated documentation that much, we still link to the components section from quite a few cookbook/book chapters. And google seem to like the components section as well.
We've tried fixing this in the past:
From these methods, I think (2) has been the most effective. The only disadvantage I can think of is that people would have to toggle between 2 recipes to know the usage and the framework specific features (like automatic message catalogue discovery for translations).
I would like to know what others think and if anyone can think of other solutions to this problem. To me, it is the biggest problem with the docs that we are facing at the moment.
The text was updated successfully, but these errors were encountered: