Skip to content

Commit a48fa2c

Browse files
committed
docs: align mascot styling in docs with Fast Forward card style
1 parent 28a09c7 commit a48fa2c

2 files changed

Lines changed: 25 additions & 12 deletions

File tree

docs/getting-started/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Getting Started
55
:alt: Fast Forward Framework mascot
66
:align: right
77
:width: 140px
8+
:class: img-fluid rounded-4 shadow-sm border border-light-subtle bg-body-tertiary p-2
89

910
This section helps you move from installation to a working container bootstrap as quickly
1011
as possible.

docs/index.rst

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,33 @@
44
Documentation
55
=============
66

7-
.. image:: _static/mascot.png
8-
:alt: Fast Forward Framework mascot
9-
:align: center
10-
:width: 220px
7+
.. container:: row align-items-center gy-4 my-4
118

12-
**Fast Forward Framework** is the metapackage entry point for the Fast Forward ecosystem.
13-
It installs the core libraries you are most likely to need first and exposes a single
14-
``FrameworkServiceProvider`` that bootstraps the HTTP and event-dispatcher stacks inside a
15-
Fast Forward container.
9+
.. container:: col-lg-7
1610

17-
This package is especially useful when you want one Composer dependency that gives you:
11+
**Fast Forward Framework** is the metapackage entry point for the Fast Forward ecosystem.
12+
It installs the core libraries you are most likely to need first and exposes a single
13+
``FrameworkServiceProvider`` that bootstraps the HTTP and event-dispatcher stacks inside a
14+
Fast Forward container.
1815

19-
- a PSR-11 friendly container workflow
20-
- the Fast Forward HTTP and event-dispatcher service-provider stacks
21-
- access to supporting packages such as configuration, deferred callbacks, iterators, and process tools
16+
If you are new to the package, start with
17+
:doc:`getting-started/installation` and :doc:`getting-started/quickstart`.
18+
19+
If you are maintaining a consumer application, read
20+
:doc:`advanced/integration`, :doc:`usage/index`, and
21+
:doc:`links/dependencies`.
22+
23+
This package is especially useful when you want one Composer dependency that gives you:
24+
25+
- a PSR-11 friendly container workflow
26+
- the Fast Forward HTTP and event-dispatcher service-provider stacks
27+
- access to supporting packages such as configuration, deferred callbacks, iterators, and process tools
28+
29+
.. container:: col-lg-5 text-center
30+
31+
.. image:: _static/mascot.png
32+
:alt: Fast Forward Framework mascot
33+
:class: img-fluid w-100 rounded-4 shadow-sm border border-light-subtle bg-body-tertiary p-2
2234

2335
What this package does
2436
----------------------

0 commit comments

Comments
 (0)