mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-01 06:12:07 -07:00
- Move ~35 completed tasks from backlog/tasks/ to backlog/completed/ - Add ordinal fields to remaining in-progress task files - Mark task-255 (playlist browser modal) as Done with final notes
1.3 KiB
1.3 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, priority, ordinal
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | ordinal | |
|---|---|---|---|---|---|---|---|---|---|---|
| TASK-251 | Docs: add subtitle sidebar and Jimaku integration pages | Done | 2026-03-29 22:36 | 2026-03-31 19:37 |
|
medium | 164500 |
Description
Track the docs-site update that adds a dedicated subtitle sidebar page, links Jimaku integration from the homepage/config docs, and refreshes the docs-site theme styling used by those pages.
Acceptance Criteria
- #1 docs-site nav includes a Subtitle Sidebar entry
- #2 Subtitle Sidebar page documents layout, shortcut, and config options
- #3 Jimaku integration page and configuration docs link to the new docs page
- #4 Changelog fragment exists for the user-visible docs release note
Final Summary
Added the subtitle sidebar docs page and nav entry, linked Jimaku integration from the homepage/config docs, refreshed docs-site styling tokens, and recorded the release note fragment. Verified with bun run changelog:lint, bun run docs:test, bun run docs:build, and bun run build. Full repo test gate still has pre-existing failures in bun run test:fast and bun run test:env unrelated to these docs changes.