From 9037620c3da7a9b55432cf454d25ff485e4035a4 Mon Sep 17 00:00:00 2001 From: John Linhart Date: Fri, 6 Sep 2024 13:32:44 +0200 Subject: [PATCH 1/4] Adding link where to find the SF configuration docs --- docs/plugins/salesforce.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins/salesforce.rst b/docs/plugins/salesforce.rst index 0eb0f696..68c7ca32 100644 --- a/docs/plugins/salesforce.rst +++ b/docs/plugins/salesforce.rst @@ -3,4 +3,6 @@ Salesforce ########## -.. vale on \ No newline at end of file +.. vale on + +Visit [Knowledge base](https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html) for detains on how to configure the Samesforce integration. From c02c7adf53aabcec0c502455a035dbd561262446 Mon Sep 17 00:00:00 2001 From: John Linhart Date: Tue, 8 Oct 2024 17:39:22 +0200 Subject: [PATCH 2/4] typo fixes Co-authored-by: Ruth Cheesley --- docs/plugins/salesforce.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/salesforce.rst b/docs/plugins/salesforce.rst index 68c7ca32..0cbe4861 100644 --- a/docs/plugins/salesforce.rst +++ b/docs/plugins/salesforce.rst @@ -5,4 +5,4 @@ Salesforce .. vale on -Visit [Knowledge base](https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html) for detains on how to configure the Samesforce integration. +Visit the [Knowledgebase](https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html) for details on how to configure the Salesforce integration. From 965c63d76b84fd375b0b2677fd4836ced3927b68 Mon Sep 17 00:00:00 2001 From: John Linhart Date: Wed, 9 Oct 2024 09:57:26 +0200 Subject: [PATCH 3/4] Fixing link --- docs/links/knowledge_base_sf.py | 7 +++++++ docs/plugins/salesforce.rst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/links/knowledge_base_sf.py diff --git a/docs/links/knowledge_base_sf.py b/docs/links/knowledge_base_sf.py new file mode 100644 index 00000000..18d2d517 --- /dev/null +++ b/docs/links/knowledge_base_sf.py @@ -0,0 +1,7 @@ +from . import link + +link_name = "Knowledgebase SF" +link_text = "Knowledgebase SF" +link_url = "https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html" + +link.xref_links.update({link_name: (link_text, link_url)}) diff --git a/docs/plugins/salesforce.rst b/docs/plugins/salesforce.rst index 0cbe4861..3dbc3163 100644 --- a/docs/plugins/salesforce.rst +++ b/docs/plugins/salesforce.rst @@ -5,4 +5,4 @@ Salesforce .. vale on -Visit the [Knowledgebase](https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html) for details on how to configure the Salesforce integration. +Visit the :xref:`Knowledgebase SF` for details on how to configure the Salesforce integration. From a203a10d0235e64e03f15a645f403cc30b207682 Mon Sep 17 00:00:00 2001 From: John Linhart Date: Fri, 11 Oct 2024 15:44:44 +0200 Subject: [PATCH 4/4] Better wording --- docs/links/knowledge_base_sf.py | 4 ++-- docs/plugins/salesforce.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/links/knowledge_base_sf.py b/docs/links/knowledge_base_sf.py index 18d2d517..07bdadea 100644 --- a/docs/links/knowledge_base_sf.py +++ b/docs/links/knowledge_base_sf.py @@ -1,7 +1,7 @@ from . import link -link_name = "Knowledgebase SF" -link_text = "Knowledgebase SF" +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)}) diff --git a/docs/plugins/salesforce.rst b/docs/plugins/salesforce.rst index 3dbc3163..15fa132c 100644 --- a/docs/plugins/salesforce.rst +++ b/docs/plugins/salesforce.rst @@ -5,4 +5,4 @@ Salesforce .. vale on -Visit the :xref:`Knowledgebase SF` for details on how to configure the Salesforce integration. +Visit the :xref:`Knowledgebase article on Salesforce` for details on how to configure the Salesforce integration.