Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Documentation/Setup/UseStyleguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ Setup
Once the styleguide extension is activated, it is possible to create
(or delete) the pages via command line:

.. code-block:: bash
:caption: shell command
.. code-block:: bash
:caption: shell command

# create pages
bin/typo3 styleguide:generate -c
# or (with DDEV)
ddev typo3 styleguide:generate -c
# create pages
bin/typo3 styleguide:generate -c
# or (with DDEV)
ddev typo3 styleguide:generate -c

# show help
bin/typo3 styleguide:generate -h
# show help
bin/typo3 styleguide:generate -h

2. In the Modules bar click on :guilabel:`System > Styleguide`
3. Click on the :guilabel:`Styleguide` menu item (former TYPO3 versions
Expand Down