From a91756d54a6b02c03f333a344969146045a44adb Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Mon, 7 Jul 2025 13:30:00 +1000 Subject: [PATCH] docs: remove colon from headings --- clanModules/importer/README.md | 2 +- clanServices/importer/README.md | 2 +- docs/site/decisions/04-fetching-nix-from-python.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clanModules/importer/README.md b/clanModules/importer/README.md index c75039925..80c55699a 100644 --- a/clanModules/importer/README.md +++ b/clanModules/importer/README.md @@ -7,7 +7,7 @@ The importer module allows users to configure importing modules in a flexible an It exposes the `extraModules` functionality of the inventory, without any added configuration. -## Usage: +## Usage ```nix inventory.services = { diff --git a/clanServices/importer/README.md b/clanServices/importer/README.md index 6ef1618d6..32538f532 100644 --- a/clanServices/importer/README.md +++ b/clanServices/importer/README.md @@ -1,7 +1,7 @@ The importer module allows users to configure importing modules in a flexible and structured way. It exposes the `extraModules` functionality of the inventory, without any added configuration. -## Usage: +## Usage ```nix inventory.instances = { diff --git a/docs/site/decisions/04-fetching-nix-from-python.md b/docs/site/decisions/04-fetching-nix-from-python.md index 5a5a39ef3..124bcaca1 100644 --- a/docs/site/decisions/04-fetching-nix-from-python.md +++ b/docs/site/decisions/04-fetching-nix-from-python.md @@ -28,7 +28,7 @@ Benefits: * Caching mechanism is very simple. -### Method 2: Direct access: +### Method 2: Direct access Directly calling the evaluator / build sandbox via `nix build` and `nix eval`within the Python code