Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ module.exports = {
position: 'right',
className: 'navbar__icon navbar__github',
},
{
to: '/community',
label: 'Community',
position: 'right',
className: 'navbar__icon navbar__blog',
},
{
to: 'https://docs.k3s.io/blog',
label: 'Blog',
position: 'right',
className: 'navbar__icon navbar__blog',
},
{
type: 'dropdown',
label: 'More From SUSE',
Expand Down
37 changes: 36 additions & 1 deletion src/css/icon_dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,39 @@
mask-size: cover;
height: 15px;
padding-bottom: 4px;
}
}

.navbar__community {
font-size: 18px;
}

.navbar__community:hover:before {
background-color: var(--ifm-link-color);
}

.navbar__community:before {
mask: url(/static/img/community-logo.png) no-repeat 100% 100%;
mask-size: cover;
height: 19px;
width: 23px;
padding-right: 2px;
padding-bottom: 6px;
}


.navbar__blog {
font-size: 18px;
}

.navbar__blog:hover:before {
background-color: var(--ifm-link-color);
}

.navbar__blog:before {
mask: url(/static/img/blog-logo.png) no-repeat 100% 100%;
mask-size: cover;
height: 19px;
width: 23px;
padding-right: 2px;
padding-bottom: 6px;
}
70 changes: 70 additions & 0 deletions src/pages/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: Join k3s Community
description: Join k3s Community
hide_table_of_contents: false
---

# **k3s** Community!

## Community Meetings

We have two community meetings per month:

Every **Second** Tuesday at 10:00 am PST.
Every **Third** Tuesday at 11:00 am CET.

Meeting join links can be found on the [Linux Foundation Project Calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/k3s?view=week).

We will use this time to communicate project updates, listen to feedback from the K3s community, and collect requirement/use cases for new features. Note: this is not a time to seek technical support or assistance in troubleshooting issues.

Meeting Minutes notes: https://hackmd.io/@k3s/meet-notes/

📺 YouTube Recordings: [K3s YouTube](https://www.youtube.com/@k3sio)

---

## Join Slack - Chat with us on the Rancher Slack


Join <a href="https://slack.rancher.io"><img src="https://a.slack-edge.com/fd21de4/marketing/img/nav/logo.svg" alt="slack" width="20"/></a> [Rancher Slack](https://slack.rancher.io/)


### Channels

[#k3s](https://rancher-users.slack.com/archives/CGGQEHPPW) - General k3s discussions

[#k3s-contributor](https://rancher-users.slack.com/archives/CGXR87T8B) - Contribution discussions

## Follow us!
BlueSky: [k3sio.bsky.social](https://bsky.app/profile/k3sio.bsky.social)

Mastodon: [@k3sio](https://mastodon.social/@k3sio)

📺 [YouTube](https://www.youtube.com/@k3sio): https://www.youtube.com/@k3sio

---
## Want to contribute to the codebase or documentation?

Great starting point for new contributors.
### [Good first issue](https://github.com/k3s-io/k3s/labels/kind%2Fgood-first-issue)

Already contributed? Check where do we need help!
### [Help wanted](https://github.com/k3s-io/k3s/labels/kind%2Fhelp-wanted)


If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our [contributing guide](https://github.com/k3s-io/k3s/blob/master/CONTRIBUTING.md) for guidance on how to setup k3s for development.

You can follow the work we plan to do using the [K3s Roadmap](https://github.com/k3s-io/k3s/blob/master/ROADMAP.md) and see our milestones on our [project board](projectbohttps://github.com/orgs/k3s-io/projects/6ard). You can also follow the state of all issues and [Backlog Board](https://github.com/orgs/k3s-io/projects/5).

---

## K3s Adopters

If you are adopter and want your logo to be shown here please open PR against: https://github.com/k3s-io/k3s/blob/master/ADOPTERS.md

[![Rocket Chat](https://cdn.prod.website-files.com/611a19b9853b7414a0f6b3f6/611bbb87319adfd903b90f24_logoRC.svg)](https://www.rocket.chat/)<a href="[default.asp](https://ayedo.de/)"><img src="https://ayedo.de/ayedo-logo-color.png" alt="drawing" width="150"/></a>[![Pits](https://www.pitsdatarecovery.com/wp-content/uploads/2024/08/PITS-logo_v2.svg)](https://www.pitsdatarecovery.com/)

---

## Organization Contributing
[![SUSE](/img/suse-logo.png)](https://opensource.suse.com)
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ sudo k3s agent --server https://myserver:6443 --token \${NODE_TOKEN}`
<h2>Learn More</h2>
<div className={index.gridTwo}>
<div>
<p>Read the latest SUSE Rancher blog on K3s.</p>
<a href="https://www.suse.com/c/rancherblog/?product=4201#filtered" class="button button--lg button--static">Blog</a>
<p>Read the latest K3s blog.</p>
<a href="https://docs.k3s.io/blog" class="button button--lg button--static">Blog</a>
</div>
<div>
<p>Sign up for the latest "K3s Basics" Online Training.</p>
Expand Down
Binary file added static/img/blog-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/community-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suse-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.