Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing build #307

Merged
merged 6 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/components/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
]
4 changes: 2 additions & 2 deletions docs/configuration/command_line_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/zoho_crm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.. vale on

Mautic can push a Contact to :xref:`Zoho CRM` based on :doc:`Actions<Campaign actions> ` or :doc:`points trigger<Points Triggers>`.
Mautic can push a Contact to :xref:`Zoho CRM` based on Campaign :ref:`Actions` or :ref:`Point triggers`.

Check warning on line 8 in docs/plugins/zoho_crm.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Point Triggers' instead of 'Point triggers'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Point Triggers' instead of 'Point triggers'.", "location": {"path": "docs/plugins/zoho_crm.rst", "range": {"start": {"line": 8, "column": 89}}}, "severity": "INFO"}

Language configuration warning
******************************
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting/file_ownership_permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading