more doc tidy

This commit is contained in:
Joel Krauska
2025-11-03 14:50:43 -08:00
parent 0b438366f1
commit 0139169c7d
3 changed files with 167 additions and 1 deletions
+2 -1
View File
@@ -2,11 +2,12 @@
This directory contains technical documentation for MeshView that goes beyond initial setup and basic usage.
These documents are intended for developers, contributors, and advanced users who need deeper insight into the system's architecture, database migrations, and internal workings.
These documents are intended for developers, contributors, and advanced users who need deeper insight into the system's architecture, database migrations, API endpoints, and internal workings.
## Contents
- [ALEMBIC_SETUP.md](ALEMBIC_SETUP.md) - Database migration setup and management
- [TIMESTAMP_MIGRATION.md](TIMESTAMP_MIGRATION.md) - Details on timestamp schema changes
- **API Documentation** - REST API endpoints and usage (coming soon)
For initial setup and basic usage instructions, please see the main [README.md](../README.md) in the root directory.