From f984c4cbe7c0cdc388afccb932428b07ca04eb70 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Thu, 22 May 2025 10:34:58 -0400 Subject: [PATCH] Docs: Fixed broken links (#105796) --- .../observability-as-code/schema-v2/_index.md | 22 +++++++++---------- .../schema-v2/layout-schema.md | 18 +++++++-------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/sources/observability-as-code/schema-v2/_index.md b/docs/sources/observability-as-code/schema-v2/_index.md index 207b85dc891..c86fd130818 100644 --- a/docs/sources/observability-as-code/schema-v2/_index.md +++ b/docs/sources/observability-as-code/schema-v2/_index.md @@ -148,31 +148,31 @@ The table includes default and other fields: ### `annotations` The configuration for the list of annotations that are associated with the dashboard. -For the JSON and field usage notes, refer to the [annotations schema documentation](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/annotations-schema/). +For the JSON and field usage notes, refer to the [annotations schema documentation](https://grafana.com/docs/grafana//observability-as-code/schema-v2/annotations-schema/). ### `elements` Dashboards can contain the following elements: -- [PanelKind](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/panel-schema/) -- [LibraryPanelKind](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/librarypanel-schema/) +- [PanelKind](https://grafana.com/docs/grafana//observability-as-code/schema-v2/panel-schema/) +- [LibraryPanelKind](https://grafana.com/docs/grafana//observability-as-code/schema-v2/librarypanel-schema/) ### `layout` Dashboards can have four layout options: -- [GridLayoutKind](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/layout-schema/#gridlayoutkind) -- [AutoGridLayoutKind](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/layout-schema/#autogridlayoutkind) -- [RowsLayoutKind](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/layout-schema/#rowslayoutkind) -- [TabsLayoutKind](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/layout-schema/#tabslayoutkind) +- [GridLayoutKind](https://grafana.com/docs/grafana//observability-as-code/schema-v2/layout-schema/#gridlayoutkind) +- [AutoGridLayoutKind](https://grafana.com/docs/grafana//observability-as-code/schema-v2/layout-schema/#autogridlayoutkind) +- [RowsLayoutKind](https://grafana.com/docs/grafana//observability-as-code/schema-v2/layout-schema/#rowslayoutkind) +- [TabsLayoutKind](https://grafana.com/docs/grafana//observability-as-code/schema-v2/layout-schema/#tabslayoutkind) -For the JSON and field usage notes about each of these, refer to the [layout schema documentation](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/layout-schema/). +For the JSON and field usage notes about each of these, refer to the [layout schema documentation](https://grafana.com/docs/grafana//observability-as-code/schema-v2/layout-schema/). ### `links` The configuration for links with references to other dashboards or external websites. -For the JSON and field usage notes, refer to the [links schema documentation](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/links-schema/). +For the JSON and field usage notes, refer to the [links schema documentation](https://grafana.com/docs/grafana//observability-as-code/schema-v2/links-schema/). ### `tags` @@ -183,7 +183,7 @@ The tags associated with the dashboard: ### `timesettings` The `TimeSettingsSpec` defines the default time configuration for the time picker and the refresh picker for the specific dashboard. -For the JSON and field usage notes about the `TimeSettingsSpec`, refer to the [timesettings schema documentation](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/timesettings-schema/). +For the JSON and field usage notes about the `TimeSettingsSpec`, refer to the [timesettings schema documentation](https://grafana.com/docs/grafana//observability-as-code/schema-v2/timesettings-schema/). ### `variables` @@ -200,7 +200,7 @@ There are eight variables types: - GroupByVariableKind - AdhocVariableKind -For the JSON and field usage notes about the `variables` spec, refer to the [variables schema documentation](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/variables-schema/). +For the JSON and field usage notes about the `variables` spec, refer to the [variables schema documentation](https://grafana.com/docs/grafana//observability-as-code/schema-v2/variables-schema/). ## Notes and limitations diff --git a/docs/sources/observability-as-code/schema-v2/layout-schema.md b/docs/sources/observability-as-code/schema-v2/layout-schema.md index f9654286929..71bd7e30399 100644 --- a/docs/sources/observability-as-code/schema-v2/layout-schema.md +++ b/docs/sources/observability-as-code/schema-v2/layout-schema.md @@ -87,14 +87,14 @@ Following is the JSON for a default grid layout, a grid layout item, and a grid The following table explains the usage of the grid layout item JSON fields: -| Name | Usage | -| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| x | integer. Position of the item x-axis. | -| y | integer. Position of the item y-axis. | -| width | Width of the item in pixels. | -| height | Height of the item in pixels. | -| element | `ElementReference`. Reference to a [`PanelKind`](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/panel-schema/) from `dashboard.spec.elements` expressed as JSON Schema reference. | -| repeat? | [RepeatOptions](#repeatoptions). Configured repeat options, if any | +| Name | Usage | +| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| x | integer. Position of the item x-axis. | +| y | integer. Position of the item y-axis. | +| width | Width of the item in pixels. | +| height | Height of the item in pixels. | +| element | `ElementReference`. Reference to a [`PanelKind`](https://grafana.com/docs/grafana//observability-as-code/schema-v2/panel-schema/) from `dashboard.spec.elements` expressed as JSON Schema reference. | +| repeat? | [RepeatOptions](#repeatoptions). Configured repeat options, if any | #### `RepeatOptions` @@ -188,7 +188,7 @@ The following table explains the usage of the auto grid layout item JSON fields: | Name | Usage | | ---- | ----- | -| element | `ElementReference`. Reference to a [`PanelKind`](https://grafana.com/docs/grafana//observability-as-code/json-models/schema-v2/panel-schema/) from `dashboard.spec.elements` expressed as JSON Schema reference. | +| element | `ElementReference`. Reference to a [`PanelKind`](https://grafana.com/docs/grafana//observability-as-code/schema-v2/panel-schema/) from `dashboard.spec.elements` expressed as JSON Schema reference. | | repeat? | [AutoGridRepeatOptions](#autogridrepeatoptions). Configured repeat options, if any. | | conditionalRendering? | `ConditionalRenderingGroupKind`. Rules for hiding or showing panels, if any. Consists of:
  • kind: "ConditionalRenderingGroup"
  • spec: [ConditionalRenderingGroupSpec](#conditionalrenderinggroupspec)
|