Skip to content

Commit c5d5d92

Browse files
committed
Add Discord community link and call-to-action to documentation
1 parent 4442119 commit c5d5d92

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permalink: pretty
1212
aux_links:
1313
"Get Started on Stake.com":
1414
- "https://stake.com/?c=WY7953wQ"
15+
"Discord":
16+
- "https://discord.gg/PHHfh6UyCb"
1517
"GitHub":
1618
- "https://github.com/chipadevteam/StakeAPI"
1719

@@ -45,7 +47,7 @@ callouts:
4547
title: Warning
4648
color: red
4749

48-
footer_content: '<a href="https://stake.com/?c=WY7953wQ" target="_blank" rel="noopener">Sign up on Stake.com</a> and start building with StakeAPI today. &copy; 2024-2026 StakeAPI Contributors.'
50+
footer_content: '<a href="https://stake.com/?c=WY7953wQ" target="_blank" rel="noopener">Sign up on Stake.com</a> and start building with StakeAPI today. | <a href="https://discord.gg/PHHfh6UyCb" target="_blank" rel="noopener">Join our Discord</a> &copy; 2024-2026 StakeAPI Contributors.'
4951

5052
back_to_top: true
5153
back_to_top_text: "Back to top"

docs/_includes/discord-cta.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="discord-cta" style="background: linear-gradient(135deg, #1a1a2e 0%, #23272a 50%, #2c2f33 100%); border: 1px solid #5865F2; border-radius: 12px; padding: 18px 24px; margin: 24px 0; text-align: center; box-shadow: 0 4px 15px rgba(88, 101, 242, 0.2);">
2+
<p style="margin: 0 0 8px 0; font-size: 1.1em; font-weight: 600; color: #5865F2;">💬 Join the StakeAPI Community on Discord</p>
3+
<p style="margin: 0 0 12px 0; color: #a8b2d1; font-size: 0.95em;">Get help, share your projects, discuss strategies, and stay up to date with the latest StakeAPI news.</p>
4+
<a href="https://discord.gg/PHHfh6UyCb" target="_blank" rel="noopener" style="display: inline-block; background: #5865F2; color: #fff; padding: 10px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 1em; transition: background 0.2s;">Join Our Discord Server →</a>
5+
</div>

0 commit comments

Comments
 (0)