From 14a221d1d1c0bc9029950e12eb3f1a3d15e27e12 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 8 Jul 2025 10:01:51 +0200 Subject: [PATCH] Docs: remove 'replaces' sentence; it is not describing any purpose --- docs/nix/render_options/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/nix/render_options/__init__.py b/docs/nix/render_options/__init__.py index fd8bf49dd..adbc96d1c 100644 --- a/docs/nix/render_options/__init__.py +++ b/docs/nix/render_options/__init__.py @@ -452,7 +452,6 @@ Each `clanService`: * Is a module of class **`clan.service`** * Can define **roles** (e.g., `client`, `server`) * Uses **`inventory.instances`** to configure where and how it is deployed -* Replaces the legacy `clanModules` and `inventory.services` system altogether !!! Note `clanServices` are part of Clan's next-generation service model and are intended to replace `clanModules`.