mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Docs: Fix links (#28945)
* Update getting-started.md * Update configure-specific-fields.md * Fixed links, added a test file to the shared folder
This commit is contained in:
parent
a7ea8de47e
commit
2d175c34d7
@ -43,14 +43,13 @@ To create your first dashboard:
|
|||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
||||||
Continue to experiment with what you have built, try the [explore workflow]({{< relref "../explore/index.md" >}}) or another visualization feature. Refer to [Data sources]({{< relref "../features/datasources/data-sources.md" >}}) for a list of supported data sources and instructions on how to [add a data source]({{< relref "../features/datasources/add-a-data-source.md" >}}). The following topics will be of interest to you:
|
Continue to experiment with what you have built, try the [explore workflow]({{< relref "../explore/index.md" >}}) or another visualization feature. Refer to [Data sources]({{< relref "../datasources/_index.md" >}}) for a list of supported data sources and instructions on how to [add a data source]({{< relref "../datasources/add-a-data-source.md" >}}). The following topics will be of interest to you:
|
||||||
|
|
||||||
- [Panels]({{< relref "../panels/panels-overview.md" >}})
|
- [Panels]({{< relref "../panels/panels-overview.md" >}})
|
||||||
- [Dashboards]({{< relref "../dashboards/_index.md" >}})
|
- [Dashboards]({{< relref "../dashboards/_index.md" >}})
|
||||||
- [Keyboard shortcuts]({{< relref "../dashboards/shortcuts.md" >}})
|
- [Keyboard shortcuts]({{< relref "../dashboards/shortcuts.md" >}})
|
||||||
- [Plugins](https://grafana.com/grafana/plugins?orderBy=weight&direction=asc)
|
- [Plugins](https://grafana.com/grafana/plugins?orderBy=weight&direction=asc)
|
||||||
|
|
||||||
|
|
||||||
### Admins
|
### Admins
|
||||||
|
|
||||||
The following topics are of interest to Grafana server admin users:
|
The following topics are of interest to Grafana server admin users:
|
||||||
|
@ -11,7 +11,7 @@ Overrides allow you to change the settings for one or more fields. Field options
|
|||||||
|
|
||||||
For example, you could change the number of decimal places shown in all numeric fields or columns by changing the **Decimals** option for **Fields with type** that matches **Numeric**. For more information about options, refer to:
|
For example, you could change the number of decimal places shown in all numeric fields or columns by changing the **Decimals** option for **Fields with type** that matches **Numeric**. For more information about options, refer to:
|
||||||
- [Standard field options]({{< relref "standard-field-options.md" >}}), which apply to all panel visualizations that allow transformations.
|
- [Standard field options]({{< relref "standard-field-options.md" >}}), which apply to all panel visualizations that allow transformations.
|
||||||
- [Table field options]({{< relref "table-field-options.md" >}}), which only apply to table panel visualizations.
|
- [Table field options]({{< relref "../visualizations/table/table-field-options.md" >}}), which only apply to table panel visualizations.
|
||||||
|
|
||||||
## Add a field override
|
## Add a field override
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ You can override as many field options as you want to.
|
|||||||
1. Click **Add override property**.
|
1. Click **Add override property**.
|
||||||
1. Select the field option that you want to apply.
|
1. Select the field option that you want to apply.
|
||||||
- [Standard field options]({{< relref "standard-field-options.md" >}}), which apply to all panel visualizations that allow transformations.
|
- [Standard field options]({{< relref "standard-field-options.md" >}}), which apply to all panel visualizations that allow transformations.
|
||||||
- [Table field options]({{< relref "table-field-options.md" >}}), which only apply to table panel visualizations.
|
- [Table field options]({{< relref "../visualizations/table/table-field-options.md" >}}), which only apply to table panel visualizations.
|
||||||
1. Enter options by adding values in the fields. To return options to default values, delete the white text in the fields.
|
1. Enter options by adding values in the fields. To return options to default values, delete the white text in the fields.
|
||||||
1. Continue to add overrides to this field by clicking **Add override property**, or you can click **Add override** and select a different field to add overrides to.
|
1. Continue to add overrides to this field by clicking **Add override property**, or you can click **Add override** and select a different field to add overrides to.
|
||||||
1. When finished, click **Save** to save all panel edits to the dashboard.
|
1. When finished, click **Save** to save all panel edits to the dashboard.
|
||||||
|
7
docs/sources/shared/test.md
Normal file
7
docs/sources/shared/test.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Shared Content
|
||||||
|
---
|
||||||
|
|
||||||
|
1. Step one
|
||||||
|
2. Step two
|
||||||
|
3. Step three
|
Loading…
Reference in New Issue
Block a user