From b8c7329635f0a6bba35e3c353e85fb3ab15e9317 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 9 Sep 2025 09:28:56 -0600 Subject: [PATCH] Organize documentation files into docs/ directory --- BLOG_NOTES.md => docs/BLOG_NOTES.md | 0 DEV_LOG.md => docs/DEV_LOG.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename BLOG_NOTES.md => docs/BLOG_NOTES.md (100%) rename DEV_LOG.md => docs/DEV_LOG.md (100%) diff --git a/BLOG_NOTES.md b/docs/BLOG_NOTES.md similarity index 100% rename from BLOG_NOTES.md rename to docs/BLOG_NOTES.md diff --git a/DEV_LOG.md b/docs/DEV_LOG.md similarity index 100% rename from DEV_LOG.md rename to docs/DEV_LOG.md