diff --git a/docs/components/forms.rst b/docs/components/forms.rst index f401718d..3605ab13 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. 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/*", ] 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`` diff --git a/docs/plugins/zoho_crm.rst b/docs/plugins/zoho_crm.rst index 540f417f..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 ****************************** 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