Archive stale documentation
This commit is contained in:
+3
-4
@@ -14,14 +14,14 @@ This folder contains project documentation for Overland Controller.
|
||||
|
||||
- `project-state.md` - Current project state
|
||||
- `roadmap.md` - Roadmap and future plans
|
||||
- `hardware-status.md` - Hardware status and bring-up notes
|
||||
- `decisions.md` - Architecture and implementation decisions
|
||||
|
||||
## Technical References
|
||||
|
||||
- `dashboard-esp32s3.md` - Current Waveshare ESP32-S3 dashboard plan
|
||||
- `protocol.md` - Legacy UART protocol reference
|
||||
- `wiring.md` - Older wiring notes; verify against `HARDWARE.md` before use
|
||||
- `CONFIGURATION.md` - Configuration model and setup concepts
|
||||
- `TEMP_SETUP.md` - DS18B20 temperature sensor setup
|
||||
- `UART_PROTOCOL.md` - Optional UART diagnostics protocol
|
||||
|
||||
## Archive
|
||||
|
||||
@@ -29,7 +29,6 @@ Older or duplicate documents have been moved to `archive/`.
|
||||
|
||||
Archived documents are kept for history, but the primary documents above should be treated as the current source of truth.
|
||||
|
||||
|
||||
## Parity
|
||||
|
||||
- `PARITY_MATRIX.md` - Command parity across USB serial, UART JSON, and HTTP API
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
# Legacy Current-Cleanup Archive
|
||||
|
||||
These files were moved out of the active docs during the June 2026 documentation cleanup.
|
||||
|
||||
They are retained for historical reference only. Current source-of-truth docs are:
|
||||
|
||||
- `docs/ARCHITECTURE.md`
|
||||
- `docs/HARDWARE.md`
|
||||
- `docs/ROADMAP.md`
|
||||
- `docs/API.md`
|
||||
- `docs/dashboard-esp32s3.md`
|
||||
|
||||
Do not use the archived Pico/UART wiring or handoff notes for current implementation work.
|
||||
Reference in New Issue
Block a user