From 82e5ee0ef07feeac860be5fca0f406e00925b098 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Thu, 13 Jun 2024 10:50:10 +0100 Subject: [PATCH 1/6] Fix duplicate title --- docs/components/forms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/forms.rst b/docs/components/forms.rst index 6345a5ff..d15238dc 100644 --- a/docs/components/forms.rst +++ b/docs/components/forms.rst @@ -276,8 +276,8 @@ Progressive profiling Progressive profiling is a powerful feature used to reduce the length of Forms by hiding all the fields that are already known. This prevents your Contacts from feeling overwhelmed by massive Forms and even reduces the time it takes to fill out a Form if fields are already known to your Mautic instance and thus hidden for the Contact. -Configuration -============== +Configuration of progressive profiling +====================================== There are two ways to configure a Form Field to only display when the asked values are unknown. From 25c29948f3665507a02396647e3bc5b514268886 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Thu, 13 Jun 2024 10:57:29 +0100 Subject: [PATCH 2/6] Fix broken table on command line page #305 --- docs/configuration/command_line_interface.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/command_line_interface.rst b/docs/configuration/command_line_interface.rst index 3af9386b..a211762f 100644 --- a/docs/configuration/command_line_interface.rst +++ b/docs/configuration/command_line_interface.rst @@ -103,8 +103,8 @@ These are the commands you may need to use in relation to your Mautic instance. - * - ``mautic:contacts:deduplicate`` - Merge Contacts based on same unique identifiers - - * - ``mautic:contacts:scheduled_export`` + - + * - ``mautic:contacts:scheduled_export`` - Processes exports of Contacts to a CSV file and sends the results via Email. - * - ``mautic:custom-field:create-column`` From 43a24c0e37a9b5e4f3bc9d5f26defcd092a77c81 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Thu, 13 Jun 2024 11:00:32 +0100 Subject: [PATCH 3/6] Fix inline bold --- docs/troubleshooting/file_ownership_permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/file_ownership_permissions.rst b/docs/troubleshooting/file_ownership_permissions.rst index 45063e8f..f4693b9f 100644 --- a/docs/troubleshooting/file_ownership_permissions.rst +++ b/docs/troubleshooting/file_ownership_permissions.rst @@ -110,6 +110,6 @@ To reset the ownership of files and folders, use the following command - ensurin .. vale off -This command **ch-**anges **own-**ership, using the ``-R`` flag which means recursively - including all files/folders within that location. Read more about the :xref:`Linux chown command`. +This command **ch-** anges **own-** ership, using the ``-R`` flag which means recursively - including all files/folders within that location. Read more about the :xref:`Linux chown command`. .. vale on From ea7154bab3988724cad42827793a38214dab1c90 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Thu, 13 Jun 2024 11:01:28 +0100 Subject: [PATCH 4/6] Fix extra space --- docs/plugins/zoho_crm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/zoho_crm.rst b/docs/plugins/zoho_crm.rst index 540f417f..e8093d03 100644 --- a/docs/plugins/zoho_crm.rst +++ b/docs/plugins/zoho_crm.rst @@ -5,7 +5,7 @@ Zoho CRM .. vale on -Mautic can push a Contact to :xref:`Zoho CRM` based on :doc:`Actions ` or :doc:`points trigger`. +Mautic can push a Contact to :xref:`Zoho CRM` based on :doc:`Actions` or :doc:`points trigger`. Language configuration warning ****************************** From 039ee4348341de75001a203b376a0b9c5558aeab Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Thu, 13 Jun 2024 11:10:20 +0100 Subject: [PATCH 5/6] Fix broken links --- docs/plugins/zoho_crm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/zoho_crm.rst b/docs/plugins/zoho_crm.rst index e8093d03..9b638f8d 100644 --- a/docs/plugins/zoho_crm.rst +++ b/docs/plugins/zoho_crm.rst @@ -5,7 +5,7 @@ Zoho CRM .. vale on -Mautic can push a Contact to :xref:`Zoho CRM` based on :doc:`Actions` or :doc:`points trigger`. +Mautic can push a Contact to :xref:`Zoho CRM` based on Campaign :ref:`Actions` or :ref:`Point triggers`. Language configuration warning ****************************** From c2d38c7a83df5757d0c0e4a0e6bfdbf7ce26d571 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Thu, 13 Jun 2024 11:15:54 +0100 Subject: [PATCH 6/6] Tell linkchecker to ignore linuxize.com as it blocks the agent --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0e6c1ca5..cf45deb5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,4 +74,6 @@ r"https://support.twilio.com/*", # This is a demo URL and should not be checked r"https://api-ssl.bitly.com/*", + #This domain blocks the checker. + r"https://linuxize.com/*", ]