docs: Add Resources page to documentation#2104
Merged
botantler[bot] merged 9 commits intomainfrom Feb 12, 2026
Merged
Conversation
- 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.
devantler
approved these changes
Feb 8, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “Resources” documentation page to surface presentations, blog posts, and related projects directly in the Starlight docs site, and exposes it in the sidebar navigation.
Changes:
- Added
resources.mdxpage using StarlightCard/CardGridcomponents to curate learning and community links. - Updated Starlight sidebar configuration to include a “Resources” entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| docs/src/content/docs/resources.mdx | New curated Resources page (presentations, blog posts, related projects, support links). |
| docs/astro.config.mjs | Adds /resources/ to the Starlight sidebar for discoverability. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nikolai Emil Damm <ned@devantler.tech>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nikolai Emil Damm <ned@devantler.tech>
Contributor
|
@devantler I've opened a new pull request, #2141, to work on those changes. Once the pull request is ready, I'll request review from you. |
* 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>
Signed-off-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com>
botantler bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
Remove three PNG screenshot files that were accidentally committed to the repository root in PR #2104. These files were used during development but should not be part of the repository. Files removed: - resources-page-cloud-icon.png (44KB) - resources-page-hetzner-section.png (50KB) - resources-page-with-icon.png (53KB) Also update .gitignore to prevent future accidental commits of PNG files in the root directory while still allowing PNG files in docs/. This cleanup follows the original commit message which mentioned removing an accidentally committed screenshot file, but these three files remained.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
Remove three PNG screenshot files that were accidentally committed to the repository root in PR #2104. These files were used during development but should not be part of the repository. Files removed: - resources-page-cloud-icon.png (44KB) - resources-page-hetzner-section.png (50KB) - resources-page-with-icon.png (53KB) Also update .gitignore to prevent future accidental commits of PNG files in the root directory while still allowing PNG files in docs/. This cleanup follows the original commit message which mentioned removing an accidentally committed screenshot file, but these three files remained. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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.
Summary
This PR addresses a documentation gap by creating a dedicated Resources page in the main documentation site at (ksail.devantler.tech/redacted)
Previously, presentations, blog posts, and related projects were only listed in the README.md file but not accessible through the documentation site navigation. This made it harder for users to discover valuable learning materials and community projects.
Changes
New Resources Page (
docs/src/content/docs/resources.mdx)Created a comprehensive Resources page organized into the following sections:
Presentations
Blog Posts
Related Projects
Community & Support
Updated Sidebar Navigation (
docs/astro.config.mjs)Documentation Standards
This PR follows project documentation guidelines:
CardandCardGridfor consistent stylingTesting
Impact
Benefits:
Breaking Changes: None
Performance Impact: Minimal - one additional static page
Screenshots
The new Resources page will appear in the sidebar navigation after "Help" section and includes:
Checklist
Related
97aeed3