From 9f385ed9972f7310ff58da7822e0cb3e4605a2c2 Mon Sep 17 00:00:00 2001 From: JakkrapartXD Date: Wed, 24 Dec 2025 17:32:11 +0700 Subject: [PATCH] docs: Relocate ERD documentation to a new `ER/` subdirectory and update its README. --- docs/api-docs/{ => ER}/ERD v.1.txt | 0 docs/api-docs/{ => ER}/ERD_v2_improved.txt | 0 docs/api-docs/{ERD_README.md => ER/README.md} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename docs/api-docs/{ => ER}/ERD v.1.txt (100%) rename docs/api-docs/{ => ER}/ERD_v2_improved.txt (100%) rename docs/api-docs/{ERD_README.md => ER/README.md} (100%) diff --git a/docs/api-docs/ERD v.1.txt b/docs/api-docs/ER/ERD v.1.txt similarity index 100% rename from docs/api-docs/ERD v.1.txt rename to docs/api-docs/ER/ERD v.1.txt diff --git a/docs/api-docs/ERD_v2_improved.txt b/docs/api-docs/ER/ERD_v2_improved.txt similarity index 100% rename from docs/api-docs/ERD_v2_improved.txt rename to docs/api-docs/ER/ERD_v2_improved.txt diff --git a/docs/api-docs/ERD_README.md b/docs/api-docs/ER/README.md similarity index 100% rename from docs/api-docs/ERD_README.md rename to docs/api-docs/ER/README.md