Skip to content

Commit 4dd25dd

Browse files
committed
doc: Remove extra space in templated page_title value
1 parent ffff1c2 commit 4dd25dd

17 files changed

+17
-17
lines changed

templates/resources/automation_approval.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Automation"
55
description: |-
66
The resource `{{ .Name }}` covers configuration for automation workflow approval

templates/resources/direct_shares.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Documents"
55
description: |-
66
The resource `{{ .Name }}` covers configuration of direct shares for Documents (dashboards and notebooks) in Dynatrace.

templates/resources/document.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Documents"
55
description: |-
66
The resource `{{ .Name }}` covers configuration of Documents (dashboards and notebooks) in Dynatrace.

templates/resources/endpoint_detection_rules.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Service Detection"
55
description: |-
66
The resource `{{ .Name }}` covers configuration for endpoint detection rules

templates/resources/endpoint_detection_rules_optin.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Service Detection"
55
description: |-
66
The resource `{{ .Name }}` covers configuration for endpoint detection rules opt-in

templates/resources/failure_detection_rule_sets.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Service Detection"
55
description: |-
66
The resource `{{ .Name }}` covers configuration for failure detection rule sets

templates/resources/platform_slo.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Service-level Objective"
55
description: |-
66
The resource `{{ .Name }}` covers configuration for platform service-level objectives

templates/resources/rpc_based_sampling.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Service Monitoring"
55
description: |-
66
The resource `{{ .Name }}` covers configuration for trace sampling for RPC requests

templates/resources/segment.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Grail"
55
description: |-
66
The resource `{{ .Name }}` covers configuration of segments to logically structure and conveniently filter observability data across apps on the Dynatrace platform

templates/resources/service_detection_rules.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: ""
3-
page_title: " {{.Type}} - {{.ProviderName}}"
3+
page_title: "{{.Type}} - {{.ProviderName}}"
44
subcategory: "Service Detection"
55
description: |-
66
The resource `{{ .Name }}` covers configuration for service detection rules

0 commit comments

Comments
 (0)