This is an automated email from the ASF dual-hosted git repository. bcall pushed a commit to branch modernize-website in repository https://gitbox.apache.org/repos/asf/trafficserver-site.git
commit 2caa3ef2989c2ce759e86aaa31018563fed8e4fb Author: Bryan Call <[email protected]> AuthorDate: Wed Dec 24 14:15:42 2025 -0800 Move documentation files to /docs/ directory - Moved DESIGN_PLAN.md to docs/ - Moved IMPLEMENTATION_COMPLETE.md to docs/ - Moved README.md to docs/ - Moved TESTING_REPORT.md to docs/ - Keeps documentation separate from web content - content/newsite/ now contains only HTML/CSS/JS files --- {content/newsite => docs}/DESIGN_PLAN.md | 0 {content/newsite => docs}/IMPLEMENTATION_COMPLETE.md | 0 {content/newsite => docs}/README.md | 0 {content/newsite => docs}/TESTING_REPORT.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/content/newsite/DESIGN_PLAN.md b/docs/DESIGN_PLAN.md similarity index 100% rename from content/newsite/DESIGN_PLAN.md rename to docs/DESIGN_PLAN.md diff --git a/content/newsite/IMPLEMENTATION_COMPLETE.md b/docs/IMPLEMENTATION_COMPLETE.md similarity index 100% rename from content/newsite/IMPLEMENTATION_COMPLETE.md rename to docs/IMPLEMENTATION_COMPLETE.md diff --git a/content/newsite/README.md b/docs/README.md similarity index 100% rename from content/newsite/README.md rename to docs/README.md diff --git a/content/newsite/TESTING_REPORT.md b/docs/TESTING_REPORT.md similarity index 100% rename from content/newsite/TESTING_REPORT.md rename to docs/TESTING_REPORT.md
