Removed redundant instruction in doc/README.md

This commit is contained in:
2026-02-21 11:34:09 -03:00
parent 6501841426
commit 992f897878

View File

@@ -10,9 +10,3 @@ This directory contains technical documentation for DMS.
- `data-model-reference.md` - database entity definitions and lifecycle states - `data-model-reference.md` - database entity definitions and lifecycle states
- `operations-and-configuration.md` - runtime operations, ports, volumes, and configuration values - `operations-and-configuration.md` - runtime operations, ports, volumes, and configuration values
- `frontend-design-foundation.md` - frontend visual system, tokens, and UI implementation rules - `frontend-design-foundation.md` - frontend visual system, tokens, and UI implementation rules
## Documentation Rules
- Keep this file as the documentation index and add new technical documents here.
- Update referenced documents whenever behavior, routes, models, or runtime configuration change.
- Prefer concise, implementation-backed descriptions with explicit paths to source modules.