|
1 | 1 | Documentation |
2 | 2 | ============= |
3 | 3 |
|
4 | | -FastForward DevTools is infrastructure for Fast Forward libraries. It ships |
5 | | -shared defaults, registers Composer commands, generates documentation, and |
6 | | -synchronizes automation plus packaged agent skills into consumer repositories. |
| 4 | +.. container:: row align-items-center gy-4 my-4 |
7 | 5 |
|
8 | | -.. image:: _static/mascot.png |
9 | | - :alt: Fast Forward DevTools mascot |
10 | | - :width: 420 |
11 | | - :align: center |
| 6 | + .. container:: col-lg-7 |
12 | 7 |
|
13 | | -If you are new to the package, start with :doc:`getting-started/index` and |
14 | | -:doc:`usage/index`. If you maintain Fast Forward libraries, continue with |
15 | | -:doc:`advanced/index`, :doc:`api/index`, and :doc:`internals/index` to |
16 | | -understand how the Composer plugin, PHPUnit extension, and reusable workflows |
17 | | -fit together. |
| 8 | + FastForward DevTools is the shared infrastructure layer for Fast Forward |
| 9 | + libraries. It keeps Composer commands, documentation generation, |
| 10 | + reporting, workflow automation, and packaged agent skills moving in the |
| 11 | + same direction. |
| 12 | + |
| 13 | + If you are new to the package, start with |
| 14 | + :doc:`getting-started/index` and :doc:`usage/index` for installation, the |
| 15 | + first successful run, and the core command flow. |
| 16 | + |
| 17 | + If you maintain Fast Forward libraries, continue with |
| 18 | + :doc:`advanced/index`, :doc:`api/index`, and :doc:`internals/index` to |
| 19 | + understand how the Composer plugin, PHPUnit extension, and reusable |
| 20 | + workflows fit together. |
| 21 | + |
| 22 | + .. container:: col-lg-5 text-center |
| 23 | + |
| 24 | + .. image:: _static/mascot.png |
| 25 | + :alt: Fast Forward DevTools mascot |
| 26 | + :class: img-fluid w-100 rounded-4 shadow-sm border border-light-subtle bg-body-tertiary p-2 |
18 | 27 |
|
19 | 28 | .. toctree:: |
20 | | - :maxdepth: 2 |
| 29 | + :maxdepth: 1 |
21 | 30 | :caption: Contents |
22 | 31 |
|
23 | 32 | getting-started/index |
|
0 commit comments