Skip to content

Commit f3d96fa

Browse files
authored
Fix playlist.md formatting (#470)
1 parent a28e9e7 commit f3d96fa

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/resources/playlist.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
page_title: "grafana_playlist Resource - terraform-provider-grafana"
44
subcategory: ""
55
description: |-
6-
* [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/playlist/)
7-
* [HTTP API](https://grafana.com/docs/grafana/latest/http_api/playlist/)
6+
Official documentation https://grafana.com/docs/grafana/latest/dashboards/playlist/HTTP API https://grafana.com/docs/grafana/latest/http_api/playlist/
87
---
98

109
# grafana_playlist (Resource)
1110

1211
* [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/playlist/)
13-
* [HTTP API](https://grafana.com/docs/grafana/latest/http_api/playlist/)
12+
* [HTTP API](https://grafana.com/docs/grafana/latest/http_api/playlist/)
1413

1514

1615

grafana/resource_playlist.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ func ResourcePlaylist() *schema.Resource {
2323
},
2424

2525
Description: `
26-
* [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/playlist/)
27-
* [HTTP API](https://grafana.com/docs/grafana/latest/http_api/playlist/)
28-
`,
26+
* [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/playlist/)
27+
* [HTTP API](https://grafana.com/docs/grafana/latest/http_api/playlist/)
28+
`,
2929

3030
Schema: map[string]*schema.Schema{
3131
"name": {

0 commit comments

Comments
 (0)