From 214e6df186686d811d6682533a4e9ffdf892489a Mon Sep 17 00:00:00 2001 From: joshuaaferguson Date: Sat, 25 Apr 2026 17:39:06 -0700 Subject: [PATCH] docs: move V2_BETA_RELEASE_NOTES + V2_DEPLOYMENT_GUIDE to historical/ Both docs are v2.0-beta-1 era and are no longer the current reference: - docs/V2_BETA_RELEASE_NOTES.md -> docs/historical/ Release notes for v2.0-beta.1, frozen in time. - docs/V2_DEPLOYMENT_GUIDE.md -> docs/historical/ 2293-line deployment guide written against the v2.0-beta-VNC stack; the current deployment quick reference is docs/DEPLOYMENT.md. Updated docs/API_REFERENCE.md to link to the active DEPLOYMENT.md instead of the moved historical doc. Other links to these files live in CHANGELOG.md and inside docs/historical/* and are intentionally left as-is (historical records pointing to other historical records). --- docs/API_REFERENCE.md | 4 ++-- docs/{ => historical}/V2_BETA_RELEASE_NOTES.md | 0 docs/{ => historical}/V2_DEPLOYMENT_GUIDE.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{ => historical}/V2_BETA_RELEASE_NOTES.md (100%) rename docs/{ => historical}/V2_DEPLOYMENT_GUIDE.md (100%) diff --git a/docs/API_REFERENCE.md b/docs/API_REFERENCE.md index 3cd47828..a53e3fba 100644 --- a/docs/API_REFERENCE.md +++ b/docs/API_REFERENCE.md @@ -1501,6 +1501,6 @@ done **StreamSpace Version**: v2.0.0-beta.1 For more information, see: -- [Deployment Guide](V2_DEPLOYMENT_GUIDE.md) -- [Migration Guide](MIGRATION_V1_TO_V2.md) +- [Deployment Guide](DEPLOYMENT.md) +- [Migration Guide](historical/MIGRATION_V1_TO_V2.md) (frozen — v1 is gone) - [Architecture Documentation](ARCHITECTURE.md) diff --git a/docs/V2_BETA_RELEASE_NOTES.md b/docs/historical/V2_BETA_RELEASE_NOTES.md similarity index 100% rename from docs/V2_BETA_RELEASE_NOTES.md rename to docs/historical/V2_BETA_RELEASE_NOTES.md diff --git a/docs/V2_DEPLOYMENT_GUIDE.md b/docs/historical/V2_DEPLOYMENT_GUIDE.md similarity index 100% rename from docs/V2_DEPLOYMENT_GUIDE.md rename to docs/historical/V2_DEPLOYMENT_GUIDE.md