docs: remove colon from headings

This commit is contained in:
Michael Hoang
2025-07-07 13:30:00 +10:00
parent d608aab7ed
commit a91756d54a
3 changed files with 3 additions and 3 deletions

View File

@@ -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. It exposes the `extraModules` functionality of the inventory, without any added configuration.
## Usage: ## Usage
```nix ```nix
inventory.services = { inventory.services = {

View File

@@ -1,7 +1,7 @@
The importer module allows users to configure importing modules in a flexible and structured way. 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. It exposes the `extraModules` functionality of the inventory, without any added configuration.
## Usage: ## Usage
```nix ```nix
inventory.instances = { inventory.instances = {

View File

@@ -28,7 +28,7 @@ Benefits:
* Caching mechanism is very simple. * 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 Directly calling the evaluator / build sandbox via `nix build` and `nix eval`within the Python code