From 9de40894274ea6bf6ac8523feb18fcc46145d252 Mon Sep 17 00:00:00 2001 From: 5000user5000 Date: Sat, 30 May 2026 22:43:20 +0800 Subject: [PATCH] docs: remove local-only docs from README structure --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e4a78ea..ab349cd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Core capabilities: ├── frontend/ Vite React UI, Vitest tests, frontend coverage ├── deploy/ Nginx and Docker Compose deployment references ├── docs/ Shared project documentation -├── local_docs/ Local notes and presentation-only artifacts ├── sonar-project.properties Root aggregate SonarQube scan configuration └── README.md Main project guide ```