4cacab01f4
* Use relative aliases for all non-current Grafana aliases Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
20 lines
539 B
Markdown
20 lines
539 B
Markdown
---
|
|
aliases:
|
|
- ../features/panels/text/
|
|
- ../panels/visualizations/text-panel/
|
|
- ../reference/alertlist/
|
|
keywords:
|
|
- grafana
|
|
- text
|
|
- documentation
|
|
- panel
|
|
title: Text
|
|
weight: 1100
|
|
---
|
|
|
|
# Text
|
|
|
|
The text panel visualization lets you make information and description panels for your dashboards.
|
|
|
|
In **Mode**, select whether you want to use markdown or HTML to style your text, then enter content in the box below. Grafana includes a title and paragraph to help you get started, or you can paste content in from another editor.
|