monitoring: remove redundant new lines in generated docs (#25019)

This commit is contained in:
Robert Lin 2021-09-15 20:57:09 -04:00 committed by GitHub
parent f3aa2962ab
commit a11f952dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 597 additions and 1789 deletions

File diff suppressed because it is too large Load Diff

View File

@ -166,7 +166,7 @@ func (d *documentation) renderAlertSolutionEntry(c *Container, o Observable) err
func (d *documentation) renderDashboardPanelEntry(c *Container, g Group, o Observable, panelID uint) error {
fprintObservableHeader(&d.dashboards, c, &o, 4)
fprintSubtitle(&d.dashboards, fmt.Sprintf("%s\n\n", upperFirst(o.Description)))
fprintSubtitle(&d.dashboards, upperFirst(o.Description))
// render interpretation reference if available
if o.Interpretation != "" && o.Interpretation != "none" {