Skip to content

Commit

Permalink
markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Feb 19, 2025
1 parent 0e149fc commit 4ae22c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/artifact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ infrahubctl schema load /tmp/schema.yml

## Creating a group and adding members

We need to create a group for every Artifact Definition that we will define. An artifact will be generated for every member that is part of that group.
We need to create a group for every Artifact Definition that we will define. An artifact will be generated for every member that is part of that group.

Create a Standard Group with the name `DeviceGroup` and add `NetworkDevice` `switch1`, `switch2` and `switch3` as a member.

Expand Down
2 changes: 0 additions & 2 deletions docs/docs/guides/jinja2-transform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The goal of this guide is to develop a Jinja Transform and add it to Infrahub, w
6. Add the repository to Infrahub as an external repository
7. Validate that the transform works by using the render API endpoint


## 1. Loading a schema

In this guide we are going to work with a very simplistic network device model. I won't provide a rendered template that is very useful, the goal is instead to show how the Jinja Rendering works. Once you have mastered the basics you will be ready to go on to create more advanced template.
Expand Down Expand Up @@ -140,7 +139,6 @@ mkdir device_config_render

Then save the below query as a text file named `device_config.gql`.


```graphql
query DeviceQuery($name: String!) {
NetworkDevice(name__value: $name) {
Expand Down
1 change: 0 additions & 1 deletion docs/docs/guides/python-transform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ mkdir device_config_render

Then save the below query as a text file named `device_config.gql`.


```graphql
query DeviceQuery($name: String!) {
NetworkDevice(name__value: $name) {
Expand Down

0 comments on commit 4ae22c9

Please sign in to comment.