You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Connect integrations like GitHub, Discord, Telegram or Gmail
34
36
• Browse the Nodes Reference to see all 400+ available nodes
35
37
• Bonus: it's open source (MIT). Self-host it and contribute
38
+
• Learn more: ${docsUrl}
36
39
37
-
${onboardingUrl ? `Want a walkthrough? Book an onboarding session: ${onboardingUrl}\n\n` : ""}Docs: ${docsUrl}
38
-
Questions? GitHub issues or Discord.
40
+
${onboardingUrl ? `Want a walkthrough? Book an onboarding session: ${onboardingUrl}\n\n` : ""}${discordUrl ? `Prefer a quick chat? Join us on Discord: ${discordUrl}\n\n` : ""}${githubUrl ? `Want to help? Contribute on GitHub: ${githubUrl}\n\n` : ""}Questions? GitHub issues or Discord.
39
41
40
42
Happy automating,
41
43
Bertil Chapuis
@@ -54,9 +56,9 @@ ${websiteUrl}`;
54
56
<li>Connect integrations like GitHub, Discord, Telegram or Gmail</li>
55
57
<li>Browse the Nodes Reference to see all 400+ available nodes</li>
56
58
<li>Bonus: it's open source (MIT). Self-host it and contribute</li>
59
+
<li><a href="${docsUrl}">Learn more</a></li>
57
60
</ul>
58
-
${onboardingUrl ? `<p>Want a walkthrough? <a href="${onboardingUrl}">Book an onboarding session</a></p>\n` : ""}<p><a href="${docsUrl}">Docs</a></p>
59
-
<p>Questions? GitHub issues or Discord.</p>
61
+
${onboardingUrl ? `<p>Want a walkthrough? <a href="${onboardingUrl}">Book an onboarding session</a></p>\n` : ""}${discordUrl ? `<p>Prefer a quick chat? <a href="${discordUrl}">Join us on Discord</a></p>\n` : ""}${githubUrl ? `<p>Want to help? <a href="${githubUrl}">Contribute on GitHub</a></p>\n` : ""}<p>Questions? GitHub issues or Discord.</p>
0 commit comments