docs: add Transcription, Media Import, Account Security, and Setup Wizard guides#352
docs: add Transcription, Media Import, Account Security, and Setup Wizard guides#352level09 wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
apodacaduron
left a comment
There was a problem hiding this comment.
Awesome, super useful documentation
Adds four guide pages for public features that previously had no documentation. All content was verified against the code and kept free of secrets and internal infrastructure details.
guide/transcription.md) — local Whisper transcription of audio/video, model trade-offs, language detection, reviewing/correcting transcripts, searchability.guide/media-import.md) — bulk creation of Bulletins from media files via upload or server path, processing options (parse/OCR/transcribe), dedup. Includes the admin-only server-path import with theETL_ALLOWED_PATHrestriction and a warning to scope it to a dedicated folder.guide/account-security.md) — 2FA (TOTP) with recovery codes, passkeys/security keys, Google SSO, password policy, login CAPTCHA, and session behaviour. Framed as what users self-manage vs. what admins enforce.deployment/setup-wizard.md) — the first-run browser wizard, what each step covers, and the CLI alternative.Sidebar entries added under the relevant sections. Verified with
vitepress build(no dead links).