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

Commit cc69c55

Browse files
committed
Updated outdated references
1 parent 6f21e4b commit cc69c55

File tree

12 files changed

+16
-33
lines changed

12 files changed

+16
-33
lines changed

book/handling_multilang.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ Sonata PHPCR-ODM Admin
152152

153153
Using sonata admin is one way to make your content editable. A book
154154
chapter on sonata admin is planned. Meanwhile, read
155-
:doc:`Sonata Admin <../cookbook/creating_a_cms/sonata-admin>` in the
156-
"Creating a CMS" tutorial.
155+
:doc:`Sonata Admin <../tutorial/sonata-admin>` in the "Creating a CMS"
156+
tutorial.
157157

158158
The first step is to configure sonata admin. You should place the
159159
LuneticsLocaleBundle language switcher in the ``topnav`` bar. To do this,

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Adding new pages
215215

216216
Symfony CMF SE does not provide any admin tools to create new pages. If you
217217
are interested in adding an admin UI one solution can be found in
218-
:doc:`../cookbook/creating_a_cms/sonata-admin`. However, if all you want
218+
:doc:`../tutorial/sonata-admin`. However, if all you want
219219
is a simple way to add new pages that you can then edit via the inline
220220
editing, then you can use the SimpleCmsBundle ``page`` migrator. For example,
221221
to add a page called "Testing", creating a file called

book/static_content.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SonataDoctrinePHPCRAdminBundle_, a back office generation tool.
6060
In ContentBundle, the required administration panels are already declared in
6161
the ``Admin`` folder and configured in ``Resources/config/admin.xml``, and
6262
will automatically be loaded if you install the SonataDoctrinePHPCRAdminBundle
63-
(refer to :doc:`../cookbook/creating_a_cms/sonata-admin` for
63+
(refer to :doc:`../tutorial/sonata-admin` for
6464
instructions on that).
6565

6666
Configuration

book/structuring_content.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ SonataDoctrinePHPCRAdminBundle_.
164164

165165
The included administration panels are automatically available but need to
166166
be explicitly put on the dashboard if you want to use them. See
167-
:doc:`../cookbook/creating_a_cms/sonata-admin` for instructions on how
168-
to install SonataDoctrinePHPCRAdminBundle.
167+
:doc:`../tutorial/sonata-admin` for instructions on how to install
168+
SonataDoctrinePHPCRAdminBundle.
169169

170170
Configuration
171171
~~~~~~~~~~~~~

bundles/block/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ block_basepath
122122

123123
The basepath for blocks in the PHPCR tree.
124124

125-
If the :doc:`CoreBundle <../core/introduction` is registered, this will default to
125+
If the :doc:`CoreBundle <../core/introduction>` is registered, this will default to
126126
the value of ``%cmf_core.persistence.phpcr.basepath%/content``.
127127

128128
manager_name
@@ -191,7 +191,7 @@ use_sonata_admin
191191
If ``true``, the admin classes are activated. If set to ``auto``, they are
192192
activated only if the SonataPhpcrAdminBundle is present.
193193

194-
If the :doc:`CoreBundle <../core/introduction` is registered, this will default to the value
194+
If the :doc:`CoreBundle <../core/introduction>` is registered, this will default to the value
195195
of ``cmf_core.persistence.phpcr.use_sonata_admin``.
196196

197197
string_admin_class

bundles/core/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Enabling this setting will also automatically enable the equivalent setting in t
125125
* :doc:`ContentBundle <../content/introduction>`
126126
* :doc:`CreateBundle <../create/introduction>`
127127
* :doc:`MediaBundle <../media/introduction>`
128-
* :doc:`MenuBundle <../menu/introduction`
128+
* :doc:`MenuBundle <../menu/introduction>`
129129
* :doc:`RoutingBundle <../routing/introduction>`
130130
* :doc:`SearchBundle <../search/introduction>`
131131
* :doc:`SimpleCmsBundle <../simple_cms/introduction>`
@@ -188,7 +188,7 @@ Enabling this setting will also automatically enable the equivalent setting in t
188188

189189
* :doc:`BlockBundle <../block/introduction>`
190190
* :doc:`ContentBundle <../content/introduction>`
191-
* :doc:`MenuBundle <../menu/introduction`
191+
* :doc:`MenuBundle <../menu/introduction>`
192192
* :doc:`RoutingBundle <../routing/introduction>`
193193
* :doc:`SimpleCmsBundle <../simple_cms/introduction>`
194194

bundles/media/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ media_basepath
9999

100100
The basepath for CMS media documents in the PHPCR tree.
101101

102-
If the :doc:`CoreBundle <../core/introduction` is registered, this will default
102+
If the :doc:`CoreBundle <../core/introduction>` is registered, this will default
103103
to the value of ``%cmf_core.persistence.phpcr.basepath%/media``.
104104

105105
manager_name

bundles/phpcr_odm/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ DoctrinePHPCRBundle
1010
fixtures_initializers
1111
multilang
1212
multiple_sessions
13+
configuration

bundles/phpcr_odm/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ PHPCR Session Configuration
6565
The session needs a PHPCR implementation specified in the ``backend`` section
6666
by the ``type`` field, along with configuration options to bootstrap the
6767
implementation. The examples here assume that you are using Jackalope Doctrine
68-
DBAL. The full documentation is in the
69-
:doc:`reference section <../../reference/configuration/phpcr_odm>`.
68+
DBAL. The full documentation is in the :doc:`configuration reference <configuration>`.
7069

7170
To use Jackalope Doctrine DBAL, you need to configure a database connection
7271
with the DoctrineBundle. For detailed information, see the
@@ -488,6 +487,7 @@ Read On
488487
* :doc:`fixtures_initializers`
489488
* :doc:`multilang`
490489
* :doc:`multiple_sessions`
490+
* :doc:`configuration`
491491

492492
.. _`DoctrinePHPCRBundle`: https://github.com/doctrine/DoctrinePHPCRBundle
493493
.. _`Symfony2 Doctrine documentation`: http://symfony.com/doc/current/book/doctrine.html

cookbook/editions/cmf_core.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ If you want to support multiple languages, have a look at
156156
:doc:`../../book/handling_multilang`.
157157

158158
Then have a look at the individual :doc:`bundles <../../bundles/index>` you are
159-
interested in, and find the details on the configuration in the
160-
:doc:`bundles configuration reference <../../reference/index>`.
159+
interested in.
161160

162161
.. _`Installation of Symfony2`: http://symfony.com/doc/current/book/installation.html

index.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ The Symfony2 Content Management Framework (CMF) project is organized by the Symf
55
community and has several sponsoring companies and prominent open source leaders
66
implementing the philosophy of the `decoupled CMS`_.
77

8-
.. caution::
9-
10-
This documentation is still in development. The bundles and reference sections
11-
are updated for the 1.1 release, but the book is still a bit sparse. Want to
12-
help? Thank you, all help greatly appreciated! The source of the
13-
`documentation is hosted on github`_.
14-
158
.. toctree::
169
:hidden:
1710

@@ -20,7 +13,6 @@ implementing the philosophy of the `decoupled CMS`_.
2013
bundles/index
2114
components/index
2215
contributing/index
23-
reference/index
2416
cookbook/index
2517
tutorial/index
2618

@@ -91,15 +83,6 @@ project, even when they are not using Symfony.
9183

9284
:doc:`Browse the components <components/index>`
9385

94-
Reference
95-
---------
96-
97-
Ever wondered what configuration options you have available to you in files
98-
such as ``app/config/config.yml``? In this section, all available
99-
configuration is broken down per bundle.
100-
101-
:doc:`Browse the reference <reference/index>`
102-
10386
Cookbook
10487
--------
10588

tutorial/the-frontend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Ensure that you installed the ``symfony-cmf/menu-bundle`` package as detailed
1212
in the :ref:`gettingstarted_installadditionbundles` section.
1313

1414
Add the CMF :doc:`MenuBundle <../bundles/menu/introduction>` and its
15-
dependency, :doc:`CoreBundle <../bundles/core/introduction`_, to your kernel::
15+
dependency, :doc:`CoreBundle <../bundles/core/introduction>`, to your kernel::
1616

1717
// app/AppKernel.php
1818
class AppKernel extends Kernel

0 commit comments

Comments
 (0)