Skip to content

Commit cd34c97

Browse files
committed
minor #11437 Reorganized the Workflow docs (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes #11437). Discussion ---------- Reorganized the Workflow docs This fixes most of #10747. Main changes: * The main workflow article + the state machines article have been merged into a theoretical introductory article about workflows and state machines. * The "usage" article has been deleted and its contents moved to the main workflow article. ------ Missing things: * We need to solve the (4) idea from #10747, which I don't understand. Thanks! Commits ------- 486b978 Reorganized the Workflow docs
2 parents 8c3df83 + 486b978 commit cd34c97

File tree

5 files changed

+544
-533
lines changed

5 files changed

+544
-533
lines changed

_build/redirection_map

+2
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,5 @@
362362
/console/logging /console
363363
/frontend/encore/legacy-apps /frontend/encore/legacy-applications
364364
/contributing/code/patches /contributing/code/pull_requests
365+
/workflow/state-machines /workflow/introduction
366+
/workflow/usage /workflow

reference/configuration/framework.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -2306,8 +2306,9 @@ type
23062306

23072307
**type**: ``string`` **possible values**: ``'workflow'`` or ``'state_machine'``
23082308

2309-
Defines the kind fo workflow that is going to be created, which can be either
2310-
a :doc:`normal workflow </workflow/usage>` or a :doc:`state machine </workflow/state-machines>`.
2309+
Defines the kind of workflow that is going to be created, which can be either
2310+
a normal workflow or a state machine. Read :doc:`this article </workflow/introduction>`
2311+
to know their differences.
23112312

23122313
.. _`HTTP Host header attacks`: http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
23132314
.. _`Security Advisory Blog post`: https://symfony.com/blog/security-releases-symfony-2-0-24-2-1-12-2-2-5-and-2-3-3-released#cve-2013-4752-request-gethost-poisoning

0 commit comments

Comments
 (0)