Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit c66b030

Browse files
committed
[#323] Some minor fixes
1 parent 629497b commit c66b030

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

cookbook/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The Cookbook
99
database/choosing_storage_layer
1010
editions/cmf_sandbox
1111
editions/cmf_core
12+
routing/remove_trailing_slash
1213
installing_configuring_doctrine_phpcr_odm
1314
creating_cms_using_cmf_and_sonata
1415
using_blockbundle_and_contentbundle
1516
handling_multilang_documents
16-
redirect_urls_with_trailing_slash
1717

1818
.. include:: map.rst.inc

cookbook/map.rst.inc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66

77
* :doc:`editions/cmf_sandbox`
88
* :doc:`editions/cmf_core`
9+
10+
* **Routing**
11+
12+
* :doc:`routing/remove_trailing_slash`
13+
914
* :doc:`create_new_project_phpcr_odm`
1015
* :doc:`create_basic_cms_auto_routing`
1116
* :doc:`installing_configuring_doctrine_phpcr_odm`
1217
* :doc:`creating_cms_using_cmf_and_sonata`
1318
* :doc:`using_blockbundle_and_contentbundle`
1419
* :doc:`handling_multilang_documents`
15-
* :doc:`redirect_urls_with_trailing_slash`

cookbook/redirect_urls_with_trailing_slash.rst renamed to cookbook/routing/remove_trailing_slash.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index::
22
single: Redirect URLs with a trailing slash
33

4-
Redirect URLs with a trailing slash
4+
Redirect URLs With a Trailing Slash
55
===================================
66

77
The goal of this tutorial is to demonstrate how to redirect URLs with

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ Want to know more about the CMF and how each part can be configured? There's a t
140140
cookbook/database/choosing_storage_layer
141141
cookbook/editions/cmf_core
142142
cookbook/editions/cmf_sandbox
143+
cookbook/routing/remove_trailing_slash
143144
cookbook/handling_multilang_documents
144145
cookbook/installing_configuring_doctrine_phpcr_odm
145146
cookbook/using_blockbundle_and_contentbundle
146-
cookbook/redirect_urls_with_trailing_slash
147147

148148
Contributing
149149
------------

0 commit comments

Comments
 (0)