Skip to content

Commit f819466

Browse files
authored
Merge pull request #673 from opsmill/pmc-20251201-docs
Pmc-20251201-docs
2 parents d51e287 + 89c5b0a commit f819466

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: "Check out repository code"
105105
uses: "actions/checkout@v6"
106106
- name: "Linting: markdownlint"
107-
uses: DavidAnson/markdownlint-cli2-action@v20
107+
uses: DavidAnson/markdownlint-cli2-action@v21
108108
with:
109109
config: .markdownlint.yaml
110110
globs: |

docs/_templates/sdk_template_reference.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following filters are those that are [shipped with Jinja2](https://jinja.pal
99

1010
<!-- vale off -->
1111
| Name | Trusted |
12-
|----------|----------|
12+
| ---- | ------- |
1313
{% for filter in builtin %}
1414
| {{ filter.name }} | {% if filter.trusted %}{% else %}{% endif %} |
1515
{% endfor %}
@@ -20,7 +20,7 @@ The following filters are those that are [shipped with Jinja2](https://jinja.pal
2020
The following Jinja2 filters from <a href="https://netutils.readthedocs.io">Netutils</a> are included within Infrahub.
2121
<!-- vale off -->
2222
| Name | Trusted |
23-
|----------|----------|
23+
| ---- | ------- |
2424
{% for filter in netutils %}
2525
| {{ filter.name }} | {% if filter.trusted %}{% else %}{% endif %} |
2626
{% endfor %}

docs/docs/python-sdk/reference/templating.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following filters are those that are [shipped with Jinja2](https://jinja.pal
99

1010
<!-- vale off -->
1111
| Name | Trusted |
12-
|----------|----------|
12+
| ---- | ------- |
1313
| abs | |
1414
| attr | |
1515
| batch | |
@@ -71,7 +71,7 @@ The following filters are those that are [shipped with Jinja2](https://jinja.pal
7171
The following Jinja2 filters from <a href="https://netutils.readthedocs.io">Netutils</a> are included within Infrahub.
7272
<!-- vale off -->
7373
| Name | Trusted |
74-
|----------|----------|
74+
| ---- | ------- |
7575
| abbreviated_interface_name | |
7676
| abbreviated_interface_name_list | |
7777
| asn_to_int | |

docs/docs/python-sdk/topics/object_file.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ spec:
7272

7373
The `parameters` field controls how the data in the object file is processed before loading into Infrahub:
7474

75-
| Parameter | Description | Default |
76-
|-----------|-------------|---------|
75+
| Parameter | Description | Default |
76+
| -------------- | ------------------------------------------------------------------------------------------------------- | ------- |
7777
| `expand_range` | When set to `true`, range patterns (e.g., `[1-5]`) in string fields are expanded into multiple objects. | `false` |
7878

7979
When `expand_range` is not specified, it defaults to `false`.

0 commit comments

Comments
 (0)