[docs](trx-rs): consolidate documentation into docs/ wiki

Move scattered documentation into the docs/ submodule (GitHub wiki):
- OVERVIEW.md → docs/ARCHITECTURE.md
- SCHEDULER.md, aidocs/CONFIGURATION.md, aidocs/AUTH.md → docs/MANUAL.md
- OPTIMIZATION.md → docs/OPTIMIZATION_GUIDELINES.md
- RECORDER.md → docs/NEXT.md
- Remove aidocs/ (content migrated or obsolete)
- Update README.md documentation links

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-25 20:45:50 +01:00
parent 6eb0f3a116
commit 83c96518a2
16 changed files with 3 additions and 3275 deletions
+2 -1
View File
@@ -173,7 +173,8 @@ See [`examples/trx-plugin-example/README.md`](examples/trx-plugin-example/README
## Documentation
- [`OVERVIEW.md`](OVERVIEW.md): architecture and design overview
- [User Manual](docs/MANUAL.md): configuration, features, and usage
- [Architecture](docs/ARCHITECTURE.md): system design, crate layout, data flow, and internals
- [`CONTRIBUTING.md`](CONTRIBUTING.md): contribution and commit rules
## Project Status