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
I think it's worth adding support for this directive (I introduced it in the docs 😄 ), as I quite like this sub-TOCs (especially since we limit the main TOC to 2 levels, which makes a lot of sense).
Let's close this issue. It's been more than 2 years since it was created. We didn't receive any feedback, nobody tried to implement this and, more importantly, we never needed it in Symfony Docs. I think it's better to focus our resources on other things that provide more value. Thanks!
While generating Symfony Docs I found this error:
It's because in this file --> https://raw.githubusercontent.com/symfony/symfony-docs/4.4/testing.rst
we have things like this:
I didn't know this directive. Apparently, it's used to add TOCs in the middle of some doc with the headings of the sections below this directive (http://docutils.sourceforge.net/docs/ref/rst/directives.html#table-of-contents).
So, should we add support for this directive (which is used very rarely in our docs) or should we reword our docs to remove it? Thanks.
The text was updated successfully, but these errors were encountered: