doc organization

This commit is contained in:
2025-04-16 21:48:00 -04:00
parent d32fd4690d
commit a86c7b74aa
5 changed files with 75 additions and 0 deletions

View File

@@ -48,6 +48,15 @@ Note - this requires that you leverage SimpleFileUpload-Server
- Upload history filtering and search
- QR code generation for quick sharing
## Documentation
Detailed documentation about specific features and processes can be found in the `docs/` directory:
- [Project Documentation](PROJECT.md) - Project structure and documentation guidelines
- [Chunked Upload](docs/CHUNKED_UPLOAD.md) - Implementation of chunked uploads for large files
- [Large File Upload Analysis](docs/LARGE_UPLOAD.md) - Analysis and improvements for large file uploads
- [Release Process](docs/RELEASE_PROCESS.md) - Detailed release process guidelines
## Development and Releases
### Automated Releases with GitHub Actions