docs: remove colon from headings
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user