-
Notifications
You must be signed in to change notification settings - Fork 8
Update Custom Certificates.md #309
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
Update Custom Certificates.md #309
Conversation
updated with a screenshot on how to properly use "split by condition" to validate if the contact variables contains a value before sending the certificate
WalkthroughThe change updates the "Custom Certificates" documentation by modifying the formatting of a validation code example, switching from inline code to a fenced code block for better readability. Additionally, it introduces a new image that visually demonstrates the "File → Page Setup" menu, placed directly after the code example. There are no modifications to the logic or explanatory content of the documentation. Changes
Possibly related PRs
Suggested reviewers
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🚀 Deployed on https://deploy-preview-309--glific-docs.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/3. Product Features/Custom Certificates.md (1)
138-140
: Specify the language for the fenced code block.For better readability and to resolve markdownlint warnings, specify the language (e.g.,
elixir
oreex
) after the opening backticks:-``` +```elixir <%= ["@contact.name", "@contact.abcd"] |> Enum.any?(&String.starts_with?(&1, "@")) %>🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
138-138: Fenced code blocks should have a language specified
null(MD040, fenced-code-language)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/3. Product Features/Custom Certificates.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/3. Product Features/Custom Certificates.md
138-138: Fenced code blocks should have a language specified
null
(MD040, fenced-code-language)
🔇 Additional comments (1)
docs/3. Product Features/Custom Certificates.md (1)
141-141
: Screenshot addition is clear and helpful.The new screenshot visually clarifies the "split by condition" feature and is well-placed after the code example.
updated with a screenshot on how to properly use "split by condition" to validate if the contact variables contains a value before sending the certificate
Summary by CodeRabbit