What problem does it solve?
Provides a consistent, repeatable process for creating and updating project documentation for peek-stash-browser, preventing broken links, inconsistent styles, and stale API references.
Core Features & Use Cases
- Guides authors to use MkDocs with the Material theme and to place content in the correct docs/ subdirectories (getting-started, user-guide, development, reference, plans).
- Documents the automated API reference generation from TypeScript via server/scripts/generate-api-docs.ts and the CI triggers that rebuild the site on relevant source changes.
- Covers redirects, local preview, design and implementation plan templates, and conventions for page structure, admonitions, and troubleshooting; useful when adding features, updating installation steps, or moving pages.
Quick Start
Update the getting-started/installation.md page to document Docker and JWT setup, then regenerate the API reference by running the server scripts to rebuild docs.