From 0b438366f17ff7066b667f2085fa3df2e3e21df7 Mon Sep 17 00:00:00 2001 From: Joel Krauska Date: Mon, 3 Nov 2025 14:48:09 -0800 Subject: [PATCH] add readme in docs: --- docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..9166142 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,12 @@ +# Technical Documentation + +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. + +## Contents + +- [ALEMBIC_SETUP.md](ALEMBIC_SETUP.md) - Database migration setup and management +- [TIMESTAMP_MIGRATION.md](TIMESTAMP_MIGRATION.md) - Details on timestamp schema changes + +For initial setup and basic usage instructions, please see the main [README.md](../README.md) in the root directory.