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

Main -> Latest #203

Merged
merged 7 commits into from
Oct 13, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add links to discord
KonnorRogers committed Jun 24, 2024
commit 27ca9815d32c89ddb17eed63cdb3f0d9d29e2432
1 change: 0 additions & 1 deletion docs/frontend/styles/components/_layout.css
Original file line number Diff line number Diff line change
@@ -46,7 +46,6 @@ kr-layout::part(skip-links) {
kr-layout::part(body) {
max-width: 100%;
justify-content: center;
margin: 0 auto;
}

kr-layout::part(main) {
12 changes: 12 additions & 0 deletions docs/src/_documentation/references/00-help-and-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Help & Support
permalink: /help-and-support/
---

<p>
<a href="https://discord.gg/XAj2cjPFyE" style="display: inline-flex; align-items: center; gap: 8px;">
<sl-icon name="discord"></sl-icon>
Drop by the Discord and come say hi!
<sl-icon name="discord"></sl-icon>
</a>
</p>
10 changes: 10 additions & 0 deletions docs/src/_layouts/home.erb
Original file line number Diff line number Diff line change
@@ -37,6 +37,16 @@ layout: default
<% end %>
</section>

<section style="text-align: center; margin-top: 4rem;">
<h2>Help & Support</h2>
<p>
<a href="https://discord.gg/XAj2cjPFyE" style="display: inline-flex; align-items: center; gap: 8px;">
<sl-icon name="discord"></sl-icon>
Drop by the Discord and come say hi!
<sl-icon name="discord"></sl-icon>
</a>
</p>
</section>
</main>