Skip to content

Commit ba0d49c

Browse files
committed
[Routing] Moving routing component into a directory, will add some other articles shortly
1 parent a0483b4 commit ba0d49c

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

components/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Components
1515
http_foundation/index
1616
locale
1717
process
18-
routing
18+
routing/index
1919
serializer
2020
templating
2121
yaml

components/map.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555

5656
* :doc:`/components/process`
5757

58-
* **Routing**
58+
* :doc:`/components/routing/index`
5959

60-
* :doc:`/components/routing`
60+
* :doc:`/components/routing/introduction`
6161

6262
* **Serializer**
6363

components/routing/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Routing
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
introduction
File renamed without changes.

redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
/components/event_dispatcher /components/event_dispatcher/introduction
1717
/components/http_foundation /components/http_foundation/introduction
1818
/components/console /components/console/introduction
19+
/components/routing /components/routing/introduction

0 commit comments

Comments
 (0)