Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrkSephy committed Jan 12, 2022
1 parent b7d86fd commit c858d2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions datadog/resource_datadog_dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ func getNonGroupWidgetSchema() map[string]*schema.Schema {
Type: schema.TypeList,
Optional: true,
MaxItems: 1,
Description: "The definition for a Sunburst widget",
Description: "The definition for a Sunburst widget.",
Elem: &schema.Resource{
Schema: getSunburstDefinitionschema(),
},
Expand Down Expand Up @@ -4842,7 +4842,7 @@ func getTimeseriesDefinitionSchema() map[string]*schema.Schema {
},
},
"yaxis": {
Description: "A nested block describing the Y-Axis Controls. The structure of this block is described below",
Description: "A nested block describing the Y-Axis Controls. The structure of this block is described below.",
Type: schema.TypeList,
MaxItems: 1,
Optional: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/resources/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ Optional:
- **scatterplot_definition** (Block List, Max: 1) The definition for a Scatterplot widget. (see [below for nested schema](#nestedblock--widget--scatterplot_definition))
- **service_level_objective_definition** (Block List, Max: 1) The definition for a Service Level Objective widget. (see [below for nested schema](#nestedblock--widget--service_level_objective_definition))
- **servicemap_definition** (Block List, Max: 1) The definition for a Service Map widget. (see [below for nested schema](#nestedblock--widget--servicemap_definition))
- **sunburst_definition** (Block List, Max: 1) The definition for a Sunburst widget (see [below for nested schema](#nestedblock--widget--sunburst_definition))
- **sunburst_definition** (Block List, Max: 1) The definition for a Sunburst widget. (see [below for nested schema](#nestedblock--widget--sunburst_definition))
- **timeseries_definition** (Block List, Max: 1) The definition for a Timeseries widget. (see [below for nested schema](#nestedblock--widget--timeseries_definition))
- **toplist_definition** (Block List, Max: 1) The definition for a Toplist widget. (see [below for nested schema](#nestedblock--widget--toplist_definition))
- **trace_service_definition** (Block List, Max: 1) The definition for a Trace Service widget. (see [below for nested schema](#nestedblock--widget--trace_service_definition))
Expand Down Expand Up @@ -2103,7 +2103,7 @@ Optional:
- **scatterplot_definition** (Block List, Max: 1) The definition for a Scatterplot widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--scatterplot_definition))
- **service_level_objective_definition** (Block List, Max: 1) The definition for a Service Level Objective widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--service_level_objective_definition))
- **servicemap_definition** (Block List, Max: 1) The definition for a Service Map widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--servicemap_definition))
- **sunburst_definition** (Block List, Max: 1) The definition for a Sunburst widget (see [below for nested schema](#nestedblock--widget--group_definition--widget--sunburst_definition))
- **sunburst_definition** (Block List, Max: 1) The definition for a Sunburst widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--sunburst_definition))
- **timeseries_definition** (Block List, Max: 1) The definition for a Timeseries widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--timeseries_definition))
- **toplist_definition** (Block List, Max: 1) The definition for a Toplist widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--toplist_definition))
- **trace_service_definition** (Block List, Max: 1) The definition for a Trace Service widget. (see [below for nested schema](#nestedblock--widget--group_definition--widget--trace_service_definition))
Expand Down Expand Up @@ -7117,7 +7117,7 @@ Optional:
- **title** (String) The title of the widget.
- **title_align** (String) The alignment of the widget's title. Valid values are `center`, `left`, `right`.
- **title_size** (String) The size of the widget's title (defaults to 16).
- **yaxis** (Block List, Max: 1) A nested block describing the Y-Axis Controls. The structure of this block is described below (see [below for nested schema](#nestedblock--widget--group_definition--widget--timeseries_definition--yaxis))
- **yaxis** (Block List, Max: 1) A nested block describing the Y-Axis Controls. The structure of this block is described below. (see [below for nested schema](#nestedblock--widget--group_definition--widget--timeseries_definition--yaxis))

<a id="nestedblock--widget--group_definition--widget--timeseries_definition--custom_link"></a>
### Nested Schema for `widget.group_definition.widget.timeseries_definition.custom_link`
Expand Down Expand Up @@ -12164,7 +12164,7 @@ Optional:
- **title** (String) The title of the widget.
- **title_align** (String) The alignment of the widget's title. Valid values are `center`, `left`, `right`.
- **title_size** (String) The size of the widget's title (defaults to 16).
- **yaxis** (Block List, Max: 1) A nested block describing the Y-Axis Controls. The structure of this block is described below (see [below for nested schema](#nestedblock--widget--timeseries_definition--yaxis))
- **yaxis** (Block List, Max: 1) A nested block describing the Y-Axis Controls. The structure of this block is described below. (see [below for nested schema](#nestedblock--widget--timeseries_definition--yaxis))

<a id="nestedblock--widget--timeseries_definition--custom_link"></a>
### Nested Schema for `widget.timeseries_definition.custom_link`
Expand Down

0 comments on commit c858d2a

Please sign in to comment.