Skip to content

Comments

Fix invalid seti:cloud icon in Resources page#2141

Merged
devantler merged 5 commits intodocs/add-resources-page-6af38c984bec1ebefrom
copilot/sub-pr-2104
Feb 11, 2026
Merged

Fix invalid seti:cloud icon in Resources page#2141
devantler merged 5 commits intodocs/add-resources-page-6af38c984bec1ebefrom
copilot/sub-pr-2104

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

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:cloud is 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

  • Replaced icon="seti:cloud" with icon="cloud-download" (the only cloud-related built-in icon available in Starlight)
  • Verified the icon now renders correctly with a cloud and download arrow

Verification

Hetzner Cloud card with cloud-download icon

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.

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
Copilot AI requested a review from devantler February 11, 2026 19:18
@devantler
Copy link
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>
Copy link
Contributor Author

Copilot AI commented Feb 11, 2026

@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/

You're absolutely right - I apologize for the error. seti:cloud is not a valid Starlight built-in icon. I've replaced it with cloud-download, which is the only cloud-related icon in Starlight's built-in set.

Fixed in 7f267e9.

Hetzner Cloud card with cloud-download icon

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
@devantler devantler marked this pull request as ready for review February 11, 2026 19:30
@devantler devantler merged commit 2bc135c into docs/add-resources-page-6af38c984bec1ebe Feb 11, 2026
21 of 22 checks passed
@devantler devantler deleted the copilot/sub-pr-2104 branch February 11, 2026 19:30
@github-project-automation github-project-automation bot moved this from 🏃🏻‍♂️ In Progress to ✅ Done in 🌊 Project Board Feb 11, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants