docs: reorganize documentation into server/ and web/ directories

- docs: move server docs to docs/server/ and update all cross-references
- docs: move web-roadmap.md to docs/web/roadmap.md and create
  docs/web/decisions.md
- docs: update AGENTS.md with separate Server and Web sections
This commit is contained in:
2026-07-14 17:07:42 +08:00
parent b49bf648be
commit 9f13c0a23a
10 changed files with 109 additions and 60 deletions
+2 -2
View File
@@ -39,10 +39,10 @@ MyGO is a WebDisk (cloud drive) server, written in Go.
## Frontend
The frontend uses React + TypeScript and communicates with the backend via HTTP API. Frontend source is maintained in a separate repository.
The frontend uses React + TypeScript and communicates with the backend via HTTP API. Frontend source is maintained in `web/`.
---
## Development
See `docs/development.md` for build and test workflows. See `AGENTS.md` for behavioral conventions.
See `docs/README.md` for the server and Web documentation index. See `AGENTS.md` for behavioral conventions.