Files
afilmory/docs/README.md
Innei d5a2ea4db2 feat: enhance documentation and add new features for Afilmory
- Introduced a comprehensive `DEVELOPMENT.md` guide for contributors and self-hosters, detailing workspace layout and common commands.
- Updated `README.md` to include links to the new development guide and improved deployment instructions.
- Added new documentation files covering architecture, builder pipeline, configuration, and deployment strategies.
- Implemented new storage provider documentation for Backblaze B2, Eagle, GitHub, and local storage options.
- Enhanced the UI components with new features, including a navigation context and improved theme handling.
- Removed outdated GitHub Action deployment documentation.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-23 19:40:51 +08:00

12 lines
628 B
Markdown

# Documentation
Afilmory is a modular photo gallery platform with a React SPA, a Next.js SEO/SSR wrapper, and a builder that turns your photo storage into a manifest + thumbnails. Use this index to find what you need:
- Architecture overview: `architecture.md`
- Configuration guide (site + builder + env): `configuration.md`
- Deployment and hosting: `deployment.md`
- Builder pipeline and commands: `builder.md`
- Backend specifics: `backend/tenant-flow.md`, `backend/billing-plans.md`
For day-to-day development commands, see the root `DEVELOPMENT.md`. For high-level product context, start at the repository `README.md`.