From 26cf09c840409a1b1fe38022581287758efd0b98 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Fri, 28 Feb 2025 08:14:27 -0500 Subject: [PATCH] chore(website) talos staff guide add table and add xstar (#32704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .../src/content/docs/guides/talos/staff.md | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/website/src/content/docs/guides/talos/staff.md b/website/src/content/docs/guides/talos/staff.md index 2bd1b93b85e..45c1af90f40 100644 --- a/website/src/content/docs/guides/talos/staff.md +++ b/website/src/content/docs/guides/talos/staff.md @@ -6,21 +6,15 @@ sidebar: :::caution[Charts] -Clusters are personal and may contain stuff not covered by support or Charts from different sources. +Clusters are personal and may contain configurations not covered by support or may use Charts from different sources. ::: -List Personal Clusters of our staff members. These can be used as a reference and/or template when adding your own Helm Charts to the cluster. +Below is a list of personal clusters maintained by our staff members. These can serve as references or templates when adding your own Helm Charts to the cluster. -## Alfi0812 - -- [Talos-Cluster](https://github.com/alfi0812/talos-cluster) -- [Test Cluster](https://github.com/alfi0812/test-cluster) - -## kqmaverick - -- [Cluster](https://github.com/kqmaverick/cluster) - -## PrivatePuffin - -- [Cluster](https://github.com/PrivatePuffin/cluster) +| Name | Clusters | +|----------------|--------------------------------------------------------------| +| **Alfi0812** | [Talos-Cluster](https://github.com/alfi0812/talos-cluster), [Test Cluster](https://github.com/alfi0812/test-cluster) | +| **kqmaverick** | [Cluster](https://github.com/kqmaverick/cluster) | +| **PrivatePuffin** | [Cluster](https://github.com/PrivatePuffin/cluster) | +| **Xstar97TheNoob** | [Cluster](https://github.com/xstar97/cluster) |