File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,31 @@ Markup Format Use It to Display
124124``php-standalone `` PHP code to be used in any PHP application using standalone Symfony components
125125=================== ==============================================================================
126126
127+ Display Tabs
128+ ~~~~~~~~~~~~
129+
130+ It is possible to display tabs in the documentation. Even though their display
131+ looks like configuration blocks, tabs can contain any type of content:
132+
133+ .. code-block :: rst
134+
135+ .. tabs:: UX Installation
136+
137+ .. tab:: Webpack Encore
138+
139+ Introduction to Webpack
140+
141+ .. code-block:: yaml
142+
143+ webpack:
144+ # ...
145+
146+ .. tab:: AssetMapper
147+
148+ Introduction to AssetMapper
149+
150+ Something else about AssetMapper
151+
127152 Adding Links
128153~~~~~~~~~~~~
129154
You can’t perform that action at this time.
0 commit comments