diff --git a/docs/links/mautic_getting_started_with_themes_docs.py b/docs/links/mautic_getting_started_with_themes_docs.py new file mode 100644 index 000000000..ec671a938 --- /dev/null +++ b/docs/links/mautic_getting_started_with_themes_docs.py @@ -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)}) \ No newline at end of file diff --git a/docs/themes/theme_structure.rst b/docs/themes/theme_structure.rst index 3872d422f..2c43a7e15 100644 --- a/docs/themes/theme_structure.rst +++ b/docs/themes/theme_structure.rst @@ -5,4 +5,4 @@ Theme Structure .. vale on -Visit the :xref:`Themes directory structure` section in the Developer Documentation for more details. \ No newline at end of file +Visit the :xref:`Getting started with Themes` section in the Developer Documentation for more details. \ No newline at end of file