Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga committed Jan 31, 2025
1 parent ca81ce1 commit 899e052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vale/styles/spelling-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ opentelemetry
order_by
Prefetch
profile_name
pseudocode
PyPI
query_peers
rebase
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ Infrahub from [OpsMill](https://opsmill.com) is taking a new approach to Infrast
- Choose your Infrahub deployment method:
- [Deploy an instance of Infrahub in the Cloud via GitHub Codespaces](https://github.com/opsmill/infrahub?tab=readme-ov-file#quick-start)
- [Deploy the demo environment on your infrastructure](./guides/installation)

![asd](https://youtu.be/yKNxeF4KMsY)
5 changes: 2 additions & 3 deletions docs/docs/topics/generator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The [GraphQL query](graphql) defines the data that will be collected when runnin

The Generator itself is a Python class that is based on the `InfrahubGenerator` class from the SDK. Just like [transforms](transformation) and [checks](check), the Generators are user defined.

## Video Guides
## Video guides

In this video series we’re diving into the concept of generators and services, exploring their significance, structure, and how they can streamline processes for teams. Whether you’re a developer or just curious about automation in IT, this guide will provide you with a comprehensive understanding of generators and their applications.

Expand All @@ -50,8 +50,7 @@ In the second video we will will look at how to plan a generator from coming up
<br />
</center>


In the third video we will look at how a generator can be created and run in Infrahub. Looking at the `.infrahub.yml` file the GraphQL query the generator will run against and finally the logic that will be run against Infrahub to create objects and bring the service to life.
In the third video we will look at how a generator can be created and run in Infrahub. Looking at the `.infrahub.yml` file the GraphQL query the generator will run against and finally the logic that will be run against Infrahub to create objects and bring the service to life.

<center>
<ReactPlayer url='https://www.youtube.com/watch?v=HSUVWm3Se28' light />
Expand Down

0 comments on commit 899e052

Please sign in to comment.