Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Oct 23, 2024
1 parent c3b99db commit 00124fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ Each chart has a Makefile with targets to automate much of the process.
Each component has its own guide for contributing:

{{/** [Main Helm chart](./charts/k8s-monitoring/README.md#Contributing)*/}}
* [Feature subcharts](./charts/k8s-monitoring/docs/Features.md#Contributing)

- [Feature subcharts](./charts/k8s-monitoring/docs/Features.md#Contributing)
- [Destinations](./charts/k8s-monitoring/docs/Destinations/README.md#Contributing)

{{/** [Integrations](./charts/feature-integrations/README.md#Contributing)*/}}
* [Destinations](./charts/k8s-monitoring/docs/Destinations/README.md#Contributing)

## Building

Expand Down
4 changes: 2 additions & 2 deletions charts/k8s-monitoring/docs/destinations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ podLogs:

## Contributing

Destinations use a set of special files to define the destination configuration. These files are used to generate the
Destinations use a specific set of files to define the destination configuration. These files are used to generate the
destination configuration and documentation.

Several files are used for defining a destination:
Expand All @@ -160,7 +160,7 @@ Several files are used for defining a destination:
- `destinations.&lt;destination slug&gt;.ecosystem` - Returns the telemetry data ecosystem.
- `destinations.&lt;destination slug&gt;.&lt;ecosystem&gt;.&lt;data type&gt;.target` - Returns the name of the Alloy target where telemetry data of the matching type and ecosystem should be sent.
Multiple target template functions can be made to support converting from one ecosystem to another.
- `docs/destinations/.doc_templates/&lt;destination slug&gt;.gotmpl` - The documentation template file for the
- `docs/destinations/.doc_templates/&lt;destination slug&gt;.gotmpl` - The optional documentation template file for the
destination. This file can include examples, usage instructions, and other information about the destination.

### Generated files
Expand Down

0 comments on commit 00124fb

Please sign in to comment.