Files
SubMiner/docs-site
sudacode 504793eaed Harden Yomitan settings open flow for external profile mode
- Return status from `openYomitanSettings` and show user-facing warning when external read-only profile mode blocks settings
- Thread `yomitanSession` through settings runtime/opener deps so settings window uses the active session
- Expand tests for session forwarding and external profile path propagation
- Move AniList setup/token/CLI docs into the AniList section in configuration docs
2026-03-11 20:33:11 -07:00
..
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00
2026-03-10 19:47:16 -07:00

SubMiner Docs

In-repo VitePress documentation source for SubMiner.

Local development

bun --cwd docs-site install
bun run docs:dev

Build and preview:

bun run docs:build
bun run docs:preview
bun run docs:test

Direct package commands still work from docs-site/ if you prefer:

cd docs-site
bun install
bun run docs:dev

Cloudflare Pages

  • Git repo: ksyasuda/SubMiner
  • Root directory: docs-site
  • Build command: bun run docs:build
  • Build output directory: .vitepress/dist
  • Build watch paths: docs-site/*

Cloudflare Pages watch paths use a single * wildcard for monorepo subdirectories. docs-site/* matches nested files under the docs site; docs-site/** can cause docs-only pushes to be skipped.