You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a step-by-step guide for creating a TunaOS variant reference page
document build-matrix, sidebar, GHCR, ISO/R2, and generated screenshot conventions
link the guide from the repository CONTRIBUTING.md and the docs sidebar
Why
New contributors currently have to reverse-engineer variant pages and their generated data sources. This guide gives them a copyable skeleton, exact navigation and image rules, and a PR checklist.
Validation
git diff HEAD^ --check
local npm run typecheck / npm run build were not run because this checkout has no node_modules; CI should provide the project dependencies
Triage note — keeping this one. It is not superseded: there is no docs/variant-pages.md on main, and CONTRIBUTING.md has no "Adding a variant page" section.
The content holds up on review — it points at tunaOS/.github/build-config.yml as the source of truth for flavors and image tags, tells contributors not to hand-edit static/iso-index.json or the generated screenshot gallery, and warns against claiming an ISO for a container-only flavor. Those are exactly the failure modes that produce wrong install instructions, which is the same class of problem #347 was about (now gated by the checker merged in #362).
Blocked only on process:
Still a draft — needs to be marked ready for review.
Needs a rebase onto current main before merge; sidebars.ts has moved since 2026-08-15.
I did not rebase it because the PR head is on a fork this session cannot push to. Related issue: #231.
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
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
Why
New contributors currently have to reverse-engineer variant pages and their generated data sources. This guide gives them a copyable skeleton, exact navigation and image rules, and a PR checklist.
Validation
git diff HEAD^ --checknpm run typecheck/npm run buildwere not run because this checkout has nonode_modules; CI should provide the project dependenciesCloses #231