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

Commit 148387f

Browse files
committed
Merge pull request #183 from dantleech/menu_update
[WIP] Update menu documentation
2 parents 004ad59 + 84c9a3a commit 148387f

18 files changed

+685
-413
lines changed

book/structuring_content.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Configuration
190190
~~~~~~~~~~~~~
191191

192192
This bundle is configurable using a set of parameters, but all of them are
193-
optional. You can go to the :doc:`../bundles/menu` reference page for the full
193+
optional. You can go to the :doc:`../bundles/menu/index` reference page for the full
194194
configuration options list and additional information.
195195

196196
.. _`KnpMenuBundle`: https://github.com/knplabs/KnpMenuBundle

bundles/block/types.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ though only those block that actually contain string content implement the
1919
Publish Workflow Interfaces
2020
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2121

22-
The ``AbstractBlock`` implements the write interfaces for publishable and publish time
23-
period, see the :ref:`publish workflow documentation <bundle-core-publish-workflow>`
24-
for more information.
22+
The ``AbstractBlock`` implements the write interfaces for publishable and
23+
publish time period, see the
24+
:doc:`publish workflow documentation <../core/publish_workflow>` for more
25+
information.
2526

2627
StringBlock
2728
-----------

bundles/core/dependency_injection_tags.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Dependency Injection Tags
55
-------------------------
66

7+
.. _bundle-core-tags-request-aware:
8+
79
cmf_request_aware
810
~~~~~~~~~~~~~~~~~
911

@@ -42,7 +44,7 @@ cmf_published_voter
4244
~~~~~~~~~~~~~~~~~~~
4345

4446
Used to activate :ref:`custom voters <bundle-core-workflow-custom-voters>` for the
45-
:ref:`publish workflow <bundle-core-publish-workflow>`. Tagging a service with
47+
:doc:`publish workflow <publish_workflow>`. Tagging a service with
4648
``cmf_published_voter`` integrates it into the access decision of the publish
4749
workflow.
4850

bundles/core/multilang.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.. index::
22
single: Multi-Language; CoreBundle
33

4-
54
Multi-language support
65
----------------------
76

bundles/core/publish_workflow.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.. index::
22
single: Core; Bundles; publish workflow
33

4-
.. _bundle-core-publish-workflow:
5-
64
Publish Workflow
75
----------------
86

bundles/core/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Twig
1111

1212
The CoreBundle contains a Twig extension that provides a set of useful
1313
functions for your templates. The functions respect the
14-
:ref:`publish workflow <bundle-core-publish-workflow>` if it is enabled.
14+
:doc:`publish workflow <publish_workflow>` if it is enabled.
1515

1616
* **cmf_find**: returns the document for the provided path
1717
* **cmf_find_many**: returns an array of documents for the provided paths

bundles/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bundles
1111
create
1212
phpcr_odm
1313
media/index
14-
menu
14+
menu/index
1515
routing_auto
1616
routing/index
1717
search/index

bundles/map.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
* **MenuBundle**
4040

41-
* :doc:`menu`
41+
* :doc:`menu/index`
4242

4343
* :doc:`routing/index`
4444

0 commit comments

Comments
 (0)