From 992f8978786dd992dddd460bfe30c8d0d5c1fb7d Mon Sep 17 00:00:00 2001 From: Beda Schmid Date: Sat, 21 Feb 2026 11:34:09 -0300 Subject: [PATCH] Removed redundant instruction in doc/README.md --- doc/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/README.md b/doc/README.md index 379882c..e4c135e 100644 --- a/doc/README.md +++ b/doc/README.md @@ -10,9 +10,3 @@ This directory contains technical documentation for DMS. - `data-model-reference.md` - database entity definitions and lifecycle states - `operations-and-configuration.md` - runtime operations, ports, volumes, and configuration values - `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.