Skip to content

Commit 6634179

Browse files
committed
Fix failing doc check
1 parent 9b4beef commit 6634179

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/resources/playlist.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
page_title: "grafana_playlist Resource - terraform-provider-grafana"
44
subcategory: "Grafana OSS"
55
description: |-
6+
Manages Grafana playlists.
67
Official documentation https://grafana.com/docs/grafana/latest/dashboards/create-manage-playlists/HTTP API https://grafana.com/docs/grafana/latest/developers/http_api/playlist/
78
---
89

910
# grafana_playlist (Resource)
1011

12+
Manages Grafana playlists.
13+
1114
* [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/create-manage-playlists/)
1215
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/playlist/)
1316

internal/resources/grafana/resource_playlist.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ func (r *playlistResource) Metadata(ctx context.Context, req resource.MetadataRe
8989
func (r *playlistResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
9090
resp.Schema = schema.Schema{
9191
MarkdownDescription: `
92+
Manages Grafana playlists.
93+
9294
* [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/create-manage-playlists/)
9395
* [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/playlist/)
9496
`,

0 commit comments

Comments
 (0)