Skip to content

Commit 90c879d

Browse files
authored
Merge pull request mautic#245 from Teebarh/toyibat2
docs: updated documentation for MVC component.
2 parents d445026 + 8abbe0e commit 90c879d

5 files changed

Lines changed: 778 additions & 5 deletions

File tree

.github/styles/config/vocabularies/Mautic/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ initialisms
8181
ISO
8282
JavaScript
8383
Joomla
84+
jQuery
8485
Legacy Builder
8586
Libre
8687
Licensor
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from . import link
2+
3+
link_name = "fetching services"
4+
link_text = "fetching services"
5+
link_url = "https://symfony.com/doc/current/controller.html#controller-accessing-services"
6+
7+
link.xref_links.update({link_name: (link_text, link_url)})
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from . import link
2+
3+
link_name = "Twig documentation"
4+
link_text = "Twig documentation"
5+
link_url = "https://twig.symfony.com/doc/3.x/tags/extends.html"
6+
7+
link.xref_links.update({link_name: (link_text, link_url)})

docs/plugins/config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Mautic recognizes the Plugin through the general config options.
5252
- string
5353
- The version should be in a format compatible with :xref:`PHP's standardized version strings<PHP standardized version strings>`. The Plugin Manager uses PHP's ``version_compare()`` to determine if the Plugin is eligible for an upgrade.
5454

55+
.. _routing config items:
56+
5557
Routing config items
5658
********************
5759

0 commit comments

Comments
 (0)