Onboarding and help center for BOS
Find a file
Breadway a0960948ea CI: single-trunk model — dev triggers on main, beta becomes RC-tag-triggered
Replaces the dev/beta branch split with one trunk (main): dev-track
builds still publish on every push, but the beta track now publishes
from a vX.Y.Z-rc.N prerelease tag instead of a separately-maintained
beta branch. Removes the branch nobody reliably kept in sync.
2026-07-31 11:05:29 +08:00
.forgejo/workflows CI: single-trunk model — dev triggers on main, beta becomes RC-tag-triggered 2026-07-31 11:05:29 +08:00
content breadhelp 0.2.0: live guided tour overlay replacing static onboarding 2026-07-15 18:48:10 +08:00
packaging Drop GitHub mirror workflow for now (Forgejo-only remote) 2026-07-15 19:04:31 +08:00
src Rename .title CSS class to .page-title to avoid libadwaita collision 2026-07-30 20:01:33 +08:00
.gitignore random commit message, read it yourself 2026-07-22 11:49:40 +08:00
bakery.toml Onboard onto bakery: bakery.toml + dev/beta/release CI, relocate content paths 2026-07-23 10:10:30 +08:00
Cargo.lock Update Cargo.lock to bread-ecosystem's latest merged dev commit 2026-07-31 09:09:28 +08:00
Cargo.toml Rename .title CSS class to .page-title to avoid libadwaita collision 2026-07-30 20:01:33 +08:00
LICENSE Add standalone repo scaffolding (README, packaging, CI) 2026-07-15 19:00:30 +08:00
README.md CI: install gtk4-layer-shell before makepkg dependency check 2026-07-15 19:08:21 +08:00

breadhelp

Onboarding and help center for BOS (Bread Operating System) — GTK4, a searchable guide library, an interactive keybind viewer, a troubleshooting wizard with one-click fixes, and a live guided tour overlay that spotlights real on-screen bread* apps (breadbar, breadbox, ...) instead of walking through a static wizard.

Split out of the bos repo into its own repo so a breadhelp release doesn't require a BOS ISO release, and vice versa. Pacman-packaged (not bakery-managed) — see packaging/README.md.

Building

cargo build --release

Packaging / releasing

See packaging/README.md. In short: bump Cargo.toml's version, tag vX.Y.Z, push the tag to forgejo.forgejo/workflows/package.yml builds and publishes to the [breadway] pacman repo automatically.