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
37
• Browse the Nodes Reference to see all 400+ available nodes
35
38
• Bonus: it's open source (MIT). Self-host it and contribute
39
+
• Learn more: ${docsUrl}
36
40
37
-
${onboardingUrl ? `Want a walkthrough? Book an onboarding session: ${onboardingUrl}\n\n` : ""}Docs: ${docsUrl}
38
-
Questions? GitHub issues or Discord.
41
+
${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
42
40
43
Happy automating,
41
44
Bertil Chapuis
@@ -54,9 +57,9 @@ ${websiteUrl}`;
54
57
<li>Connect integrations like GitHub, Discord, Telegram or Gmail</li>
55
58
<li>Browse the Nodes Reference to see all 400+ available nodes</li>
56
59
<li>Bonus: it's open source (MIT). Self-host it and contribute</li>
60
+
<li><a href="${docsUrl}">Learn more</a></li>
57
61
</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>
62
+
${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