Skip to content

Commit 4476d88

Browse files
authored
Merge pull request #444 from garak/master
remove old note about public service
2 parents e1b1e74 + 2d553be commit 4476d88

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/menu_builder_service.rst

-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ Next, register your menu builder as service and register its ``createMainMenu``
6060
6161
# ...
6262
63-
.. note::
64-
65-
The menu service must be public as it will be retrieved at runtime to keep
66-
it lazy-loaded.
67-
6863
You can now render the menu directly in a template via the name given in the
6964
``alias`` key above:
7065

docs/menu_service.rst

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ object created by the ``createMainMenu`` method:
7474
7575
# ...
7676
77-
.. note::
78-
79-
The menu service must be public as it will be retrieved at runtime to keep
80-
it lazy-loaded.
81-
8277
You can now render the menu directly in a template via the name given in the
8378
``alias`` key above:
8479

0 commit comments

Comments
 (0)