mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
monitoring: remove redundant new lines in generated docs (#25019)
This commit is contained in:
parent
f3aa2962ab
commit
a11f952dcb
File diff suppressed because it is too large
Load Diff
@ -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" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user