Fix invalid seti:cloud icon in Resources page#2141
Merged
devantler merged 5 commits intodocs/add-resources-page-6af38c984bec1ebefrom Feb 11, 2026
Merged
Fix invalid seti:cloud icon in Resources page#2141devantler merged 5 commits intodocs/add-resources-page-6af38c984bec1ebefrom
devantler merged 5 commits intodocs/add-resources-page-6af38c984bec1ebefrom
Conversation
7 tasks
Co-authored-by: devantler <26203420+devantler@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update resources page based on review feedback
Validate seti:cloud icon usage in Resources page
Feb 11, 2026
Contributor
|
@copilot this does not seem true. The images you committed have a blank icon where the seti:cloud is expected. Check this page for help: https://starlight.astro.build/components/icons/ |
Co-authored-by: devantler <26203420+devantler@users.noreply.github.com>
Contributor
Author
You're absolutely right - I apologize for the error. Fixed in 7f267e9. |
Co-authored-by: devantler <26203420+devantler@users.noreply.github.com>
Copilot
AI
changed the title
Validate seti:cloud icon usage in Resources page
Fix invalid seti:cloud icon in Resources page
Feb 11, 2026
2bc135c
into
docs/add-resources-page-6af38c984bec1ebe
21 of 22 checks passed
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
* docs: Add Resources page to documentation - Create comprehensive Resources page (docs/src/content/docs/resources.mdx) - Presentations section with KCD 2024 talk - Blog posts section with distribution-specific and cloud provider guides - AI integration article - Related projects showcase - Community and support information - Contributing links - Update sidebar navigation (docs/astro.config.mjs) - Add Resources link after Help section - Provides easy access to learning materials and community projects This change addresses a documentation gap where presentations, blog posts, and related projects were only visible in README.md but not in the main documentation site at https://ksail.devantler.tech. Follows Diátaxis framework (Explanation category) and uses Starlight components for consistent styling with the rest of the documentation. * Update docs/src/content/docs/resources.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nikolai Emil Damm <ned@devantler.tech> * Update docs/src/content/docs/resources.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nikolai Emil Damm <ned@devantler.tech> * Fix invalid seti:cloud icon in Resources page (#2141) * Initial plan * Validate seti:cloud icon usage in Resources page Co-authored-by: devantler <26203420+devantler@users.noreply.github.com> * Fix icon: Replace invalid seti:cloud with cloud-download Co-authored-by: devantler <26203420+devantler@users.noreply.github.com> * Remove accidentally committed screenshot file Co-authored-by: devantler <26203420+devantler@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: devantler <26203420+devantler@users.noreply.github.com> Co-authored-by: Nikolai Emil Damm <ned@devantler.tech> * fix(docs): Remove unnecessary whitespace in resources page Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com> --------- Signed-off-by: Nikolai Emil Damm <ned@devantler.tech> Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nikolai Emil Damm <ned@devantler.tech> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: devantler <26203420+devantler@users.noreply.github.com> Co-authored-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Addresses feedback from #2104 regarding
icon="seti:cloud"appearing as a blank icon in the Hetzner Cloud card.Investigation Results
Initial investigation was incorrect.
seti:cloudis not a valid built-in Starlight icon. Upon user feedback and further verification, the icon rendered as a blank pink square because the icon name doesn't exist in Starlight's built-in icon set.Changes Made
icon="seti:cloud"withicon="cloud-download"(the only cloud-related built-in icon available in Starlight)Verification
The icon now displays properly instead of appearing as a blank square.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.