Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/links/mautic_getting_started_with_themes_docs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import link

link_name = "Getting started with Themes"
link_text = "Getting started with Themes"
link_url = "https://devdocs.mautic.org/en/5.x/themes/getting_started.html"

link.xref_links.update({link_name: (link_text, link_url)})
2 changes: 1 addition & 1 deletion docs/themes/theme_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Theme Structure

.. vale on

Visit the :xref:`Themes directory structure` section in the Developer Documentation for more details.
Visit the :xref:`Getting started with Themes` section in the Developer Documentation for more details.
Loading