Skip to content

Commit

Permalink
Merge pull request #315 from mautic/sf-docs
Browse files Browse the repository at this point in the history
Adding link where to find the SF configuration docs
  • Loading branch information
RCheesley authored Oct 11, 2024
2 parents 24ab802 + a203a10 commit 8a0e422
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/links/knowledge_base_sf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import link

link_name = "Knowledgebase article on Salesforce"
link_text = "Knowledgebase article on Salesforce"
link_url = "https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html"

link.xref_links.update({link_name: (link_text, link_url)})
4 changes: 3 additions & 1 deletion docs/plugins/salesforce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
Salesforce
##########

.. vale on
.. vale on
Visit the :xref:`Knowledgebase article on Salesforce` for details on how to configure the Salesforce integration.

0 comments on commit 8a0e422

Please sign in to comment.