Skip to content

Commit ccbbf2e

Browse files
committed
Update docs
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent a42d297 commit ccbbf2e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/running/specialized-commands.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ Reads defined PSR-4 paths logically extracting explicit structures accurately. I
5454
5555
composer dev-tools docs
5656
57+
5758
6. Wiki Markdown Documentation (``wiki``)
5859
-----------------------------------------
5960

60-
Extracts explicit API structures and deploys Markdown documentation representing your architectural hierarchy directly into the ``.github/wiki`` repository.
61+
Generates API documentation in Markdown format, ideal for GitHub wikis or other collaborative documentation platforms. The output is placed in the ``.github/wiki`` directory, making it easy to keep your project wiki up to date with the latest API changes.
6162

6263
.. code-block:: bash
6364
@@ -73,9 +74,9 @@ Structurally consolidates distinct reporting commands, accurately aggregating te
7374
composer dev-tools reports
7475
7576
8. Install Scripts (``install-scripts``)
76-
---------------------------------------
77+
----------------------------------------
7778

78-
Installs and synchronizes development scripts into the root ``composer.json`` file accurately. It ensures your project seamlessly integrates core toolkit shortcuts natively.
79+
Adds or updates useful development tool scripts directly in your ``composer.json``, making it easier to standardize your team's workflow. This command ensures that all recommended scripts for QA and automation are present and up to date.
7980

8081
.. code-block:: bash
8182

0 commit comments

Comments
 (0)