Skip to content

Commit 379baef

Browse files
committed
[docs] Refine mascot presentation (#121)
1 parent bcca66b commit 379baef

3 files changed

Lines changed: 23 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ across Fast Forward libraries.
1414
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
1515

1616
<p align="center">
17-
<img src="docs/_static/mascot.png" alt="Fast Forward DevTools mascot" width="520">
17+
<img src="docs/_static/mascot-banner.png" alt="Fast Forward DevTools mascot" width="840">
1818
</p>
1919

2020
## ✨ Features

docs/_static/mascot-banner.png

1.06 MB
Loading

docs/index.rst

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
Documentation
22
=============
33

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
75

8-
.. image:: _static/mascot.png
9-
:alt: Fast Forward DevTools mascot
10-
:width: 420
11-
:align: center
6+
.. container:: col-lg-7
127

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
1827

1928
.. toctree::
20-
:maxdepth: 2
29+
:maxdepth: 1
2130
:caption: Contents
2231

2332
getting-started/index

0 commit comments

Comments
 (0)