Skip to content

Commit e995502

Browse files
authored
fixed broken links, removed Preview banner, and added further reading links to new examples doc (#28925)
1 parent 7933255 commit e995502

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

content/en/dashboards/guide/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cascade:
3333
{{< nextlink href="/dashboards/guide/version_history" >}}Version History{{< /nextlink >}}
3434
{{< nextlink href="/dashboards/guide/graphing_json/" >}}Graphing with JSON{{< /nextlink >}}
3535
{{< nextlink href="/dashboards/guide/using_vega_lite_in_wildcard_widgets/" >}}Using Vega-Lite with Wildcard Widgets in Datadog{{< /nextlink >}}
36-
{{< nextlink href="/dashboards/guide/wildcard_examples" >}}Wildcard widget Examples{{< /nextlink >}}
36+
{{< nextlink href="/dashboards/guide/wildcard_examples" >}}Wildcard Widget Examples{{< /nextlink >}}
3737
{{< nextlink href="/dashboards/guide/graphing_json/" >}}Graphing with JSON
3838
{{< /nextlink >}}
3939
{{< nextlink href="/dashboards/guide/tv_mode" >}}Using TV mode for Dashboards

content/en/dashboards/guide/using_vega_lite_in_wildcard_widgets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ further_reading:
44
- link: "https://docs.datadoghq.com/dashboards/widgets/wildcard/"
55
tag: "Documentation"
66
text: "Learn more about the Wildcard widget"
7-
- link: "https://docs.datadoghq.com/dashboards/guide/widget_colors/"
7+
- link: "https://docs.datadoghq.com/dashboards/guide/wildcard_examples"
88
tag: "Documentation"
9-
text: "Selecting the right colors for your graphs"
9+
text: "Wildcard Widget Examples"
1010
- link: "https://docs.datadoghq.com/dashboards/guide/context-links/#context-links-variables"
1111
tag: "Documentation"
1212
text: "Using Context Links in Dashboards"

content/en/dashboards/guide/wildcard_examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Wildcard Widget Examples
33
further_reading:
4-
- link: "/dashboards/wildcard_widget"
4+
- link: "/dashboards/widgets/wildcard"
55
tag: "Documentation"
66
text: "Learn more about the Wildcard widget"
77
- link: "/dashboards/guide/using_vega_lite_in_wildcard_widgets"

content/en/dashboards/widgets/wildcard.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ further_reading:
55
- link: "/dashboards/guide/using_vega_lite_in_wildcard_widgets/"
66
tag: "Documentation"
77
text: "Learn more about using Vega-Lite with Wildcard widgets"
8+
- link: "https://docs.datadoghq.com/dashboards/guide/wildcard_examples"
9+
tag: "Documentation"
10+
text: "Wildcard Widget Examples"
811
- link: "https://vega.github.io/vega-lite/tutorials/getting_started.html"
912
tag: "Vega Tutorial"
1013
text: "Introduction to Vega-Lite"
11-
- link: "https://vega.github.io/vega-lite/tutorials/explore.html"
12-
tag: "Vega Tutorial"
13-
text: "Exploring Data"
1414
---
1515

16-
{{< callout url="https://forms.gle/tLdC1AqhVizD3wCp7" btn_hidden="false" header="Access the Preview!">}}
17-
Wildcard widgets are in Preview. Sign up for access!
18-
{{< /callout >}}
19-
2016
## Overview
2117

2218
The Wildcard widget in Datadog extends the flexibility of the [open-source Vega-Lite][1] "Grammar of Graphics" language, and integrates it with the Datadog platform. The Wildcard widget allows you to create graphs that are not available within native Datadog widgets and query systems.

0 commit comments

Comments
 (0)