Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/angular_deprecation/"]
|
||||
keywords = ["grafana", "documentation", "developers", "resources"]
|
||||
title = "Angular support deprecation"
|
||||
weight = 500
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/angular_deprecation/
|
||||
keywords:
|
||||
- grafana
|
||||
- documentation
|
||||
- developers
|
||||
- resources
|
||||
title: Angular support deprecation
|
||||
weight: 500
|
||||
---
|
||||
|
||||
# Angular support deprecation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user