diff --git a/docs/sources/packages_api/_index.md b/docs/sources/packages_api/_index.md
index 02be7978480..da4106f924e 100644
--- a/docs/sources/packages_api/_index.md
+++ b/docs/sources/packages_api/_index.md
@@ -1,21 +1,6 @@
+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "API Reference"
-keywords = ["grafana","documentation","sdk"]
-type = "docs"
+# -------------------------------------------------------------------------
+# Do not add anything to this folder. The packages reference docs will be
+# automatically generated when syncing the rest of the docs to the website.
+# -------------------------------------------------------------------------
+++
-
-## API Reference
-
-### Packages
-
-| Package | Description |
-| --- | --- |
-| [@grafana/data](./data/) | A library containing most of the core functionality and data types used in Grafana. |
-| [@grafana/e2e](./e2e/) | A library for writing end-to-end tests for Grafana and its ecosystem. |
-| [@grafana/e2e-selectors](./e2e-selectors/) | A library containing the different design components of the Grafana ecosystem. |
-| [@grafana/runtime](./runtime/) | A library containing services, configurations etc. used to interact with the Grafana engine. |
-| [@grafana/ui](./ui/) | A library containing the different design components of the Grafana ecosystem. |
-
diff --git a/docs/sources/packages_api/data/_index.md b/docs/sources/packages_api/data/_index.md
deleted file mode 100644
index 12b06a2dd97..00000000000
--- a/docs/sources/packages_api/data/_index.md
+++ /dev/null
@@ -1,477 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "@grafana/data"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## @grafana/data package
-
-A library containing most of the core functionality and data types used in Grafana.
-
-## Classes
-
-| Class | Description |
-| --- | --- |
-| [AppendedVectors](./appendedvectors/) | This may be more trouble than it is worth. This trades some computation time for RAM -- rather than allocate a new array the size of all previous arrays, this just points the correct index to their original array values |
-| [AppPlugin](./appplugin/) | |
-| [ArrayVector](./arrayvector/) | |
-| [BinaryOperationVector](./binaryoperationvector/) | |
-| [CircularDataFrame](./circulardataframe/) | This dataframe can have values constantly added, and will never exceed the given capacity |
-| [CircularVector](./circularvector/) | Circular vector uses a single buffer to capture a stream of values overwriting the oldest value on add.This supports adding to the 'head' or 'tail' and will grow the buffer to match a configured capacity. |
-| [ConstantVector](./constantvector/) | |
-| [CSVReader](./csvreader/) | |
-| [DataFrameView](./dataframeview/) | (BETA) This abstraction will present the contents of a DataFrame as if it were a well typed javascript object Vector. |
-| [DataSourceApi](./datasourceapi/) | The main data source abstraction interface, represents an instance of a data sourceAlthough this is a class, datasource implementations do not \*yet\* need to extend it. As such, we can not yet add functions with default implementations. |
-| [DataSourcePlugin](./datasourceplugin/) | |
-| [FieldCache](./fieldcache/) | |
-| [FieldConfigEditorBuilder](./fieldconfigeditorbuilder/) | Fluent API for declarative creation of field config option editors |
-| [FieldConfigOptionsRegistry](./fieldconfigoptionsregistry/) | |
-| [FormattedVector](./formattedvector/) | |
-| [GrafanaPlugin](./grafanaplugin/) | |
-| [LanguageProvider](./languageprovider/) | |
-| [MutableDataFrame](./mutabledataframe/) | |
-| [PanelOptionsEditorBuilder](./paneloptionseditorbuilder/) | Fluent API for declarative creation of panel options |
-| [PanelPlugin](./panelplugin/) | |
-| [Registry](./registry/) | |
-| [SortedVector](./sortedvector/) | Values are returned in the order defined by the input parameter |
-
-## Enumerations
-
-| Enumeration | Description |
-| --- | --- |
-| [BinaryOperationID](./binaryoperationid/) | |
-| [ColorScheme](./colorscheme/) | |
-| [CoreApp](./coreapp/) | |
-| [CSVHeaderStyle](./csvheaderstyle/) | |
-| [DataSourceStatus](./datasourcestatus/) | |
-| [DataTransformerID](./datatransformerid/) | |
-| [ExploreMode](./exploremode/) | |
-| [FieldColorMode](./fieldcolormode/) | |
-| [FieldConfigProperty](./fieldconfigproperty/) | |
-| [FieldMatcherID](./fieldmatcherid/) | |
-| [FieldType](./fieldtype/) | |
-| [FrameMatcherID](./framematcherid/) | Field name matchers |
-| [GrafanaThemeType](./grafanathemetype/) | |
-| [InternalTimeZones](./internaltimezones/) | |
-| [LoadingState](./loadingstate/) | Represent panel data loading state. |
-| [LogLevel](./loglevel/) | Mapping of log level abbreviation to canonical log level. Supported levels are reduce to limit color variation. |
-| [LogsDedupDescription](./logsdedupdescription/) | |
-| [LogsDedupStrategy](./logsdedupstrategy/) | |
-| [LogsMetaKind](./logsmetakind/) | |
-| [MappingType](./mappingtype/) | |
-| [MatcherID](./matcherid/) | |
-| [NullValueMode](./nullvaluemode/) | |
-| [OrgRole](./orgrole/) | |
-| [PluginIncludeType](./pluginincludetype/) | |
-| [PluginSignatureStatus](./pluginsignaturestatus/) | |
-| [PluginState](./pluginstate/) | |
-| [PluginType](./plugintype/) | |
-| [ReducerID](./reducerid/) | |
-| [ThresholdsMode](./thresholdsmode/) | Display mode |
-| [VariableOrigin](./variableorigin/) | |
-| [VariableSuggestionsScope](./variablesuggestionsscope/) | |
-| [VizOrientation](./vizorientation/) | |
-
-## Functions
-
-| Function | Description |
-| --- | --- |
-| [addLogLevelToSeries(series, lineIndex)](./addlogleveltoseries/) | |
-| [applyFieldOverrides(options)](./applyfieldoverrides/) | Return a copy of the DataFrame with all rules applied |
-| [arrowTableToDataFrame(table)](./arrowtabletodataframe/) | |
-| [base64StringToArrowTable(text)](./base64stringtoarrowtable/) | |
-| [calculateFieldStats(rows, extractor)](./calculatefieldstats/) | |
-| [calculateLogsLabelStats(rows, label)](./calculatelogslabelstats/) | |
-| [calculateStats(values)](./calculatestats/) | |
-| [doStandardCalcs(field, ignoreNulls, nullAsZero)](./dostandardcalcs/) | |
-| [eventFactory(name)](./eventfactory/) | |
-| [findCommonLabels(labelsSets)](./findcommonlabels/) | Returns a map labels that are common to the given label sets. |
-| [findHighlightChunksInText({ searchWords, textToHighlight, })](./findhighlightchunksintext/) | Adapt findMatchesInText for react-highlight-words findChunks handler. See https://github.com/bvaughn/react-highlight-words\#props |
-| [findMatchesInText(haystack, needle)](./findmatchesintext/) | Returns a list of substring regexp matches. |
-| [findUniqueLabels(labels, commonLabels)](./finduniquelabels/) | Returns a map of labels that are in labels, but not in commonLabels. |
-| [formatLabels(labels, defaultValue)](./formatlabels/) | Serializes the given labels to a string. |
-| [formattedValueToString(val)](./formattedvaluetostring/) | |
-| [getActiveThreshold(value, thresholds)](./getactivethreshold/) | |
-| [getDataFrameRow(data, row)](./getdataframerow/) | Wrapper to get an array from each field value |
-| [getDecimalsForValue(value, decimalOverride)](./getdecimalsforvalue/) | |
-| [getDisplayProcessor(options)](./getdisplayprocessor/) | |
-| [getDisplayValueAlignmentFactors(values)](./getdisplayvaluealignmentfactors/) | |
-| [getFieldDisplayName(field, frame, allFrames)](./getfielddisplayname/) | |
-| [getFieldMatcher(config)](./getfieldmatcher/) | |
-| [getFlotPairs({ xField, yField, nullValueMode })](./getflotpairs/) | |
-| [getFlotPairsConstant(seriesData, range)](./getflotpairsconstant/) | Returns a constant series based on the first value from the provide series. |
-| [getFrameDisplayName(frame, index)](./getframedisplayname/) | Get an appropriate display title |
-| [getFrameMatchers(config)](./getframematchers/) | |
-| [getLogLevel(line)](./getloglevel/) | Returns the log level of a log line. Parse the line for level words. If no level is found, it returns LogLevel.unknown.Example: getLogLevel('WARN 1999-12-31 this is great') // LogLevel.warn |
-| [getLogLevelFromKey(key)](./getloglevelfromkey/) | |
-| [getParser(line)](./getparser/) | |
-| [getScaleCalculator(field, theme)](./getscalecalculator/) | |
-| [getValueFormat(id)](./getvalueformat/) | |
-| [getValueFormats()](./getvalueformats/) | |
-| [getValueFormatterIndex()](./getvalueformatterindex/) | |
-| [grafanaDataFrameToArrowTable(data, keepOriginalNames)](./grafanadataframetoarrowtable/) | |
-| [guessFieldTypeForField(field)](./guessfieldtypeforfield/) | Looks at the data to guess the column type. This ignores any existing setting |
-| [guessFieldTypeFromNameAndValue(name, v)](./guessfieldtypefromnameandvalue/) | Given a name and value, this will pick a reasonable field type |
-| [guessFieldTypeFromValue(v)](./guessfieldtypefromvalue/) | Given a value this will guess the best column typeTODO: better Date/Time support! Look for standard date strings? |
-| [hasLinks(field)](./haslinks/) | |
-| [locale(value, decimals)](./locale/) | |
-| [parseFlags(text)](./parseflags/) | Converts any mode modifiers in the text to the Javascript equivalent flag |
-| [parseLabels(labels)](./parselabels/) | Returns a map of label keys to value from an input selector string.Example: parseLabels('{job="foo", instance="bar"}) // {job: "foo", instance: "bar"} |
-| [readCSV(csv, options)](./readcsv/) | |
-| [reduceField(options)](./reducefield/) | |
-| [renderMarkdown(str)](./rendermarkdown/) | |
-| [reverseDataFrame(data)](./reversedataframe/) | Returns a copy with all values reversed |
-| [scaledUnits(factor, extArray)](./scaledunits/) | |
-| [setMarkdownOptions(optionsOverride)](./setmarkdownoptions/) | |
-| [simpleCountUnit(symbol)](./simplecountunit/) | |
-| [sortDataFrame(data, sortIndex, reverse)](./sortdataframe/) | |
-| [sortThresholds(thresholds)](./sortthresholds/) | Sorts the thresholds |
-| [stringStartsAsRegEx(str)](./stringstartsasregex/) | |
-| [stringToJsRegex(str)](./stringtojsregex/) | |
-| [stringToMs(str)](./stringtoms/) | |
-| [toCSV(data, config)](./tocsv/) | |
-| [toDataFrame(data)](./todataframe/) | Inspect any object and return the results as a DataFrame |
-| [toDataFrameDTO(data)](./todataframedto/) | Returns a copy that does not include functions |
-| [toFixed(value, decimals)](./tofixed/) | |
-| [toFixedScaled(value, decimals, scaledDecimals, additionalDecimals, ext)](./tofixedscaled/) | |
-| [toFixedUnit(unit, asPrefix)](./tofixedunit/) | |
-| [toFloatOrUndefined(value)](./tofloatorundefined/) | |
-| [toIntegerOrUndefined(value)](./tointegerorundefined/) | |
-| [toNumberString(value)](./tonumberstring/) | |
-| [transformDataFrame(options, data)](./transformdataframe/) | Apply configured transformations to the input data |
-| [updateDatasourcePluginOption(props, key, val)](./updatedatasourcepluginoption/) | |
-| [validateFieldConfig(config)](./validatefieldconfig/) | This checks that all options on FieldConfig make sense. It mutates any value that needs fixed. In particular this makes sure that the first threshold value is -Infinity (not valid in JSON) |
-| [vectorator(vector)](./vectorator/) | Use functional programming with your vector |
-
-## Interfaces
-
-| Interface | Description |
-| --- | --- |
-| [AbsoluteTimeRange](./absolutetimerange/) | |
-| [AnnotationEvent](./annotationevent/) | |
-| [AnnotationQueryRequest](./annotationqueryrequest/) | Options passed to the datasource.annotationQuery method. See docs/plugins/developing/datasource.md |
-| [AppEvent](./appevent/) | |
-| [ApplyFieldOverrideOptions](./applyfieldoverrideoptions/) | |
-| [AppPluginMeta](./apppluginmeta/) | |
-| [AppRootProps](./approotprops/) | |
-| [ArrowDataFrame](./arrowdataframe/) | |
-| [BuildInfo](./buildinfo/) | Describes the build information that will be available via the Grafana configuration. |
-| [ColorFieldConfigSettings](./colorfieldconfigsettings/) | |
-| [Column](./column/) | |
-| [ConfigOverrideRule](./configoverriderule/) | |
-| [CreatePlotOverlay](./createplotoverlay/) | |
-| [CSVConfig](./csvconfig/) | |
-| [CSVOptions](./csvoptions/) | |
-| [CSVParseCallbacks](./csvparsecallbacks/) | |
-| [DataConfigSource](./dataconfigsource/) | Describes and API for exposing panel specific data configurations. |
-| [DataFrame](./dataframe/) | |
-| [DataFrameDTO](./dataframedto/) | Like a DataFrame, but fields may be a FieldDTO |
-| [DataLink](./datalink/) | Link configuration. The values may contain variables that need to be processed before showing the link to user.TODO: <T extends DataQuery> is not strictly true for internal links as we do not need refId for example but all data source defined queries extend this so this is more for documentation. |
-| [DataLinkClickEvent](./datalinkclickevent/) | Callback info for DataLink click events |
-| [DataLinksFieldConfigSettings](./datalinksfieldconfigsettings/) | |
-| [DataQuery](./dataquery/) | These are the common properties available to all queries in all datasources Specific implementations will extend this interface adding the required properties for the given context |
-| [DataQueryError](./dataqueryerror/) | |
-| [DataQueryRequest](./dataqueryrequest/) | |
-| [DataQueryResponse](./dataqueryresponse/) | |
-| [DataQueryTimings](./dataquerytimings/) | |
-| [DataSourceConstructor](./datasourceconstructor/) | |
-| [DataSourceInstanceSettings](./datasourceinstancesettings/) | Frontend settings model that is passed to Datasource constructor. This differs a bit from the model above as this data model is available to every user who has access to a data source (Viewers+). This is loaded in bootData (on page load), or from: /api/frontend/settings |
-| [DataSourceJsonData](./datasourcejsondata/) | |
-| [DataSourcePluginComponents](./datasourceplugincomponents/) | |
-| [DataSourcePluginMeta](./datasourcepluginmeta/) | |
-| [DataSourcePluginOptionsEditorProps](./datasourcepluginoptionseditorprops/) | |
-| [DataSourceSelectItem](./datasourceselectitem/) | |
-| [DataSourceSettings](./datasourcesettings/) | Data Source instance edit model. This is returned from: /api/datasources |
-| [DataTransformerConfig](./datatransformerconfig/) | |
-| [DataTransformerInfo](./datatransformerinfo/) | |
-| [DateTime](./datetime/) | |
-| [DateTimeBuiltinFormat](./datetimebuiltinformat/) | |
-| [DateTimeDuration](./datetimeduration/) | |
-| [DateTimeLocale](./datetimelocale/) | |
-| [DateTimeOptions](./datetimeoptions/) | The type describing date and time options. Used for all the helper functions available to parse or format date and time values. |
-| [DateTimeOptionsWhenParsing](./datetimeoptionswhenparsing/) | The type that describes options that can be passed when parsing a date and time value. |
-| [DateTimeOptionsWithFormat](./datetimeoptionswithformat/) | The type describing the options that can be passed to the [dateTimeFormat](./data/datetimeformat.md) helper function to control how the date and time value passed to the function is formatted. |
-| [DecimalInfo](./decimalinfo/) | |
-| [Dimension](./dimension/) | |
-| [DisplayValue](./displayvalue/) | |
-| [DisplayValueAlignmentFactors](./displayvaluealignmentfactors/) | These represents the display value with the longest title and text. Used to align widths and heights when displaying multiple DisplayValues |
-| [DynamicConfigValue](./dynamicconfigvalue/) | |
-| [ExploreQueryFieldProps](./explorequeryfieldprops/) | |
-| [ExploreStartPageProps](./explorestartpageprops/) | |
-| [FeatureToggles](./featuretoggles/) | Describes available feature toggles in Grafana. These can be configured via the conf/custom.ini to enable features under development or not yet available in stable version. |
-| [Field](./field/) | |
-| [FieldCalcs](./fieldcalcs/) | |
-| [FieldColor](./fieldcolor/) | |
-| [FieldConfig](./fieldconfig/) | Every property is optionalPlugins may extend this with additional properties. Something like series overrides |
-| [FieldConfigEditorConfig](./fieldconfigeditorconfig/) | |
-| [FieldConfigEditorProps](./fieldconfigeditorprops/) | |
-| [FieldConfigPropertyItem](./fieldconfigpropertyitem/) | |
-| [FieldConfigSource](./fieldconfigsource/) | |
-| [FieldDisplay](./fielddisplay/) | |
-| [FieldDTO](./fielddto/) | Like a field, but properties are optional and values may be a simple array |
-| [FieldMatcherInfo](./fieldmatcherinfo/) | |
-| [FieldOverrideContext](./fieldoverridecontext/) | |
-| [FieldOverrideEditorProps](./fieldoverrideeditorprops/) | |
-| [FieldReducerInfo](./fieldreducerinfo/) | |
-| [FieldState](./fieldstate/) | |
-| [FieldWithIndex](./fieldwithindex/) | |
-| [FlotDataPoint](./flotdatapoint/) | |
-| [FormattedValue](./formattedvalue/) | |
-| [FrameMatcherInfo](./framematcherinfo/) | |
-| [GetFieldDisplayValuesOptions](./getfielddisplayvaluesoptions/) | |
-| [GrafanaConfig](./grafanaconfig/) | Describes all the different Grafana configuration values available for an instance. |
-| [GrafanaTheme](./grafanatheme/) | |
-| [GrafanaThemeCommons](./grafanathemecommons/) | |
-| [GraphSeriesXY](./graphseriesxy/) | View model projection of a series |
-| [GroupedTimeZones](./groupedtimezones/) | |
-| [HistoryItem](./historyitem/) | |
-| [IntervalValues](./intervalvalues/) | |
-| [Labels](./labels/) | |
-| [LicenseInfo](./licenseinfo/) | Describes the license information about the current running instance of Grafana. |
-| [LinkModel](./linkmodel/) | Processed Link Model. The values are ready to use |
-| [LinkModelSupplier](./linkmodelsupplier/) | Provides a way to produce links on demandTODO: ScopedVars in in GrafanaUI package! |
-| [LogLabelStatsModel](./loglabelstatsmodel/) | |
-| [LogRowModel](./logrowmodel/) | |
-| [LogSearchMatch](./logsearchmatch/) | |
-| [LogsMetaItem](./logsmetaitem/) | |
-| [LogsModel](./logsmodel/) | |
-| [LogsParser](./logsparser/) | |
-| [MatcherConfig](./matcherconfig/) | |
-| [MetadataInspectorProps](./metadatainspectorprops/) | |
-| [MetricFindValue](./metricfindvalue/) | |
-| [MutableVector](./mutablevector/) | Vector with standard manipulation functions |
-| [NavModel](./navmodel/) | Interface used to describe different kinds of page titles and page navigation. Navmodels are usually generated in the backend and stored in Redux. |
-| [NavModelBreadcrumb](./navmodelbreadcrumb/) | |
-| [NavModelItem](./navmodelitem/) | |
-| [NumberFieldConfigSettings](./numberfieldconfigsettings/) | |
-| [PanelData](./paneldata/) | |
-| [PanelEditorProps](./paneleditorprops/) | |
-| [PanelModel](./panelmodel/) | |
-| [PanelOptionsEditorConfig](./paneloptionseditorconfig/) | |
-| [PanelOptionsEditorItem](./paneloptionseditoritem/) | |
-| [PanelOptionsEditorProps](./paneloptionseditorprops/) | |
-| [PanelPluginMeta](./panelpluginmeta/) | |
-| [PanelProps](./panelprops/) | |
-| [PluginBuildInfo](./pluginbuildinfo/) | |
-| [PluginConfigPage](./pluginconfigpage/) | |
-| [PluginConfigPageProps](./pluginconfigpageprops/) | |
-| [PluginDependencies](./plugindependencies/) | |
-| [PluginInclude](./plugininclude/) | |
-| [PluginMeta](./pluginmeta/) | |
-| [PluginMetaInfo](./pluginmetainfo/) | |
-| [QueryEditorProps](./queryeditorprops/) | |
-| [QueryFix](./queryfix/) | |
-| [QueryFixAction](./queryfixaction/) | |
-| [QueryHint](./queryhint/) | |
-| [QueryResultBase](./queryresultbase/) | |
-| [QueryResultMeta](./queryresultmeta/) | |
-| [QueryResultMetaNotice](./queryresultmetanotice/) | QueryResultMetaNotice is a structure that provides user notices for query result data |
-| [QueryResultMetaStat](./queryresultmetastat/) | |
-| [RangeMap](./rangemap/) | |
-| [RawTimeRange](./rawtimerange/) | |
-| [ReadWriteVector](./readwritevector/) | Apache arrow vectors are Read/Write |
-| [ReduceDataOptions](./reducedataoptions/) | Options for how to turn DataFrames into an array of display values |
-| [RegexpOrNamesMatcherOptions](./regexpornamesmatcheroptions/) | |
-| [RegistryItem](./registryitem/) | |
-| [RegistryItemWithOptions](./registryitemwithoptions/) | |
-| [ScaledValue](./scaledvalue/) | |
-| [ScopedVar](./scopedvar/) | |
-| [ScopedVars](./scopedvars/) | |
-| [ScreenshotInfo](./screenshotinfo/) | |
-| [SelectableValue](./selectablevalue/) | Used in select elements |
-| [SelectFieldConfigSettings](./selectfieldconfigsettings/) | |
-| [StandardEditorContext](./standardeditorcontext/) | |
-| [StandardEditorProps](./standardeditorprops/) | |
-| [StandardEditorsRegistryItem](./standardeditorsregistryitem/) | |
-| [StringFieldConfigSettings](./stringfieldconfigsettings/) | |
-| [TableData](./tabledata/) | |
-| [TextMatch](./textmatch/) | |
-| [Threshold](./threshold/) | |
-| [ThresholdsConfig](./thresholdsconfig/) | Config that is passed to the ThresholdsEditor |
-| [ThresholdsFieldConfigSettings](./thresholdsfieldconfigsettings/) | |
-| [TimeOption](./timeoption/) | |
-| [TimeOptions](./timeoptions/) | |
-| [TimeRange](./timerange/) | |
-| [TimeSeries](./timeseries/) | |
-| [TimeZoneCountry](./timezonecountry/) | |
-| [TimeZoneInfo](./timezoneinfo/) | |
-| [TransformerRegistyItem](./transformerregistyitem/) | |
-| [TransformerUIProps](./transformeruiprops/) | |
-| [UnitFieldConfigSettings](./unitfieldconfigsettings/) | |
-| [UserOrgDTO](./userorgdto/) | |
-| [ValueFormat](./valueformat/) | |
-| [ValueFormatCategory](./valueformatcategory/) | |
-| [ValueLinkConfig](./valuelinkconfig/) | |
-| [ValueMap](./valuemap/) | |
-| [ValueMappingFieldConfigSettings](./valuemappingfieldconfigsettings/) | |
-| [VariableModel](./variablemodel/) | |
-| [VariableSuggestion](./variablesuggestion/) | |
-| [Vector](./vector/) | |
-| [YAxis](./yaxis/) | |
-
-## Namespaces
-
-| Namespace | Description |
-| --- | --- |
-| [AppEvents](./appevents/) | |
-| [dateMath](./datemath/) | |
-| [PanelEvents](./panelevents/) | |
-| [rangeUtil](./rangeutil/) | |
-
-## Variables
-
-| Variable | Description |
-| --- | --- |
-| [binaryOperators](./binaryoperators/) | |
-| [booleanOverrideProcessor](./booleanoverrideprocessor/) | |
-| [createDimension](./createdimension/) | |
-| [DataLinkBuiltInVars](./datalinkbuiltinvars/) | |
-| [dataLinksOverrideProcessor](./datalinksoverrideprocessor/) | |
-| [dateTime](./datetime/) | |
-| [dateTimeAsMoment](./datetimeasmoment/) | |
-| [dateTimeFormat](./datetimeformat/) | Helper function to format date and time according to the specified options. If no options are supplied, then default values are used. For more details, see [DateTimeOptionsWithFormat](./data/datetimeoptionswithformat.md). |
-| [dateTimeFormatISO](./datetimeformatiso/) | Helper function to format date and time according to the standard ISO format e.g. 2013-02-04T22:44:30.652Z. If no options are supplied, then default values are used. For more details, see [DateTimeOptionsWithFormat](./data/datetimeoptionswithformat.md). |
-| [dateTimeFormatTimeAgo](./datetimeformattimeago/) | Helper function to return elapsed time since passed date. The returned value will be formatted in a human readable format e.g. 4 years ago. If no options are supplied, then default values are used. For more details, see [DateTimeOptions](./data/datetimeoptions.md). |
-| [dateTimeFormatWithAbbrevation](./datetimeformatwithabbrevation/) | Helper function to format date and time according to the Grafana default formatting, but it also appends the time zone abbreviation at the end e.g. 2020-05-20 13:37:00 CET. If no options are supplied, then default values are used. For more details please see [DateTimeOptions](./data/datetimeoptions.md). |
-| [dateTimeForTimeZone](./datetimefortimezone/) | |
-| [dateTimeParse](./datetimeparse/) | Helper function to parse a number, text or Date to a DateTime value. If a timeZone is supplied the incoming value is parsed with that timeZone as a base. The only exception to this is if the passed value is in a UTC-based format. Then it will use UTC as the base. Examples on UTC-based values are Unix epoch and ISO formatted strings.It can also parse the Grafana quick date and time format, e.g. now-6h will be parsed as Date.now() - 6 hours and returned as a valid DateTime value.If no options are supplied, then default values are used. For more details please see [DateTimeOptions](./data/datetimeoptions.md). |
-| [DEFAULT\_DATE\_TIME\_FORMAT](./default_date_time_format/) | |
-| [DEFAULT\_FIELD\_DISPLAY\_VALUES\_LIMIT](./default_field_display_values_limit/) | |
-| [DefaultTimeRange](./defaulttimerange/) | |
-| [DefaultTimeZone](./defaulttimezone/) | |
-| [deprecationWarning](./deprecationwarning/) | |
-| [escapeStringForRegex](./escapestringforregex/) | |
-| [fieldMatchers](./fieldmatchers/) | |
-| [fieldReducers](./fieldreducers/) | |
-| [frameMatchers](./framematchers/) | |
-| [getAllValuesFromDimension](./getallvaluesfromdimension/) | |
-| [getColorByName](./getcolorbyname/) | |
-| [getColorDefinition](./getcolordefinition/) | |
-| [getColorDefinitionByName](./getcolordefinitionbyname/) | |
-| [getColorForTheme](./getcolorfortheme/) | |
-| [getColorFromHexRgbOrName](./getcolorfromhexrgborname/) | |
-| [getColorName](./getcolorname/) | |
-| [getColumnFromDimension](./getcolumnfromdimension/) | |
-| [getColumnsFromDimension](./getcolumnsfromdimension/) | |
-| [getDimensionByName](./getdimensionbyname/) | |
-| [getFieldDisplayValues](./getfielddisplayvalues/) | |
-| [getLocaleData](./getlocaledata/) | |
-| [getMappedValue](./getmappedvalue/) | |
-| [getNamedColorPalette](./getnamedcolorpalette/) | |
-| [getSeriesTimeStep](./getseriestimestep/) | Returns minimal time step from series time field |
-| [getTimeField](./gettimefield/) | |
-| [getTimeZoneGroups](./gettimezonegroups/) | |
-| [getTimeZoneInfo](./gettimezoneinfo/) | |
-| [getTimeZones](./gettimezones/) | |
-| [getValueFromDimension](./getvaluefromdimension/) | |
-| [guessFieldTypes](./guessfieldtypes/) | |
-| [hasMsResolution](./hasmsresolution/) | Checks if series time field has ms resolution |
-| [identityOverrideProcessor](./identityoverrideprocessor/) | |
-| [isDataFrame](./isdataframe/) | |
-| [isDateTime](./isdatetime/) | |
-| [ISO\_8601](./iso_8601/) | |
-| [isTableData](./istabledata/) | |
-| [locationUtil](./locationutil/) | |
-| [LogsParsers](./logsparsers/) | |
-| [MISSING\_VALUE](./missing_value/) | |
-| [MS\_DATE\_TIME\_FORMAT](./ms_date_time_format/) | |
-| [numberOverrideProcessor](./numberoverrideprocessor/) | |
-| [objRemoveUndefined](./objremoveundefined/) | |
-| [onUpdateDatasourceJsonDataOption](./onupdatedatasourcejsondataoption/) | |
-| [onUpdateDatasourceJsonDataOptionChecked](./onupdatedatasourcejsondataoptionchecked/) | |
-| [onUpdateDatasourceJsonDataOptionSelect](./onupdatedatasourcejsondataoptionselect/) | |
-| [onUpdateDatasourceOption](./onupdatedatasourceoption/) | |
-| [onUpdateDatasourceResetOption](./onupdatedatasourceresetoption/) | |
-| [onUpdateDatasourceSecureJsonDataOption](./onupdatedatasourcesecurejsondataoption/) | |
-| [onUpdateDatasourceSecureJsonDataOptionSelect](./onupdatedatasourcesecurejsondataoptionselect/) | |
-| [selectOverrideProcessor](./selectoverrideprocessor/) | |
-| [setLocale](./setlocale/) | |
-| [standardEditorsRegistry](./standardeditorsregistry/) | |
-| [standardFieldConfigEditorRegistry](./standardfieldconfigeditorregistry/) | |
-| [standardTransformers](./standardtransformers/) | |
-| [standardTransformersRegistry](./standardtransformersregistry/) | Registry of transformation options that can be driven by stored configuration files. |
-| [stringOverrideProcessor](./stringoverrideprocessor/) | |
-| [textUtil](./textutil/) | |
-| [thresholdsOverrideProcessor](./thresholdsoverrideprocessor/) | |
-| [TIME\_FORMAT](./time_format/) | |
-| [TIME\_SERIES\_TIME\_FIELD\_NAME](./time_series_time_field_name/) | |
-| [TIME\_SERIES\_VALUE\_FIELD\_NAME](./time_series_value_field_name/) | |
-| [timeZoneAbbrevation](./timezoneabbrevation/) | Helper function to return only the time zone abbreviation for a given date and time value. If no options are supplied, then default values are used. For more details please see [DateTimeOptions](./data/datetimeoptions.md). |
-| [timeZoneFormatUserFriendly](./timezoneformatuserfriendly/) | |
-| [toDuration](./toduration/) | |
-| [toLegacyResponseData](./tolegacyresponsedata/) | |
-| [toPascalCase](./topascalcase/) | |
-| [toUtc](./toutc/) | |
-| [unEscapeStringFromRegex](./unescapestringfromregex/) | |
-| [unitOverrideProcessor](./unitoverrideprocessor/) | |
-| [updateDatasourcePluginJsonDataOption](./updatedatasourcepluginjsondataoption/) | |
-| [updateDatasourcePluginResetOption](./updatedatasourcepluginresetoption/) | |
-| [updateDatasourcePluginSecureJsonDataOption](./updatedatasourcepluginsecurejsondataoption/) | |
-| [urlUtil](./urlutil/) | |
-| [valueMappingsOverrideProcessor](./valuemappingsoverrideprocessor/) | |
-| [VAR\_CALC](./var_calc/) | |
-| [VAR\_CELL\_PREFIX](./var_cell_prefix/) | |
-| [VAR\_FIELD\_LABELS](./var_field_labels/) | |
-| [VAR\_FIELD\_NAME](./var_field_name/) | |
-| [VAR\_SERIES\_NAME](./var_series_name/) | |
-
-## Type Aliases
-
-| Type Alias | Description |
-| --- | --- |
-| [BinaryOperation](./binaryoperation/) | |
-| [Color](./color/) | |
-| [ColorDefinition](./colordefinition/) | |
-| [DataQueryResponseData](./dataqueryresponsedata/) | |
-| [DataSourceOptionsType](./datasourceoptionstype/) | |
-| [DataSourceQueryType](./datasourcequerytype/) | |
-| [DataTransformer](./datatransformer/) | Function that transform data frames (AKA transformer) |
-| [DateTimeInput](./datetimeinput/) | |
-| [DecimalCount](./decimalcount/) | |
-| [Dimensions](./dimensions/) | |
-| [DisplayProcessor](./displayprocessor/) | |
-| [DurationInput](./durationinput/) | |
-| [DurationUnit](./durationunit/) | |
-| [FieldMatcher](./fieldmatcher/) | |
-| [FormatInput](./formatinput/) | |
-| [FrameMatcher](./framematcher/) | |
-| [GraphSeriesValue](./graphseriesvalue/) | |
-| [InterpolateFunction](./interpolatefunction/) | |
-| [KeyValue](./keyvalue/) | |
-| [LegacyResponseData](./legacyresponsedata/) | Starting in v6.2 DataFrame can represent both TimeSeries and TableData |
-| [LinkTarget](./linktarget/) | |
-| [MutableField](./mutablefield/) | |
-| [NavIndex](./navindex/) | |
-| [Omit\_2](./omit_2/) | |
-| [PanelMigrationHandler](./panelmigrationhandler/) | Called when a panel is first loaded with current panel model |
-| [PanelOptionEditorsRegistry](./paneloptioneditorsregistry/) | |
-| [PanelTypeChangedHandler](./paneltypechangedhandler/) | Called before a panel is initialized. Allows panel inspection for any updates before changing the panel type. |
-| [PreferredVisualisationType](./preferredvisualisationtype/) | |
-| [ScaleCalculator](./scalecalculator/) | |
-| [Subtract](./subtract/) | |
-| [TimeFragment](./timefragment/) | |
-| [TimeSeriesPoints](./timeseriespoints/) | |
-| [TimeSeriesValue](./timeseriesvalue/) | |
-| [TimeZone](./timezone/) | |
-| [TimeZoneBrowser](./timezonebrowser/) | |
-| [TimeZoneResolver](./timezoneresolver/) | The type to describe the time zone resolver function that will be used to access the default time zone of a user. |
-| [TimeZoneUtc](./timezoneutc/) | |
-| [Trace](./trace/) | |
-| [TraceData](./tracedata/) | |
-| [TraceKeyValuePair](./tracekeyvaluepair/) | All timestamps are in microseconds |
-| [TraceLink](./tracelink/) | |
-| [TraceLog](./tracelog/) | |
-| [TraceProcess](./traceprocess/) | |
-| [TraceSpan](./tracespan/) | |
-| [TraceSpanData](./tracespandata/) | |
-| [TraceSpanReference](./tracespanreference/) | |
-| [UrlQueryMap](./urlquerymap/) | Type to represent the values parsed from the query string. |
-| [UrlQueryValue](./urlqueryvalue/) | Type to represent the value of a single query variable. |
-| [ValueConverter](./valueconverter/) | |
-| [ValueFormatter](./valueformatter/) | |
-| [ValueMapping](./valuemapping/) | |
-| [VariableType](./variabletype/) | |
-
diff --git a/docs/sources/packages_api/data/absolutetimerange.md b/docs/sources/packages_api/data/absolutetimerange.md
deleted file mode 100644
index c11fbec091c..00000000000
--- a/docs/sources/packages_api/data/absolutetimerange.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AbsoluteTimeRange"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AbsoluteTimeRange interface
-
-Signature
-
-```typescript
-export interface AbsoluteTimeRange
-```
-Import
-
-```typescript
-import { AbsoluteTimeRange } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [from](#from-property) | number | |
-| [to](#to-property) | number | |
-
-### from property
-
-Signature
-
-```typescript
-from: number;
-```
-
-### to property
-
-Signature
-
-```typescript
-to: number;
-```
diff --git a/docs/sources/packages_api/data/addlogleveltoseries.md b/docs/sources/packages_api/data/addlogleveltoseries.md
deleted file mode 100644
index d1ebc2a845e..00000000000
--- a/docs/sources/packages_api/data/addlogleveltoseries.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "addLogLevelToSeries"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## addLogLevelToSeries() function
-
-### addLogLevelToSeries() function
-
-Signature
-
-```typescript
-export declare function addLogLevelToSeries(series: DataFrame, lineIndex: number): DataFrame;
-```
-Import
-
-```typescript
-import { addLogLevelToSeries } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| series | DataFrame | |
-| lineIndex | number | |
-
-Returns:
-
-`DataFrame`
-
diff --git a/docs/sources/packages_api/data/annotationevent.md b/docs/sources/packages_api/data/annotationevent.md
deleted file mode 100644
index 3026d2be0c4..00000000000
--- a/docs/sources/packages_api/data/annotationevent.md
+++ /dev/null
@@ -1,169 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AnnotationEvent"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AnnotationEvent interface
-
-Signature
-
-```typescript
-export interface AnnotationEvent
-```
-Import
-
-```typescript
-import { AnnotationEvent } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [annotation](#annotation-property) | any | |
-| [avatarUrl](#avatarurl-property) | string | |
-| [dashboardId](#dashboardid-property) | number | |
-| [email](#email-property) | string | |
-| [id](#id-property) | string | |
-| [isRegion](#isregion-property) | boolean | |
-| [login](#login-property) | string | |
-| [panelId](#panelid-property) | number | |
-| [source](#source-property) | any | |
-| [tags](#tags-property) | string[] | |
-| [text](#text-property) | string | |
-| [time](#time-property) | number | |
-| [timeEnd](#timeend-property) | number | |
-| [title](#title-property) | string | |
-| [type](#type-property) | string | |
-| [userId](#userid-property) | number | |
-
-### annotation property
-
-Signature
-
-```typescript
-annotation?: any;
-```
-
-### avatarUrl property
-
-Signature
-
-```typescript
-avatarUrl?: string;
-```
-
-### dashboardId property
-
-Signature
-
-```typescript
-dashboardId?: number;
-```
-
-### email property
-
-Signature
-
-```typescript
-email?: string;
-```
-
-### id property
-
-Signature
-
-```typescript
-id?: string;
-```
-
-### isRegion property
-
-Signature
-
-```typescript
-isRegion?: boolean;
-```
-
-### login property
-
-Signature
-
-```typescript
-login?: string;
-```
-
-### panelId property
-
-Signature
-
-```typescript
-panelId?: number;
-```
-
-### source property
-
-Signature
-
-```typescript
-source?: any;
-```
-
-### tags property
-
-Signature
-
-```typescript
-tags?: string[];
-```
-
-### text property
-
-Signature
-
-```typescript
-text?: string;
-```
-
-### time property
-
-Signature
-
-```typescript
-time?: number;
-```
-
-### timeEnd property
-
-Signature
-
-```typescript
-timeEnd?: number;
-```
-
-### title property
-
-Signature
-
-```typescript
-title?: string;
-```
-
-### type property
-
-Signature
-
-```typescript
-type?: string;
-```
-
-### userId property
-
-Signature
-
-```typescript
-userId?: number;
-```
diff --git a/docs/sources/packages_api/data/annotationqueryrequest.md b/docs/sources/packages_api/data/annotationqueryrequest.md
deleted file mode 100644
index 48d5e133254..00000000000
--- a/docs/sources/packages_api/data/annotationqueryrequest.md
+++ /dev/null
@@ -1,67 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AnnotationQueryRequest"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AnnotationQueryRequest interface
-
-Options passed to the datasource.annotationQuery method. See docs/plugins/developing/datasource.md
-
-Signature
-
-```typescript
-export interface AnnotationQueryRequest
-```
-Import
-
-```typescript
-import { AnnotationQueryRequest } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [annotation](#annotation-property) | {
datasource: string;
enable: boolean;
name: string;
} & MoreOptions | |
-| [dashboard](#dashboard-property) | any | |
-| [range](#range-property) | TimeRange | |
-| [rangeRaw](#rangeraw-property) | RawTimeRange | |
-
-### annotation property
-
-Signature
-
-```typescript
-annotation: {
- datasource: string;
- enable: boolean;
- name: string;
- } & MoreOptions;
-```
-
-### dashboard property
-
-Signature
-
-```typescript
-dashboard: any;
-```
-
-### range property
-
-Signature
-
-```typescript
-range: TimeRange;
-```
-
-### rangeRaw property
-
-Signature
-
-```typescript
-rangeRaw: RawTimeRange;
-```
diff --git a/docs/sources/packages_api/data/appendedvectors.md b/docs/sources/packages_api/data/appendedvectors.md
deleted file mode 100644
index 4ce2c9b8402..00000000000
--- a/docs/sources/packages_api/data/appendedvectors.md
+++ /dev/null
@@ -1,152 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AppendedVectors"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppendedVectors class
-
-This may be more trouble than it is worth. This trades some computation time for RAM -- rather than allocate a new array the size of all previous arrays, this just points the correct index to their original array values
-
-Signature
-
-```typescript
-export declare class AppendedVectors implements Vector
-```
-Import
-
-```typescript
-import { AppendedVectors } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(startAt)](#constructor-startat) | | Constructs a new instance of the AppendedVectors class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [length](#length-property) | | number | |
-| [source](#source-property) | | Array<AppendedVectorInfo<T>> | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [append(v)](#append-method) | | |
-| [get(index)](#get-method) | | |
-| [setLength(length)](#setlength-method) | | Make the vector look like it is this long |
-| [toArray()](#toarray-method) | | |
-| [toJSON()](#tojson-method) | | |
-
-### constructor(startAt)
-
-Constructs a new instance of the `AppendedVectors` class
-
-Signature
-
-```typescript
-constructor(startAt?: number);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| startAt | number | |
-
-### length property
-
-Signature
-
-```typescript
-length: number;
-```
-
-### source property
-
-Signature
-
-```typescript
-source: Array>;
-```
-
-### append method
-
-Signature
-
-```typescript
-append(v: Vector): AppendedVectorInfo;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| v | Vector<T> | |
-
-Returns:
-
-`AppendedVectorInfo`
-
-### get method
-
-Signature
-
-```typescript
-get(index: number): T;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-
-Returns:
-
-`T`
-
-### setLength method
-
-Make the vector look like it is this long
-
-Signature
-
-```typescript
-setLength(length: number): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| length | number | |
-
-Returns:
-
-`void`
-
-### toArray method
-
-Signature
-
-```typescript
-toArray(): T[];
-```
-Returns:
-
-`T[]`
-
-### toJSON method
-
-Signature
-
-```typescript
-toJSON(): T[];
-```
-Returns:
-
-`T[]`
-
diff --git a/docs/sources/packages_api/data/appevent.md b/docs/sources/packages_api/data/appevent.md
deleted file mode 100644
index b6e8615587b..00000000000
--- a/docs/sources/packages_api/data/appevent.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AppEvent"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvent interface
-
-Signature
-
-```typescript
-export interface AppEvent
-```
-Import
-
-```typescript
-import { AppEvent } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [name](#name-property) | string | |
-| [payload](#payload-property) | T | |
-
-### name property
-
-Signature
-
-```typescript
-readonly name: string;
-```
-
-### payload property
-
-Signature
-
-```typescript
-payload?: T;
-```
diff --git a/docs/sources/packages_api/data/appevents.md b/docs/sources/packages_api/data/appevents.md
deleted file mode 100644
index 8b2aaa67df7..00000000000
--- a/docs/sources/packages_api/data/appevents.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AppEvents"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvents namespace
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### AppEvents namespace
-
-Import
-
-```typescript
-import { AppEvents } from '@grafana/data';
-```
-
-## Interfaces
-
-| Interface | Description |
-| --- | --- |
-| [AppEvent](./appevent/) | |
-
-## Variables
-
-| Variable | Description |
-| --- | --- |
-| [alertError](./alerterror/) | |
-| [alertSuccess](./alertsuccess/) | |
-| [alertWarning](./alertwarning/) | |
-
-## Type Aliases
-
-| Type Alias | Description |
-| --- | --- |
-| [AlertErrorPayload](./alerterrorpayload/) | |
-| [AlertPayload](./alertpayload/) | |
-
diff --git a/docs/sources/packages_api/data/appevents/alerterror.md b/docs/sources/packages_api/data/appevents/alerterror.md
deleted file mode 100644
index 42637f29886..00000000000
--- a/docs/sources/packages_api/data/appevents/alerterror.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "alertError"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvents.alertError variable
-
-### AppEvents.alertError variable
-
-Signature
-
-```typescript
-alertError: AppEvent
-```
-Import
-
-```typescript
-import { AppEvents } from '@grafana/data';
-const { alertError } = AppEvents;
-```
diff --git a/docs/sources/packages_api/data/appevents/alerterrorpayload.md b/docs/sources/packages_api/data/appevents/alerterrorpayload.md
deleted file mode 100644
index 1f2273218ea..00000000000
--- a/docs/sources/packages_api/data/appevents/alerterrorpayload.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AlertErrorPayload"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvents.AlertErrorPayload type
-
-### AppEvents.AlertErrorPayload type
-
-Signature
-
-```typescript
-export declare type AlertErrorPayload = [string, (string | Error)?];
-```
-Import
-
-```typescript
-import { AppEvents } from '@grafana/data';
-const { AlertErrorPayload } = AppEvents;
-```
diff --git a/docs/sources/packages_api/data/appevents/alertpayload.md b/docs/sources/packages_api/data/appevents/alertpayload.md
deleted file mode 100644
index afc06ecdb88..00000000000
--- a/docs/sources/packages_api/data/appevents/alertpayload.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AlertPayload"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvents.AlertPayload type
-
-### AppEvents.AlertPayload type
-
-Signature
-
-```typescript
-export declare type AlertPayload = [string, string?];
-```
-Import
-
-```typescript
-import { AppEvents } from '@grafana/data';
-const { AlertPayload } = AppEvents;
-```
diff --git a/docs/sources/packages_api/data/appevents/alertsuccess.md b/docs/sources/packages_api/data/appevents/alertsuccess.md
deleted file mode 100644
index 5da4c213b7e..00000000000
--- a/docs/sources/packages_api/data/appevents/alertsuccess.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "alertSuccess"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvents.alertSuccess variable
-
-### AppEvents.alertSuccess variable
-
-Signature
-
-```typescript
-alertSuccess: AppEvent
-```
-Import
-
-```typescript
-import { AppEvents } from '@grafana/data';
-const { alertSuccess } = AppEvents;
-```
diff --git a/docs/sources/packages_api/data/appevents/alertwarning.md b/docs/sources/packages_api/data/appevents/alertwarning.md
deleted file mode 100644
index b709b81414b..00000000000
--- a/docs/sources/packages_api/data/appevents/alertwarning.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "alertWarning"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvents.alertWarning variable
-
-### AppEvents.alertWarning variable
-
-Signature
-
-```typescript
-alertWarning: AppEvent
-```
-Import
-
-```typescript
-import { AppEvents } from '@grafana/data';
-const { alertWarning } = AppEvents;
-```
diff --git a/docs/sources/packages_api/data/appevents/appevent.md b/docs/sources/packages_api/data/appevents/appevent.md
deleted file mode 100644
index 3592497ab59..00000000000
--- a/docs/sources/packages_api/data/appevents/appevent.md
+++ /dev/null
@@ -1,44 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AppEvent"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppEvents.AppEvent interface
-
-Signature
-
-```typescript
-export interface AppEvent
-```
-Import
-
-```typescript
-import { AppEvents } from '@grafana/data';
-const { AppEvent } = AppEvents;
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [name](#name-property) | string | |
-| [payload](#payload-property) | T | |
-
-### name property
-
-Signature
-
-```typescript
-readonly name: string;
-```
-
-### payload property
-
-Signature
-
-```typescript
-payload?: T;
-```
diff --git a/docs/sources/packages_api/data/applyfieldoverrideoptions.md b/docs/sources/packages_api/data/applyfieldoverrideoptions.md
deleted file mode 100644
index b5a92b7b438..00000000000
--- a/docs/sources/packages_api/data/applyfieldoverrideoptions.md
+++ /dev/null
@@ -1,97 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ApplyFieldOverrideOptions"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ApplyFieldOverrideOptions interface
-
-Signature
-
-```typescript
-export interface ApplyFieldOverrideOptions
-```
-Import
-
-```typescript
-import { ApplyFieldOverrideOptions } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [autoMinMax](#autominmax-property) | boolean | |
-| [data](#data-property) | DataFrame[] | |
-| [fieldConfig](#fieldconfig-property) | FieldConfigSource | |
-| [fieldConfigRegistry](#fieldconfigregistry-property) | FieldConfigOptionsRegistry | |
-| [getDataSourceSettingsByUid](#getdatasourcesettingsbyuid-property) | (uid: string) => DataSourceInstanceSettings | undefined | |
-| [replaceVariables](#replacevariables-property) | InterpolateFunction | |
-| [theme](#theme-property) | GrafanaTheme | |
-| [timeZone](#timezone-property) | TimeZone | |
-
-### autoMinMax property
-
-Signature
-
-```typescript
-autoMinMax?: boolean;
-```
-
-### data property
-
-Signature
-
-```typescript
-data?: DataFrame[];
-```
-
-### fieldConfig property
-
-Signature
-
-```typescript
-fieldConfig: FieldConfigSource;
-```
-
-### fieldConfigRegistry property
-
-Signature
-
-```typescript
-fieldConfigRegistry?: FieldConfigOptionsRegistry;
-```
-
-### getDataSourceSettingsByUid property
-
-Signature
-
-```typescript
-getDataSourceSettingsByUid: (uid: string) => DataSourceInstanceSettings | undefined;
-```
-
-### replaceVariables property
-
-Signature
-
-```typescript
-replaceVariables: InterpolateFunction;
-```
-
-### theme property
-
-Signature
-
-```typescript
-theme: GrafanaTheme;
-```
-
-### timeZone property
-
-Signature
-
-```typescript
-timeZone?: TimeZone;
-```
diff --git a/docs/sources/packages_api/data/applyfieldoverrides.md b/docs/sources/packages_api/data/applyfieldoverrides.md
deleted file mode 100644
index a59def8021b..00000000000
--- a/docs/sources/packages_api/data/applyfieldoverrides.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "applyFieldOverrides"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## applyFieldOverrides() function
-
-### applyFieldOverrides() function
-
-Return a copy of the DataFrame with all rules applied
-
-Signature
-
-```typescript
-export declare function applyFieldOverrides(options: ApplyFieldOverrideOptions): DataFrame[];
-```
-Import
-
-```typescript
-import { applyFieldOverrides } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | ApplyFieldOverrideOptions | |
-
-Returns:
-
-`DataFrame[]`
-
diff --git a/docs/sources/packages_api/data/appplugin.md b/docs/sources/packages_api/data/appplugin.md
deleted file mode 100644
index 96f5eeb1849..00000000000
--- a/docs/sources/packages_api/data/appplugin.md
+++ /dev/null
@@ -1,119 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AppPlugin"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppPlugin class
-
-Signature
-
-```typescript
-export declare class AppPlugin extends GrafanaPlugin>
-```
-Import
-
-```typescript
-import { AppPlugin } from '@grafana/data';
-```
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [angularPages](#angularpages-property) | | {
[component: string]: any;
} | |
-| [root](#root-property) | | ComponentClass<AppRootProps<T>> | |
-| [rootNav](#rootnav-property) | | NavModel | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [init(meta)](#init-method) | | Called after the module has loaded, and before the app is used. This function may be called multiple times on the same instance. The first time, this.meta will be undefined |
-| [setComponentsFromLegacyExports(pluginExports)](#setcomponentsfromlegacyexports-method) | | |
-| [setRootPage(root, rootNav)](#setrootpage-method) | | Set the component displayed under: /a/${plugin-id}/\* |
-
-### angularPages property
-
-Signature
-
-```typescript
-angularPages?: {
- [component: string]: any;
- };
-```
-
-### root property
-
-Signature
-
-```typescript
-root?: ComponentClass>;
-```
-
-### rootNav property
-
-Signature
-
-```typescript
-rootNav?: NavModel;
-```
-
-### init method
-
-Called after the module has loaded, and before the app is used. This function may be called multiple times on the same instance. The first time, `this.meta` will be undefined
-
-Signature
-
-```typescript
-init(meta: AppPluginMeta): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| meta | AppPluginMeta | |
-
-Returns:
-
-`void`
-
-### setComponentsFromLegacyExports method
-
-Signature
-
-```typescript
-setComponentsFromLegacyExports(pluginExports: any): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| pluginExports | any | |
-
-Returns:
-
-`void`
-
-### setRootPage method
-
-Set the component displayed under: /a/${plugin-id}/\*
-
-Signature
-
-```typescript
-setRootPage(root: ComponentClass>, rootNav?: NavModel): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| root | ComponentClass<AppRootProps<T>> | |
-| rootNav | NavModel | |
-
-Returns:
-
-`this`
-
diff --git a/docs/sources/packages_api/data/apppluginmeta.md b/docs/sources/packages_api/data/apppluginmeta.md
deleted file mode 100644
index b2f637bb348..00000000000
--- a/docs/sources/packages_api/data/apppluginmeta.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AppPluginMeta"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppPluginMeta interface
-
-Signature
-
-```typescript
-export interface AppPluginMeta extends PluginMeta
-```
-Import
-
-```typescript
-import { AppPluginMeta } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/approotprops.md b/docs/sources/packages_api/data/approotprops.md
deleted file mode 100644
index 8cfbe61422e..00000000000
--- a/docs/sources/packages_api/data/approotprops.md
+++ /dev/null
@@ -1,63 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "AppRootProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## AppRootProps interface
-
-Signature
-
-```typescript
-export interface AppRootProps
-```
-Import
-
-```typescript
-import { AppRootProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [meta](#meta-property) | AppPluginMeta<T> | |
-| [onNavChanged](#onnavchanged-property) | (nav: NavModel) => void | Pass the nav model to the container... is there a better way? |
-| [path](#path-property) | string | |
-| [query](#query-property) | KeyValue | |
-
-### meta property
-
-Signature
-
-```typescript
-meta: AppPluginMeta;
-```
-
-### onNavChanged property
-
-Pass the nav model to the container... is there a better way?
-
-Signature
-
-```typescript
-onNavChanged: (nav: NavModel) => void;
-```
-
-### path property
-
-Signature
-
-```typescript
-path: string;
-```
-
-### query property
-
-Signature
-
-```typescript
-query: KeyValue;
-```
diff --git a/docs/sources/packages_api/data/arrayvector.md b/docs/sources/packages_api/data/arrayvector.md
deleted file mode 100644
index 7645c83467e..00000000000
--- a/docs/sources/packages_api/data/arrayvector.md
+++ /dev/null
@@ -1,161 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ArrayVector"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ArrayVector class
-
-Signature
-
-```typescript
-export declare class ArrayVector extends FunctionalVector implements MutableVector
-```
-Import
-
-```typescript
-import { ArrayVector } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(buffer)](#constructor-buffer) | | Constructs a new instance of the ArrayVector class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [buffer](#buffer-property) | | T[] | |
-| [length](#length-property) | | number | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [add(value)](#add-method) | | |
-| [get(index)](#get-method) | | |
-| [reverse()](#reverse-method) | | |
-| [set(index, value)](#set-method) | | |
-| [toArray()](#toarray-method) | | |
-| [toJSON()](#tojson-method) | | |
-
-### constructor(buffer)
-
-Constructs a new instance of the `ArrayVector` class
-
-Signature
-
-```typescript
-constructor(buffer?: T[]);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| buffer | T[] | |
-
-### buffer property
-
-Signature
-
-```typescript
-buffer: T[];
-```
-
-### length property
-
-Signature
-
-```typescript
-get length(): number;
-```
-
-### add method
-
-Signature
-
-```typescript
-add(value: T): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | T | |
-
-Returns:
-
-`void`
-
-### get method
-
-Signature
-
-```typescript
-get(index: number): T;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-
-Returns:
-
-`T`
-
-### reverse method
-
-Signature
-
-```typescript
-reverse(): void;
-```
-Returns:
-
-`void`
-
-### set method
-
-Signature
-
-```typescript
-set(index: number, value: T): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-| value | T | |
-
-Returns:
-
-`void`
-
-### toArray method
-
-Signature
-
-```typescript
-toArray(): T[];
-```
-Returns:
-
-`T[]`
-
-### toJSON method
-
-Signature
-
-```typescript
-toJSON(): T[];
-```
-Returns:
-
-`T[]`
-
diff --git a/docs/sources/packages_api/data/arrowdataframe.md b/docs/sources/packages_api/data/arrowdataframe.md
deleted file mode 100644
index faad1dd7a2f..00000000000
--- a/docs/sources/packages_api/data/arrowdataframe.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ArrowDataFrame"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ArrowDataFrame interface
-
-Signature
-
-```typescript
-export interface ArrowDataFrame extends DataFrame
-```
-Import
-
-```typescript
-import { ArrowDataFrame } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [table](#table-property) | Table | |
-
-### table property
-
-Signature
-
-```typescript
-table: Table;
-```
diff --git a/docs/sources/packages_api/data/arrowtabletodataframe.md b/docs/sources/packages_api/data/arrowtabletodataframe.md
deleted file mode 100644
index 1faeff109ca..00000000000
--- a/docs/sources/packages_api/data/arrowtabletodataframe.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "arrowTableToDataFrame"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## arrowTableToDataFrame() function
-
-### arrowTableToDataFrame() function
-
-Signature
-
-```typescript
-export declare function arrowTableToDataFrame(table: Table): ArrowDataFrame;
-```
-Import
-
-```typescript
-import { arrowTableToDataFrame } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| table | Table | |
-
-Returns:
-
-`ArrowDataFrame`
-
diff --git a/docs/sources/packages_api/data/base64stringtoarrowtable.md b/docs/sources/packages_api/data/base64stringtoarrowtable.md
deleted file mode 100644
index 560b6d7685a..00000000000
--- a/docs/sources/packages_api/data/base64stringtoarrowtable.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "base64StringToArrowTable"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## base64StringToArrowTable() function
-
-### base64StringToArrowTable() function
-
-Signature
-
-```typescript
-export declare function base64StringToArrowTable(text: string): Table;
-```
-Import
-
-```typescript
-import { base64StringToArrowTable } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| text | string | |
-
-Returns:
-
-`Table`
-
diff --git a/docs/sources/packages_api/data/binaryoperation.md b/docs/sources/packages_api/data/binaryoperation.md
deleted file mode 100644
index ab01ccdc532..00000000000
--- a/docs/sources/packages_api/data/binaryoperation.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "BinaryOperation"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## BinaryOperation type
-
-### BinaryOperation type
-
-Signature
-
-```typescript
-export declare type BinaryOperation = (left: number, right: number) => number;
-```
-Import
-
-```typescript
-import { BinaryOperation } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/binaryoperationid.md b/docs/sources/packages_api/data/binaryoperationid.md
deleted file mode 100644
index fac78d17745..00000000000
--- a/docs/sources/packages_api/data/binaryoperationid.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "BinaryOperationID"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## BinaryOperationID enum
-
-### BinaryOperationID enum
-
-Signature
-
-```typescript
-export declare enum BinaryOperationID
-```
-Import
-
-```typescript
-import { BinaryOperationID } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Add | "+" | |
-| Divide | "/" | |
-| Multiply | "*" | |
-| Subtract | "-" | |
-
diff --git a/docs/sources/packages_api/data/binaryoperationvector.md b/docs/sources/packages_api/data/binaryoperationvector.md
deleted file mode 100644
index 03a54f7aabd..00000000000
--- a/docs/sources/packages_api/data/binaryoperationvector.md
+++ /dev/null
@@ -1,105 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "BinaryOperationVector"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## BinaryOperationVector class
-
-Signature
-
-```typescript
-export declare class BinaryOperationVector implements Vector
-```
-Import
-
-```typescript
-import { BinaryOperationVector } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(left, right, operation)](#constructor-leftrightoperation) | | Constructs a new instance of the BinaryOperationVector class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [length](#length-property) | | number | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [get(index)](#get-method) | | |
-| [toArray()](#toarray-method) | | |
-| [toJSON()](#tojson-method) | | |
-
-### constructor(left, right, operation)
-
-Constructs a new instance of the `BinaryOperationVector` class
-
-Signature
-
-```typescript
-constructor(left: Vector, right: Vector, operation: BinaryOperation);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| left | Vector<number> | |
-| right | Vector<number> | |
-| operation | BinaryOperation | |
-
-### length property
-
-Signature
-
-```typescript
-get length(): number;
-```
-
-### get method
-
-Signature
-
-```typescript
-get(index: number): number;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-
-Returns:
-
-`number`
-
-### toArray method
-
-Signature
-
-```typescript
-toArray(): number[];
-```
-Returns:
-
-`number[]`
-
-### toJSON method
-
-Signature
-
-```typescript
-toJSON(): number[];
-```
-Returns:
-
-`number[]`
-
diff --git a/docs/sources/packages_api/data/binaryoperators.md b/docs/sources/packages_api/data/binaryoperators.md
deleted file mode 100644
index d35ee2f9981..00000000000
--- a/docs/sources/packages_api/data/binaryoperators.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "binaryOperators"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## binaryOperators variable
-
-### binaryOperators variable
-
-Signature
-
-```typescript
-binaryOperators: Registry
-```
-Import
-
-```typescript
-import { binaryOperators } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/booleanoverrideprocessor.md b/docs/sources/packages_api/data/booleanoverrideprocessor.md
deleted file mode 100644
index 4aec8813630..00000000000
--- a/docs/sources/packages_api/data/booleanoverrideprocessor.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "booleanOverrideProcessor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## booleanOverrideProcessor variable
-
-### booleanOverrideProcessor variable
-
-Signature
-
-```typescript
-booleanOverrideProcessor: (value: boolean, _context: FieldOverrideContext, _settings?: ThresholdsFieldConfigSettings | undefined) => boolean
-```
-Import
-
-```typescript
-import { booleanOverrideProcessor } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/buildinfo.md b/docs/sources/packages_api/data/buildinfo.md
deleted file mode 100644
index aadb55b321d..00000000000
--- a/docs/sources/packages_api/data/buildinfo.md
+++ /dev/null
@@ -1,101 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "BuildInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## BuildInfo interface
-
-Describes the build information that will be available via the Grafana configuration.
-
-Signature
-
-```typescript
-export interface BuildInfo
-```
-Import
-
-```typescript
-import { BuildInfo } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [commit](#commit-property) | string | |
-| [edition](#edition-property) | string | |
-| [env](#env-property) | string | |
-| [hasUpdate](#hasupdate-property) | boolean | |
-| [hideVersion](#hideversion-property) | boolean | |
-| [isEnterprise](#isenterprise-property) | boolean | Is set to true when running Grafana Enterprise edition. |
-| [latestVersion](#latestversion-property) | string | |
-| [version](#version-property) | string | |
-
-### commit property
-
-Signature
-
-```typescript
-commit: string;
-```
-
-### edition property
-
-Signature
-
-```typescript
-edition: string;
-```
-
-### env property
-
-Signature
-
-```typescript
-env: string;
-```
-
-### hasUpdate property
-
-Signature
-
-```typescript
-hasUpdate: boolean;
-```
-
-### hideVersion property
-
-Signature
-
-```typescript
-hideVersion: boolean;
-```
-
-### isEnterprise property
-
-Is set to true when running Grafana Enterprise edition.
-
-Signature
-
-```typescript
-isEnterprise: boolean;
-```
-
-### latestVersion property
-
-Signature
-
-```typescript
-latestVersion: string;
-```
-
-### version property
-
-Signature
-
-```typescript
-version: string;
-```
diff --git a/docs/sources/packages_api/data/calculatefieldstats.md b/docs/sources/packages_api/data/calculatefieldstats.md
deleted file mode 100644
index 9fe42be014f..00000000000
--- a/docs/sources/packages_api/data/calculatefieldstats.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "calculateFieldStats"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## calculateFieldStats() function
-
-### calculateFieldStats() function
-
-Signature
-
-```typescript
-export declare function calculateFieldStats(rows: LogRowModel[], extractor: RegExp): LogLabelStatsModel[];
-```
-Import
-
-```typescript
-import { calculateFieldStats } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| rows | LogRowModel[] | |
-| extractor | RegExp | |
-
-Returns:
-
-`LogLabelStatsModel[]`
-
diff --git a/docs/sources/packages_api/data/calculatelogslabelstats.md b/docs/sources/packages_api/data/calculatelogslabelstats.md
deleted file mode 100644
index b4c660f810f..00000000000
--- a/docs/sources/packages_api/data/calculatelogslabelstats.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "calculateLogsLabelStats"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## calculateLogsLabelStats() function
-
-### calculateLogsLabelStats() function
-
-Signature
-
-```typescript
-export declare function calculateLogsLabelStats(rows: LogRowModel[], label: string): LogLabelStatsModel[];
-```
-Import
-
-```typescript
-import { calculateLogsLabelStats } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| rows | LogRowModel[] | |
-| label | string | |
-
-Returns:
-
-`LogLabelStatsModel[]`
-
diff --git a/docs/sources/packages_api/data/calculatestats.md b/docs/sources/packages_api/data/calculatestats.md
deleted file mode 100644
index 8a9931e7474..00000000000
--- a/docs/sources/packages_api/data/calculatestats.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "calculateStats"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## calculateStats() function
-
-### calculateStats() function
-
-Signature
-
-```typescript
-export declare function calculateStats(values: any[]): LogLabelStatsModel[];
-```
-Import
-
-```typescript
-import { calculateStats } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| values | any[] | |
-
-Returns:
-
-`LogLabelStatsModel[]`
-
diff --git a/docs/sources/packages_api/data/circulardataframe.md b/docs/sources/packages_api/data/circulardataframe.md
deleted file mode 100644
index 5a3138f0e3e..00000000000
--- a/docs/sources/packages_api/data/circulardataframe.md
+++ /dev/null
@@ -1,44 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CircularDataFrame"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CircularDataFrame class
-
-This dataframe can have values constantly added, and will never exceed the given capacity
-
-Signature
-
-```typescript
-export declare class CircularDataFrame extends MutableDataFrame
-```
-Import
-
-```typescript
-import { CircularDataFrame } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(options)](#constructor-options) | | Constructs a new instance of the CircularDataFrame class |
-
-### constructor(options)
-
-Constructs a new instance of the `CircularDataFrame` class
-
-Signature
-
-```typescript
-constructor(options: CircularOptions);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | CircularOptions | |
-
diff --git a/docs/sources/packages_api/data/circularvector.md b/docs/sources/packages_api/data/circularvector.md
deleted file mode 100644
index c6954596c6c..00000000000
--- a/docs/sources/packages_api/data/circularvector.md
+++ /dev/null
@@ -1,185 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CircularVector"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CircularVector class
-
-Circular vector uses a single buffer to capture a stream of values overwriting the oldest value on add.
-
-This supports adding to the 'head' or 'tail' and will grow the buffer to match a configured capacity.
-
-Signature
-
-```typescript
-export declare class CircularVector extends FunctionalVector implements MutableVector
-```
-Import
-
-```typescript
-import { CircularVector } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(options)](#constructor-options) | | Constructs a new instance of the CircularVector class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [add](#add-property) | | (value: T) => void | Add the value to the buffer |
-| [length](#length-property) | | number | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [get(index)](#get-method) | | |
-| [reverse()](#reverse-method) | | |
-| [set(index, value)](#set-method) | | |
-| [setAppendMode(mode)](#setappendmode-method) | | |
-| [setCapacity(v)](#setcapacity-method) | | |
-| [toArray()](#toarray-method) | | |
-| [toJSON()](#tojson-method) | | |
-
-### constructor(options)
-
-Constructs a new instance of the `CircularVector` class
-
-Signature
-
-```typescript
-constructor(options: CircularOptions);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | CircularOptions<T> | |
-
-### add property
-
-Add the value to the buffer
-
-Signature
-
-```typescript
-add: (value: T) => void;
-```
-
-### length property
-
-Signature
-
-```typescript
-get length(): number;
-```
-
-### get method
-
-Signature
-
-```typescript
-get(index: number): T;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-
-Returns:
-
-`T`
-
-### reverse method
-
-Signature
-
-```typescript
-reverse(): void;
-```
-Returns:
-
-`void`
-
-### set method
-
-Signature
-
-```typescript
-set(index: number, value: T): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-| value | T | |
-
-Returns:
-
-`void`
-
-### setAppendMode method
-
-Signature
-
-```typescript
-setAppendMode(mode: 'head' | 'tail'): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| mode | 'head' | 'tail' | |
-
-Returns:
-
-`void`
-
-### setCapacity method
-
-Signature
-
-```typescript
-setCapacity(v: number): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| v | number | |
-
-Returns:
-
-`void`
-
-### toArray method
-
-Signature
-
-```typescript
-toArray(): T[];
-```
-Returns:
-
-`T[]`
-
-### toJSON method
-
-Signature
-
-```typescript
-toJSON(): T[];
-```
-Returns:
-
-`T[]`
-
diff --git a/docs/sources/packages_api/data/color.md b/docs/sources/packages_api/data/color.md
deleted file mode 100644
index 5333897d798..00000000000
--- a/docs/sources/packages_api/data/color.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "Color"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## Color type
-
-### Color type
-
-Signature
-
-```typescript
-export declare type Color = 'green' | 'dark-green' | 'semi-dark-green' | 'light-green' | 'super-light-green' | 'yellow' | 'dark-yellow' | 'semi-dark-yellow' | 'light-yellow' | 'super-light-yellow' | 'red' | 'dark-red' | 'semi-dark-red' | 'light-red' | 'super-light-red' | 'blue' | 'dark-blue' | 'semi-dark-blue' | 'light-blue' | 'super-light-blue' | 'orange' | 'dark-orange' | 'semi-dark-orange' | 'light-orange' | 'super-light-orange' | 'purple' | 'dark-purple' | 'semi-dark-purple' | 'light-purple' | 'super-light-purple';
-```
-Import
-
-```typescript
-import { Color } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/colordefinition.md b/docs/sources/packages_api/data/colordefinition.md
deleted file mode 100644
index dbf6833d412..00000000000
--- a/docs/sources/packages_api/data/colordefinition.md
+++ /dev/null
@@ -1,28 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ColorDefinition"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ColorDefinition type
-
-### ColorDefinition type
-
-Signature
-
-```typescript
-export declare type ColorDefinition = {
- hue: Hue;
- isPrimary?: boolean;
- name: Color;
- variants: ThemeVariants;
-};
-```
-Import
-
-```typescript
-import { ColorDefinition } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/colorfieldconfigsettings.md b/docs/sources/packages_api/data/colorfieldconfigsettings.md
deleted file mode 100644
index a64174c8891..00000000000
--- a/docs/sources/packages_api/data/colorfieldconfigsettings.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ColorFieldConfigSettings"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ColorFieldConfigSettings interface
-
-Signature
-
-```typescript
-export interface ColorFieldConfigSettings
-```
-Import
-
-```typescript
-import { ColorFieldConfigSettings } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [allowUndefined](#allowundefined-property) | boolean | |
-| [disableNamedColors](#disablenamedcolors-property) | boolean | |
-| [textWhenUndefined](#textwhenundefined-property) | string | |
-
-### allowUndefined property
-
-Signature
-
-```typescript
-allowUndefined?: boolean;
-```
-
-### disableNamedColors property
-
-Signature
-
-```typescript
-disableNamedColors?: boolean;
-```
-
-### textWhenUndefined property
-
-Signature
-
-```typescript
-textWhenUndefined?: string;
-```
diff --git a/docs/sources/packages_api/data/colorscheme.md b/docs/sources/packages_api/data/colorscheme.md
deleted file mode 100644
index 17c672b2318..00000000000
--- a/docs/sources/packages_api/data/colorscheme.md
+++ /dev/null
@@ -1,56 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ColorScheme"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ColorScheme enum
-
-### ColorScheme enum
-
-Signature
-
-```typescript
-export declare enum ColorScheme
-```
-Import
-
-```typescript
-import { ColorScheme } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Blues | "Blues" | |
-| BrBG | "BrBG" | |
-| BuGn | "BuGn" | |
-| BuPu | "BuPu" | |
-| GnBu | "GnBu" | |
-| Greens | "Greens" | |
-| Greys | "Greys" | |
-| Oranges | "Oranges" | |
-| OrRd | "OrRd" | |
-| PiYG | "PiYG" | |
-| PRGn | "PRGn" | |
-| PuBu | "PuBu" | |
-| PuBuGn | "PuBuGn" | |
-| PuOr | "PuOr" | |
-| PuRd | "PuRd" | |
-| Purples | "Purples" | |
-| RdBu | "RdBu" | |
-| RdGy | "RdGy" | |
-| RdPu | "RdPu" | |
-| RdYlBu | "RdYlBu" | |
-| RdYlGn | "RdYlGn" | |
-| Reds | "Reds" | |
-| Spectral | "Spectral" | |
-| YlGn | "YlGn" | |
-| YlGnBu | "YlGnBu" | |
-| YlOrBr | "YlOrBr" | |
-| YlOrRd | "YlOrRd" | |
-
diff --git a/docs/sources/packages_api/data/column.md b/docs/sources/packages_api/data/column.md
deleted file mode 100644
index d17bc3f2c80..00000000000
--- a/docs/sources/packages_api/data/column.md
+++ /dev/null
@@ -1,61 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "Column"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## Column interface
-
-Signature
-
-```typescript
-export interface Column
-```
-Import
-
-```typescript
-import { Column } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [custom](#custom-property) | Record<string, any> | |
-| [filterable](#filterable-property) | boolean | |
-| [text](#text-property) | string | |
-| [unit](#unit-property) | string | |
-
-### custom property
-
-Signature
-
-```typescript
-custom?: Record;
-```
-
-### filterable property
-
-Signature
-
-```typescript
-filterable?: boolean;
-```
-
-### text property
-
-Signature
-
-```typescript
-text: string;
-```
-
-### unit property
-
-Signature
-
-```typescript
-unit?: string;
-```
diff --git a/docs/sources/packages_api/data/configoverriderule.md b/docs/sources/packages_api/data/configoverriderule.md
deleted file mode 100644
index 7ea5c380ce0..00000000000
--- a/docs/sources/packages_api/data/configoverriderule.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ConfigOverrideRule"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ConfigOverrideRule interface
-
-Signature
-
-```typescript
-export interface ConfigOverrideRule
-```
-Import
-
-```typescript
-import { ConfigOverrideRule } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [matcher](#matcher-property) | MatcherConfig | |
-| [properties](#properties-property) | DynamicConfigValue[] | |
-
-### matcher property
-
-Signature
-
-```typescript
-matcher: MatcherConfig;
-```
-
-### properties property
-
-Signature
-
-```typescript
-properties: DynamicConfigValue[];
-```
diff --git a/docs/sources/packages_api/data/constantvector.md b/docs/sources/packages_api/data/constantvector.md
deleted file mode 100644
index a41bde73977..00000000000
--- a/docs/sources/packages_api/data/constantvector.md
+++ /dev/null
@@ -1,104 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ConstantVector"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ConstantVector class
-
-Signature
-
-```typescript
-export declare class ConstantVector implements Vector
-```
-Import
-
-```typescript
-import { ConstantVector } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(value, len)](#constructor-valuelen) | | Constructs a new instance of the ConstantVector class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [length](#length-property) | | number | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [get(index)](#get-method) | | |
-| [toArray()](#toarray-method) | | |
-| [toJSON()](#tojson-method) | | |
-
-### constructor(value, len)
-
-Constructs a new instance of the `ConstantVector` class
-
-Signature
-
-```typescript
-constructor(value: T, len: number);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | T | |
-| len | number | |
-
-### length property
-
-Signature
-
-```typescript
-get length(): number;
-```
-
-### get method
-
-Signature
-
-```typescript
-get(index: number): T;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-
-Returns:
-
-`T`
-
-### toArray method
-
-Signature
-
-```typescript
-toArray(): T[];
-```
-Returns:
-
-`T[]`
-
-### toJSON method
-
-Signature
-
-```typescript
-toJSON(): T[];
-```
-Returns:
-
-`T[]`
-
diff --git a/docs/sources/packages_api/data/coreapp.md b/docs/sources/packages_api/data/coreapp.md
deleted file mode 100644
index e70f582c079..00000000000
--- a/docs/sources/packages_api/data/coreapp.md
+++ /dev/null
@@ -1,31 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CoreApp"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CoreApp enum
-
-### CoreApp enum
-
-Signature
-
-```typescript
-export declare enum CoreApp
-```
-Import
-
-```typescript
-import { CoreApp } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Dashboard | "dashboard" | |
-| Explore | "explore" | |
-
diff --git a/docs/sources/packages_api/data/createdimension.md b/docs/sources/packages_api/data/createdimension.md
deleted file mode 100644
index 5b7a6d8cfb9..00000000000
--- a/docs/sources/packages_api/data/createdimension.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "createDimension"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## createDimension variable
-
-### createDimension variable
-
-Signature
-
-```typescript
-createDimension: (name: string, columns: Field[]) => Dimension
-```
-Import
-
-```typescript
-import { createDimension } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/createplotoverlay.md b/docs/sources/packages_api/data/createplotoverlay.md
deleted file mode 100644
index 1dc877dc17c..00000000000
--- a/docs/sources/packages_api/data/createplotoverlay.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CreatePlotOverlay"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CreatePlotOverlay interface
-
-Signature
-
-```typescript
-export interface CreatePlotOverlay
-```
-Import
-
-```typescript
-import { CreatePlotOverlay } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/csvconfig.md b/docs/sources/packages_api/data/csvconfig.md
deleted file mode 100644
index 0f43227c9d6..00000000000
--- a/docs/sources/packages_api/data/csvconfig.md
+++ /dev/null
@@ -1,70 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CSVConfig"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CSVConfig interface
-
-Signature
-
-```typescript
-export interface CSVConfig
-```
-Import
-
-```typescript
-import { CSVConfig } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [delimiter](#delimiter-property) | string | |
-| [encoding](#encoding-property) | string | |
-| [headerStyle](#headerstyle-property) | CSVHeaderStyle | |
-| [newline](#newline-property) | string | |
-| [quoteChar](#quotechar-property) | string | |
-
-### delimiter property
-
-Signature
-
-```typescript
-delimiter?: string;
-```
-
-### encoding property
-
-Signature
-
-```typescript
-encoding?: string;
-```
-
-### headerStyle property
-
-Signature
-
-```typescript
-headerStyle?: CSVHeaderStyle;
-```
-
-### newline property
-
-Signature
-
-```typescript
-newline?: string;
-```
-
-### quoteChar property
-
-Signature
-
-```typescript
-quoteChar?: string;
-```
diff --git a/docs/sources/packages_api/data/csvheaderstyle.md b/docs/sources/packages_api/data/csvheaderstyle.md
deleted file mode 100644
index e01833ec012..00000000000
--- a/docs/sources/packages_api/data/csvheaderstyle.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CSVHeaderStyle"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CSVHeaderStyle enum
-
-### CSVHeaderStyle enum
-
-Signature
-
-```typescript
-export declare enum CSVHeaderStyle
-```
-Import
-
-```typescript
-import { CSVHeaderStyle } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| full | 0 | |
-| name | 1 | |
-| none | 2 | |
-
diff --git a/docs/sources/packages_api/data/csvoptions.md b/docs/sources/packages_api/data/csvoptions.md
deleted file mode 100644
index e7dc006c1d6..00000000000
--- a/docs/sources/packages_api/data/csvoptions.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CSVOptions"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CSVOptions interface
-
-Signature
-
-```typescript
-export interface CSVOptions
-```
-Import
-
-```typescript
-import { CSVOptions } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [callback](#callback-property) | CSVParseCallbacks | |
-| [config](#config-property) | CSVConfig | |
-
-### callback property
-
-Signature
-
-```typescript
-callback?: CSVParseCallbacks;
-```
-
-### config property
-
-Signature
-
-```typescript
-config?: CSVConfig;
-```
diff --git a/docs/sources/packages_api/data/csvparsecallbacks.md b/docs/sources/packages_api/data/csvparsecallbacks.md
deleted file mode 100644
index c9bd0bd8335..00000000000
--- a/docs/sources/packages_api/data/csvparsecallbacks.md
+++ /dev/null
@@ -1,45 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CSVParseCallbacks"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CSVParseCallbacks interface
-
-Signature
-
-```typescript
-export interface CSVParseCallbacks
-```
-Import
-
-```typescript
-import { CSVParseCallbacks } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [onHeader](#onheader-property) | (fields: Field[]) => void | Get a callback before any rows are processed This can return a modified table to force any Column configurations |
-| [onRow](#onrow-property) | (row: any[]) => void | |
-
-### onHeader property
-
-Get a callback before any rows are processed This can return a modified table to force any Column configurations
-
-Signature
-
-```typescript
-onHeader: (fields: Field[]) => void;
-```
-
-### onRow property
-
-Signature
-
-```typescript
-onRow: (row: any[]) => void;
-```
diff --git a/docs/sources/packages_api/data/csvreader.md b/docs/sources/packages_api/data/csvreader.md
deleted file mode 100644
index 392028631c2..00000000000
--- a/docs/sources/packages_api/data/csvreader.md
+++ /dev/null
@@ -1,115 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "CSVReader"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## CSVReader class
-
-Signature
-
-```typescript
-export declare class CSVReader
-```
-Import
-
-```typescript
-import { CSVReader } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(options)](#constructor-options) | | Constructs a new instance of the CSVReader class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [callback](#callback-property) | | CSVParseCallbacks | |
-| [config](#config-property) | | CSVConfig | |
-| [current](#current-property) | | MutableDataFrame | |
-| [data](#data-property) | | MutableDataFrame[] | |
-| [state](#state-property) | | ParseState | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [readCSV(text)](#readcsv-method) | | |
-
-### constructor(options)
-
-Constructs a new instance of the `CSVReader` class
-
-Signature
-
-```typescript
-constructor(options?: CSVOptions);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | CSVOptions | |
-
-### callback property
-
-Signature
-
-```typescript
-callback?: CSVParseCallbacks;
-```
-
-### config property
-
-Signature
-
-```typescript
-config: CSVConfig;
-```
-
-### current property
-
-Signature
-
-```typescript
-current: MutableDataFrame;
-```
-
-### data property
-
-Signature
-
-```typescript
-data: MutableDataFrame[];
-```
-
-### state property
-
-Signature
-
-```typescript
-state: ParseState;
-```
-
-### readCSV method
-
-Signature
-
-```typescript
-readCSV(text: string): MutableDataFrame[];
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| text | string | |
-
-Returns:
-
-`MutableDataFrame[]`
-
diff --git a/docs/sources/packages_api/data/dataconfigsource.md b/docs/sources/packages_api/data/dataconfigsource.md
deleted file mode 100644
index 994bbd9bd33..00000000000
--- a/docs/sources/packages_api/data/dataconfigsource.md
+++ /dev/null
@@ -1,45 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataConfigSource"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataConfigSource interface
-
-Describes and API for exposing panel specific data configurations.
-
-Signature
-
-```typescript
-export interface DataConfigSource
-```
-Import
-
-```typescript
-import { DataConfigSource } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [getFieldOverrideOptions](#getfieldoverrideoptions-property) | () => ApplyFieldOverrideOptions | undefined | |
-| [getTransformations](#gettransformations-property) | () => DataTransformerConfig[] | undefined | |
-
-### getFieldOverrideOptions property
-
-Signature
-
-```typescript
-getFieldOverrideOptions: () => ApplyFieldOverrideOptions | undefined;
-```
-
-### getTransformations property
-
-Signature
-
-```typescript
-getTransformations: () => DataTransformerConfig[] | undefined;
-```
diff --git a/docs/sources/packages_api/data/dataframe.md b/docs/sources/packages_api/data/dataframe.md
deleted file mode 100644
index afe0e1158da..00000000000
--- a/docs/sources/packages_api/data/dataframe.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataFrame"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataFrame interface
-
-Signature
-
-```typescript
-export interface DataFrame extends QueryResultBase
-```
-Import
-
-```typescript
-import { DataFrame } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [fields](#fields-property) | Field[] | |
-| [length](#length-property) | number | |
-| [name](#name-property) | string | |
-
-### fields property
-
-Signature
-
-```typescript
-fields: Field[];
-```
-
-### length property
-
-Signature
-
-```typescript
-length: number;
-```
-
-### name property
-
-Signature
-
-```typescript
-name?: string;
-```
diff --git a/docs/sources/packages_api/data/dataframedto.md b/docs/sources/packages_api/data/dataframedto.md
deleted file mode 100644
index 4d4c7951868..00000000000
--- a/docs/sources/packages_api/data/dataframedto.md
+++ /dev/null
@@ -1,45 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataFrameDTO"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataFrameDTO interface
-
-Like a DataFrame, but fields may be a FieldDTO
-
-Signature
-
-```typescript
-export interface DataFrameDTO extends QueryResultBase
-```
-Import
-
-```typescript
-import { DataFrameDTO } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [fields](#fields-property) | Array<FieldDTO | Field> | |
-| [name](#name-property) | string | |
-
-### fields property
-
-Signature
-
-```typescript
-fields: Array;
-```
-
-### name property
-
-Signature
-
-```typescript
-name?: string;
-```
diff --git a/docs/sources/packages_api/data/dataframeview.md b/docs/sources/packages_api/data/dataframeview.md
deleted file mode 100644
index 29f1dfe1a13..00000000000
--- a/docs/sources/packages_api/data/dataframeview.md
+++ /dev/null
@@ -1,164 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataFrameView"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataFrameView class
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-This abstraction will present the contents of a DataFrame as if it were a well typed javascript object Vector.
-
-Signature
-
-```typescript
-export declare class DataFrameView extends FunctionalVector
-```
-Import
-
-```typescript
-import { DataFrameView } from '@grafana/data';
-```
-
-## Remarks
-
-The [DataFrameView.get()](./data/dataframeview/get.md) is optimized for use in a loop and will return same object. See function for more details.
-
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(data)](#constructor-data) | | (BETA) Constructs a new instance of the DataFrameView class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [dataFrame](#dataframe-property) | | DataFrame | (BETA) |
-| [length](#length-property) | | number | (BETA) |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [get(idx)](#get-method) | | (BETA) The contents of the object returned from this function are optimized for use in a loop. All calls return the same object but the index has changed. |
-| [getFieldDisplayProcessor(colIndex)](#getfielddisplayprocessor-method) | | (BETA) Helper function to return the [DisplayProcessor](./data/displayprocessor.md) for a given field column. |
-| [toArray()](#toarray-method) | | (BETA) |
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### constructor(data)
-
-Constructs a new instance of the `DataFrameView` class
-
-Signature
-
-```typescript
-constructor(data: DataFrame);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| data | DataFrame | |
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### dataFrame property
-
-Signature
-
-```typescript
-get dataFrame(): DataFrame;
-```
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### length property
-
-Signature
-
-```typescript
-get length(): number;
-```
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### get method
-
-The contents of the object returned from this function are optimized for use in a loop. All calls return the same object but the index has changed.
-
-Signature
-
-```typescript
-get(idx: number): T;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| idx | number | The index of the object you currently are inspecting |
-
-Returns:
-
-`T`
-
-## Example
-
-
-```typescript
- // `first`, `second` and `third` will all point to the same contents at index 2:
- const first = view.get(0);
- const second = view.get(1);
- const third = view.get(2);
-
- // If you need three different objects, consider something like:
- const first = { ...view.get(0) };
- const second = { ...view.get(1) };
- const third = { ...view.get(2) };
-
-```
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### getFieldDisplayProcessor method
-
-Helper function to return the [DisplayProcessor](./data/displayprocessor.md) for a given field column.
-
-Signature
-
-```typescript
-getFieldDisplayProcessor(colIndex: number): DisplayProcessor | null;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| colIndex | number | the field column index for the data frame. |
-
-Returns:
-
-`DisplayProcessor | null`
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### toArray method
-
-Signature
-
-```typescript
-toArray(): T[];
-```
-Returns:
-
-`T[]`
-
diff --git a/docs/sources/packages_api/data/datalink.md b/docs/sources/packages_api/data/datalink.md
deleted file mode 100644
index f1ce2dac3c8..00000000000
--- a/docs/sources/packages_api/data/datalink.md
+++ /dev/null
@@ -1,86 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataLink"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataLink interface
-
-Link configuration. The values may contain variables that need to be processed before showing the link to user.
-
-TODO: <T extends DataQuery> is not strictly true for internal links as we do not need refId for example but all data source defined queries extend this so this is more for documentation.
-
-Signature
-
-```typescript
-export interface DataLink
-```
-Import
-
-```typescript
-import { DataLink } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [internal](#internal-property) | {
query: T;
datasourceUid: string;
} | |
-| [onBuildUrl](#onbuildurl-property) | (event: DataLinkClickEvent) => string | |
-| [onClick](#onclick-property) | (event: DataLinkClickEvent) => void | |
-| [targetBlank](#targetblank-property) | boolean | |
-| [title](#title-property) | string | |
-| [url](#url-property) | string | |
-
-### internal property
-
-Signature
-
-```typescript
-internal?: {
- query: T;
- datasourceUid: string;
- };
-```
-
-### onBuildUrl property
-
-Signature
-
-```typescript
-onBuildUrl?: (event: DataLinkClickEvent) => string;
-```
-
-### onClick property
-
-Signature
-
-```typescript
-onClick?: (event: DataLinkClickEvent) => void;
-```
-
-### targetBlank property
-
-Signature
-
-```typescript
-targetBlank?: boolean;
-```
-
-### title property
-
-Signature
-
-```typescript
-title: string;
-```
-
-### url property
-
-Signature
-
-```typescript
-url: string;
-```
diff --git a/docs/sources/packages_api/data/datalinkbuiltinvars.md b/docs/sources/packages_api/data/datalinkbuiltinvars.md
deleted file mode 100644
index 26122981e23..00000000000
--- a/docs/sources/packages_api/data/datalinkbuiltinvars.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataLinkBuiltInVars"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataLinkBuiltInVars variable
-
-### DataLinkBuiltInVars variable
-
-Signature
-
-```typescript
-DataLinkBuiltInVars: {
- keepTime: string;
- timeRangeFrom: string;
- timeRangeTo: string;
- includeVars: string;
- seriesName: string;
- fieldName: string;
- valueTime: string;
- valueNumeric: string;
- valueText: string;
- valueRaw: string;
- valueCalc: string;
-}
-```
-Import
-
-```typescript
-import { DataLinkBuiltInVars } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datalinkclickevent.md b/docs/sources/packages_api/data/datalinkclickevent.md
deleted file mode 100644
index 9ec48064ae6..00000000000
--- a/docs/sources/packages_api/data/datalinkclickevent.md
+++ /dev/null
@@ -1,54 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataLinkClickEvent"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataLinkClickEvent interface
-
-Callback info for DataLink click events
-
-Signature
-
-```typescript
-export interface DataLinkClickEvent
-```
-Import
-
-```typescript
-import { DataLinkClickEvent } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [e](#e-property) | any | |
-| [origin](#origin-property) | T | |
-| [scopedVars](#scopedvars-property) | ScopedVars | |
-
-### e property
-
-Signature
-
-```typescript
-e?: any;
-```
-
-### origin property
-
-Signature
-
-```typescript
-origin: T;
-```
-
-### scopedVars property
-
-Signature
-
-```typescript
-scopedVars: ScopedVars;
-```
diff --git a/docs/sources/packages_api/data/datalinksfieldconfigsettings.md b/docs/sources/packages_api/data/datalinksfieldconfigsettings.md
deleted file mode 100644
index f418f3da709..00000000000
--- a/docs/sources/packages_api/data/datalinksfieldconfigsettings.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataLinksFieldConfigSettings"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataLinksFieldConfigSettings interface
-
-Signature
-
-```typescript
-export interface DataLinksFieldConfigSettings
-```
-Import
-
-```typescript
-import { DataLinksFieldConfigSettings } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datalinksoverrideprocessor.md b/docs/sources/packages_api/data/datalinksoverrideprocessor.md
deleted file mode 100644
index 933cc69918d..00000000000
--- a/docs/sources/packages_api/data/datalinksoverrideprocessor.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dataLinksOverrideProcessor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dataLinksOverrideProcessor variable
-
-### dataLinksOverrideProcessor variable
-
-Signature
-
-```typescript
-dataLinksOverrideProcessor: (value: any, _context: FieldOverrideContext, _settings?: DataLinksFieldConfigSettings | undefined) => DataLink[]
-```
-Import
-
-```typescript
-import { dataLinksOverrideProcessor } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/dataquery.md b/docs/sources/packages_api/data/dataquery.md
deleted file mode 100644
index adc4d4cd079..00000000000
--- a/docs/sources/packages_api/data/dataquery.md
+++ /dev/null
@@ -1,82 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataQuery"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataQuery interface
-
-These are the common properties available to all queries in all datasources Specific implementations will extend this interface adding the required properties for the given context
-
-Signature
-
-```typescript
-export interface DataQuery
-```
-Import
-
-```typescript
-import { DataQuery } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [datasource](#datasource-property) | string | null | For mixed data sources the selected datasource is on the query level. For non mixed scenarios this is undefined. |
-| [hide](#hide-property) | boolean | true if query is disabled (ie should not be returned to the dashboard) |
-| [key](#key-property) | string | Unique, guid like, string used in explore mode |
-| [queryType](#querytype-property) | string | Specify the query flavor |
-| [refId](#refid-property) | string | A - Z |
-
-### datasource property
-
-For mixed data sources the selected datasource is on the query level. For non mixed scenarios this is undefined.
-
-Signature
-
-```typescript
-datasource?: string | null;
-```
-
-### hide property
-
-true if query is disabled (ie should not be returned to the dashboard)
-
-Signature
-
-```typescript
-hide?: boolean;
-```
-
-### key property
-
-Unique, guid like, string used in explore mode
-
-Signature
-
-```typescript
-key?: string;
-```
-
-### queryType property
-
-Specify the query flavor
-
-Signature
-
-```typescript
-queryType?: string;
-```
-
-### refId property
-
-A - Z
-
-Signature
-
-```typescript
-refId: string;
-```
diff --git a/docs/sources/packages_api/data/dataqueryerror.md b/docs/sources/packages_api/data/dataqueryerror.md
deleted file mode 100644
index cc0ee56fa0c..00000000000
--- a/docs/sources/packages_api/data/dataqueryerror.md
+++ /dev/null
@@ -1,82 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataQueryError"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataQueryError interface
-
-Signature
-
-```typescript
-export interface DataQueryError
-```
-Import
-
-```typescript
-import { DataQueryError } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [cancelled](#cancelled-property) | boolean | |
-| [data](#data-property) | {
message?: string;
error?: string;
} | |
-| [message](#message-property) | string | |
-| [refId](#refid-property) | string | |
-| [status](#status-property) | string | |
-| [statusText](#statustext-property) | string | |
-
-### cancelled property
-
-Signature
-
-```typescript
-cancelled?: boolean;
-```
-
-### data property
-
-Signature
-
-```typescript
-data?: {
- message?: string;
- error?: string;
- };
-```
-
-### message property
-
-Signature
-
-```typescript
-message?: string;
-```
-
-### refId property
-
-Signature
-
-```typescript
-refId?: string;
-```
-
-### status property
-
-Signature
-
-```typescript
-status?: string;
-```
-
-### statusText property
-
-Signature
-
-```typescript
-statusText?: string;
-```
diff --git a/docs/sources/packages_api/data/dataqueryrequest.md b/docs/sources/packages_api/data/dataqueryrequest.md
deleted file mode 100644
index 5b0f93ffc2b..00000000000
--- a/docs/sources/packages_api/data/dataqueryrequest.md
+++ /dev/null
@@ -1,187 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataQueryRequest"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataQueryRequest interface
-
-Signature
-
-```typescript
-export interface DataQueryRequest
-```
-Import
-
-```typescript
-import { DataQueryRequest } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [app](#app-property) | CoreApp | string | |
-| [cacheTimeout](#cachetimeout-property) | string | |
-| [dashboardId](#dashboardid-property) | number | |
-| [endTime](#endtime-property) | number | |
-| [exploreMode](#exploremode-property) | ExploreMode | |
-| [interval](#interval-property) | string | |
-| [intervalMs](#intervalms-property) | number | |
-| [maxDataPoints](#maxdatapoints-property) | number | |
-| [panelId](#panelid-property) | number | |
-| [range](#range-property) | TimeRange | |
-| [rangeRaw](#rangeraw-property) | RawTimeRange | |
-| [requestId](#requestid-property) | string | |
-| [reverse](#reverse-property) | boolean | |
-| [scopedVars](#scopedvars-property) | ScopedVars | |
-| [startTime](#starttime-property) | number | |
-| [targets](#targets-property) | TQuery[] | |
-| [timeInfo](#timeinfo-property) | string | |
-| [timezone](#timezone-property) | string | |
-
-### app property
-
-Signature
-
-```typescript
-app: CoreApp | string;
-```
-
-### cacheTimeout property
-
-Signature
-
-```typescript
-cacheTimeout?: string;
-```
-
-### dashboardId property
-
-Signature
-
-```typescript
-dashboardId: number;
-```
-
-### endTime property
-
-Signature
-
-```typescript
-endTime?: number;
-```
-
-### exploreMode property
-
-Signature
-
-```typescript
-exploreMode?: ExploreMode;
-```
-
-### interval property
-
-Signature
-
-```typescript
-interval: string;
-```
-
-### intervalMs property
-
-Signature
-
-```typescript
-intervalMs?: number;
-```
-
-### maxDataPoints property
-
-Signature
-
-```typescript
-maxDataPoints?: number;
-```
-
-### panelId property
-
-Signature
-
-```typescript
-panelId: number;
-```
-
-### range property
-
-Signature
-
-```typescript
-range: TimeRange;
-```
-
-### rangeRaw property
-
-Signature
-
-```typescript
-rangeRaw?: RawTimeRange;
-```
-
-### requestId property
-
-Signature
-
-```typescript
-requestId: string;
-```
-
-### reverse property
-
-Signature
-
-```typescript
-reverse?: boolean;
-```
-
-### scopedVars property
-
-Signature
-
-```typescript
-scopedVars: ScopedVars;
-```
-
-### startTime property
-
-Signature
-
-```typescript
-startTime: number;
-```
-
-### targets property
-
-Signature
-
-```typescript
-targets: TQuery[];
-```
-
-### timeInfo property
-
-Signature
-
-```typescript
-timeInfo?: string;
-```
-
-### timezone property
-
-Signature
-
-```typescript
-timezone: string;
-```
diff --git a/docs/sources/packages_api/data/dataqueryresponse.md b/docs/sources/packages_api/data/dataqueryresponse.md
deleted file mode 100644
index 0c0717d6ec6..00000000000
--- a/docs/sources/packages_api/data/dataqueryresponse.md
+++ /dev/null
@@ -1,69 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataQueryResponse"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataQueryResponse interface
-
-Signature
-
-```typescript
-export interface DataQueryResponse
-```
-Import
-
-```typescript
-import { DataQueryResponse } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [data](#data-property) | DataQueryResponseData[] | The response data. When streaming, this may be empty or a partial result set |
-| [error](#error-property) | DataQueryError | Optionally include error info along with the response data |
-| [key](#key-property) | string | When returning multiple partial responses or streams Use this key to inform Grafana how to combine the partial responses Multiple responses with same key are replaced (latest used) |
-| [state](#state-property) | LoadingState | Use this to control which state the response should have Defaults to LoadingState.Done if state is not defined |
-
-### data property
-
-The response data. When streaming, this may be empty or a partial result set
-
-Signature
-
-```typescript
-data: DataQueryResponseData[];
-```
-
-### error property
-
-Optionally include error info along with the response data
-
-Signature
-
-```typescript
-error?: DataQueryError;
-```
-
-### key property
-
-When returning multiple partial responses or streams Use this key to inform Grafana how to combine the partial responses Multiple responses with same key are replaced (latest used)
-
-Signature
-
-```typescript
-key?: string;
-```
-
-### state property
-
-Use this to control which state the response should have Defaults to LoadingState.Done if state is not defined
-
-Signature
-
-```typescript
-state?: LoadingState;
-```
diff --git a/docs/sources/packages_api/data/dataqueryresponsedata.md b/docs/sources/packages_api/data/dataqueryresponsedata.md
deleted file mode 100644
index 7d1949726e9..00000000000
--- a/docs/sources/packages_api/data/dataqueryresponsedata.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataQueryResponseData"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataQueryResponseData type
-
-### DataQueryResponseData type
-
-Signature
-
-```typescript
-export declare type DataQueryResponseData = DataFrame | DataFrameDTO | LegacyResponseData;
-```
-Import
-
-```typescript
-import { DataQueryResponseData } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/dataquerytimings.md b/docs/sources/packages_api/data/dataquerytimings.md
deleted file mode 100644
index 9e2034b2a65..00000000000
--- a/docs/sources/packages_api/data/dataquerytimings.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataQueryTimings"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataQueryTimings interface
-
-Signature
-
-```typescript
-export interface DataQueryTimings
-```
-Import
-
-```typescript
-import { DataQueryTimings } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [dataProcessingTime](#dataprocessingtime-property) | number | |
-
-### dataProcessingTime property
-
-Signature
-
-```typescript
-dataProcessingTime: number;
-```
diff --git a/docs/sources/packages_api/data/datasourceapi.md b/docs/sources/packages_api/data/datasourceapi.md
deleted file mode 100644
index 807e06c43b2..00000000000
--- a/docs/sources/packages_api/data/datasourceapi.md
+++ /dev/null
@@ -1,438 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceApi"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceApi class
-
-The main data source abstraction interface, represents an instance of a data source
-
-Although this is a class, datasource implementations do not \*yet\* need to extend it. As such, we can not yet add functions with default implementations.
-
-Signature
-
-```typescript
-export declare abstract class DataSourceApi
-```
-Import
-
-```typescript
-import { DataSourceApi } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(instanceSettings)](#constructor-instancesettings) | | Constructs a new instance of the DataSourceApi class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [components](#components-property) | | DataSourcePluginComponents<DataSourceApi<TQuery, TOptions>, TQuery, TOptions> | Set after constructor call, as the data source instance is the most common thing to pass around we attach the components to this instance for easy access |
-| [getLogRowContext](#getlogrowcontext-property) | | <TContextQueryOptions extends {}>(row: LogRowModel, options?: TContextQueryOptions) => Promise<DataQueryResponse> | Retrieve context for a given log row |
-| [id](#id-property) | | number | Set in constructor |
-| [init](#init-property) | | () => void | Initializes a datasource after instantiation |
-| [interval](#interval-property) | | string | min interval range |
-| [languageProvider](#languageprovider-property) | | any | Used in explore |
-| [meta](#meta-property) | | DataSourcePluginMeta | static information about the datasource |
-| [name](#name-property) | | string | Set in constructor |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [annotationQuery(options)](#annotationquery-method) | | Can be optionally implemented to allow datasource to be a source of annotations for dashboard. To be visible in the annotation editor annotations capability also needs to be enabled in plugin.json. |
-| [getHighlighterExpression(query)](#gethighlighterexpression-method) | | Used in explore |
-| [getQueryDisplayText(query)](#getquerydisplaytext-method) | | Convert a query to a simple text string |
-| [getQueryHints(query, results, rest)](#getqueryhints-method) | | Get hints for query improvements |
-| [getTagKeys(options)](#gettagkeys-method) | | Get tag keys for adhoc filters |
-| [getTagValues(options)](#gettagvalues-method) | | Get tag values for adhoc filters |
-| [getVersion(optionalOptions)](#getversion-method) | | |
-| [importQueries(queries, originMeta)](#importqueries-method) | | Imports queries from a different datasource |
-| [interpolateVariablesInQueries(queries, scopedVars)](#interpolatevariablesinqueries-method) | | |
-| [metricFindQuery(query, options)](#metricfindquery-method) | | Variable query action. |
-| [modifyQuery(query, action)](#modifyquery-method) | | Used in explore |
-| [query(request)](#query-method) | | Query for data, and optionally stream results |
-| [showContextToggle(row)](#showcontexttoggle-method) | | |
-| [targetContainsTemplate(query)](#targetcontainstemplate-method) | | Used by alerting to check if query contains template variables |
-| [testDatasource()](#testdatasource-method) | | Test & verify datasource settings & connection details |
-
-### constructor(instanceSettings)
-
-Constructs a new instance of the `DataSourceApi` class
-
-Signature
-
-```typescript
-constructor(instanceSettings: DataSourceInstanceSettings);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| instanceSettings | DataSourceInstanceSettings<TOptions> | |
-
-### components property
-
-Set after constructor call, as the data source instance is the most common thing to pass around we attach the components to this instance for easy access
-
-Signature
-
-```typescript
-components?: DataSourcePluginComponents, TQuery, TOptions>;
-```
-
-### getLogRowContext property
-
-Retrieve context for a given log row
-
-Signature
-
-```typescript
-getLogRowContext?: (row: LogRowModel, options?: TContextQueryOptions) => Promise;
-```
-
-### id property
-
-Set in constructor
-
-Signature
-
-```typescript
-readonly id: number;
-```
-
-### init property
-
-Initializes a datasource after instantiation
-
-Signature
-
-```typescript
-init?: () => void;
-```
-
-### interval property
-
-min interval range
-
-Signature
-
-```typescript
-interval?: string;
-```
-
-### languageProvider property
-
-Used in explore
-
-Signature
-
-```typescript
-languageProvider?: any;
-```
-
-### meta property
-
-static information about the datasource
-
-Signature
-
-```typescript
-meta: DataSourcePluginMeta;
-```
-
-### name property
-
-Set in constructor
-
-Signature
-
-```typescript
-readonly name: string;
-```
-
-### annotationQuery method
-
-Can be optionally implemented to allow datasource to be a source of annotations for dashboard. To be visible in the annotation editor `annotations` capability also needs to be enabled in plugin.json.
-
-Signature
-
-```typescript
-annotationQuery?(options: AnnotationQueryRequest): Promise;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | AnnotationQueryRequest<TQuery> | |
-
-Returns:
-
-`Promise`
-
-### getHighlighterExpression method
-
-Used in explore
-
-Signature
-
-```typescript
-getHighlighterExpression?(query: TQuery): string[];
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| query | TQuery | |
-
-Returns:
-
-`string[]`
-
-### getQueryDisplayText method
-
-Convert a query to a simple text string
-
-Signature
-
-```typescript
-getQueryDisplayText?(query: TQuery): string;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| query | TQuery | |
-
-Returns:
-
-`string`
-
-### getQueryHints method
-
-Get hints for query improvements
-
-Signature
-
-```typescript
-getQueryHints?(query: TQuery, results: any[], ...rest: any): QueryHint[];
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| query | TQuery | |
-| results | any[] | |
-| rest | any | |
-
-Returns:
-
-`QueryHint[]`
-
-### getTagKeys method
-
-Get tag keys for adhoc filters
-
-Signature
-
-```typescript
-getTagKeys?(options?: any): Promise;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | any | |
-
-Returns:
-
-`Promise`
-
-### getTagValues method
-
-Get tag values for adhoc filters
-
-Signature
-
-```typescript
-getTagValues?(options: any): Promise;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | any | |
-
-Returns:
-
-`Promise`
-
-### getVersion method
-
-Signature
-
-```typescript
-getVersion?(optionalOptions?: any): Promise;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| optionalOptions | any | |
-
-Returns:
-
-`Promise`
-
-### importQueries method
-
-Imports queries from a different datasource
-
-Signature
-
-```typescript
-importQueries?(queries: TQuery[], originMeta: PluginMeta): Promise;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| queries | TQuery[] | |
-| originMeta | PluginMeta | |
-
-Returns:
-
-`Promise`
-
-### interpolateVariablesInQueries method
-
-Signature
-
-```typescript
-interpolateVariablesInQueries?(queries: TQuery[], scopedVars: ScopedVars | {}): TQuery[];
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| queries | TQuery[] | |
-| scopedVars | ScopedVars | {} | |
-
-Returns:
-
-`TQuery[]`
-
-### metricFindQuery method
-
-Variable query action.
-
-Signature
-
-```typescript
-metricFindQuery?(query: any, options?: any): Promise;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| query | any | |
-| options | any | |
-
-Returns:
-
-`Promise`
-
-### modifyQuery method
-
-Used in explore
-
-Signature
-
-```typescript
-modifyQuery?(query: TQuery, action: QueryFixAction): TQuery;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| query | TQuery | |
-| action | QueryFixAction | |
-
-Returns:
-
-`TQuery`
-
-### query method
-
-Query for data, and optionally stream results
-
-Signature
-
-```typescript
-abstract query(request: DataQueryRequest): Promise | Observable;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| request | DataQueryRequest<TQuery> | |
-
-Returns:
-
-`Promise | Observable`
-
-### showContextToggle method
-
-Signature
-
-```typescript
-showContextToggle?(row?: LogRowModel): boolean;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| row | LogRowModel | |
-
-Returns:
-
-`boolean`
-
-### targetContainsTemplate method
-
-Used by alerting to check if query contains template variables
-
-Signature
-
-```typescript
-targetContainsTemplate?(query: TQuery): boolean;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| query | TQuery | |
-
-Returns:
-
-`boolean`
-
-### testDatasource method
-
-Test & verify datasource settings & connection details
-
-Signature
-
-```typescript
-abstract testDatasource(): Promise;
-```
-Returns:
-
-`Promise`
-
diff --git a/docs/sources/packages_api/data/datasourceconstructor.md b/docs/sources/packages_api/data/datasourceconstructor.md
deleted file mode 100644
index df4a895dd7c..00000000000
--- a/docs/sources/packages_api/data/datasourceconstructor.md
+++ /dev/null
@@ -1,45 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceConstructor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceConstructor interface
-
-Signature
-
-```typescript
-export interface DataSourceConstructor, TQuery extends DataQuery = DataQuery, TOptions extends DataSourceJsonData = DataSourceJsonData>
-```
-Import
-
-```typescript
-import { DataSourceConstructor } from '@grafana/data';
-```
-Methods
-
-| Method | Description |
-| --- | --- |
-| [new(instanceSettings, args)](#new-instancesettingsargs) | |
-
-### new(instanceSettings, args)
-
-Signature
-
-```typescript
-new (instanceSettings: DataSourceInstanceSettings, ...args: any[]): DSType;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| instanceSettings | DataSourceInstanceSettings<TOptions> | |
-| args | any[] | |
-
-Returns:
-
-`DSType`
-
diff --git a/docs/sources/packages_api/data/datasourceinstancesettings.md b/docs/sources/packages_api/data/datasourceinstancesettings.md
deleted file mode 100644
index 7fc2951f0d1..00000000000
--- a/docs/sources/packages_api/data/datasourceinstancesettings.md
+++ /dev/null
@@ -1,137 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceInstanceSettings"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceInstanceSettings interface
-
-Frontend settings model that is passed to Datasource constructor. This differs a bit from the model above as this data model is available to every user who has access to a data source (Viewers+). This is loaded in bootData (on page load), or from: /api/frontend/settings
-
-Signature
-
-```typescript
-export interface DataSourceInstanceSettings
-```
-Import
-
-```typescript
-import { DataSourceInstanceSettings } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [basicAuth](#basicauth-property) | string | This is the full Authorization header if basic auth is enabled. Only available here when access is Browser (direct), when access is Server (proxy) The basic auth header, username & password is never exposed to browser/Frontend so this will be empty then. |
-| [database](#database-property) | string | |
-| [id](#id-property) | number | |
-| [jsonData](#jsondata-property) | T | |
-| [meta](#meta-property) | DataSourcePluginMeta | |
-| [name](#name-property) | string | |
-| [password](#password-property) | string | |
-| [type](#type-property) | string | |
-| [uid](#uid-property) | string | |
-| [url](#url-property) | string | |
-| [username](#username-property) | string | |
-| [withCredentials](#withcredentials-property) | boolean | |
-
-### basicAuth property
-
-This is the full Authorization header if basic auth is enabled. Only available here when access is Browser (direct), when access is Server (proxy) The basic auth header, username & password is never exposed to browser/Frontend so this will be empty then.
-
-Signature
-
-```typescript
-basicAuth?: string;
-```
-
-### database property
-
-Signature
-
-```typescript
-database?: string;
-```
-
-### id property
-
-Signature
-
-```typescript
-id: number;
-```
-
-### jsonData property
-
-Signature
-
-```typescript
-jsonData: T;
-```
-
-### meta property
-
-Signature
-
-```typescript
-meta: DataSourcePluginMeta;
-```
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
-
-### password property
-
-Signature
-
-```typescript
-password?: string;
-```
-
-### type property
-
-Signature
-
-```typescript
-type: string;
-```
-
-### uid property
-
-Signature
-
-```typescript
-uid: string;
-```
-
-### url property
-
-Signature
-
-```typescript
-url?: string;
-```
-
-### username property
-
-Signature
-
-```typescript
-username?: string;
-```
-
-### withCredentials property
-
-Signature
-
-```typescript
-withCredentials?: boolean;
-```
diff --git a/docs/sources/packages_api/data/datasourcejsondata.md b/docs/sources/packages_api/data/datasourcejsondata.md
deleted file mode 100644
index 16ac990324e..00000000000
--- a/docs/sources/packages_api/data/datasourcejsondata.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceJsonData"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceJsonData interface
-
-Signature
-
-```typescript
-export interface DataSourceJsonData
-```
-Import
-
-```typescript
-import { DataSourceJsonData } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [authType](#authtype-property) | string | |
-| [defaultRegion](#defaultregion-property) | string | |
-
-### authType property
-
-Signature
-
-```typescript
-authType?: string;
-```
-
-### defaultRegion property
-
-Signature
-
-```typescript
-defaultRegion?: string;
-```
diff --git a/docs/sources/packages_api/data/datasourceoptionstype.md b/docs/sources/packages_api/data/datasourceoptionstype.md
deleted file mode 100644
index d82b22582e5..00000000000
--- a/docs/sources/packages_api/data/datasourceoptionstype.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceOptionsType"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceOptionsType type
-
-### DataSourceOptionsType type
-
-Signature
-
-```typescript
-export declare type DataSourceOptionsType> = DSType extends DataSourceApi ? TOptions : never;
-```
-Import
-
-```typescript
-import { DataSourceOptionsType } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datasourceplugin.md b/docs/sources/packages_api/data/datasourceplugin.md
deleted file mode 100644
index efcd5df4477..00000000000
--- a/docs/sources/packages_api/data/datasourceplugin.md
+++ /dev/null
@@ -1,286 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourcePlugin"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourcePlugin class
-
-Signature
-
-```typescript
-export declare class DataSourcePlugin, TQuery extends DataQuery = DataSourceQueryType, TOptions extends DataSourceJsonData = DataSourceOptionsType, TSecureOptions = {}> extends GrafanaPlugin>
-```
-Import
-
-```typescript
-import { DataSourcePlugin } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(DataSourceClass)](#constructor-datasourceclass) | | Constructs a new instance of the DataSourcePlugin class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [components](#components-property) | | DataSourcePluginComponents<DSType, TQuery, TOptions, TSecureOptions> | |
-| [DataSourceClass](#datasourceclass-property) | | DataSourceConstructor<DSType, TQuery, TOptions> | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [setAnnotationQueryCtrl(AnnotationsQueryCtrl)](#setannotationqueryctrl-method) | | |
-| [setComponentsFromLegacyExports(pluginExports)](#setcomponentsfromlegacyexports-method) | | |
-| [setConfigCtrl(ConfigCtrl)](#setconfigctrl-method) | | |
-| [setConfigEditor(editor)](#setconfigeditor-method) | | |
-| [setExploreLogsQueryField(ExploreQueryField)](#setexplorelogsqueryfield-method) | | |
-| [setExploreMetricsQueryField(ExploreQueryField)](#setexploremetricsqueryfield-method) | | |
-| [setExploreQueryField(ExploreQueryField)](#setexplorequeryfield-method) | | |
-| [setExploreStartPage(ExploreStartPage)](#setexplorestartpage-method) | | |
-| [setMetadataInspector(MetadataInspector)](#setmetadatainspector-method) | | |
-| [setQueryCtrl(QueryCtrl)](#setqueryctrl-method) | | |
-| [setQueryEditor(QueryEditor)](#setqueryeditor-method) | | |
-| [setVariableQueryEditor(VariableQueryEditor)](#setvariablequeryeditor-method) | | |
-
-### constructor(DataSourceClass)
-
-Constructs a new instance of the `DataSourcePlugin` class
-
-Signature
-
-```typescript
-constructor(DataSourceClass: DataSourceConstructor);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| DataSourceClass | DataSourceConstructor<DSType, TQuery, TOptions> | |
-
-### components property
-
-Signature
-
-```typescript
-components: DataSourcePluginComponents;
-```
-
-### DataSourceClass property
-
-Signature
-
-```typescript
-DataSourceClass: DataSourceConstructor;
-```
-
-### setAnnotationQueryCtrl method
-
-Signature
-
-```typescript
-setAnnotationQueryCtrl(AnnotationsQueryCtrl: any): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| AnnotationsQueryCtrl | any | |
-
-Returns:
-
-`this`
-
-### setComponentsFromLegacyExports method
-
-Signature
-
-```typescript
-setComponentsFromLegacyExports(pluginExports: any): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| pluginExports | any | |
-
-Returns:
-
-`void`
-
-### setConfigCtrl method
-
-Signature
-
-```typescript
-setConfigCtrl(ConfigCtrl: any): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| ConfigCtrl | any | |
-
-Returns:
-
-`this`
-
-### setConfigEditor method
-
-Signature
-
-```typescript
-setConfigEditor(editor: ComponentType>): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| editor | ComponentType<DataSourcePluginOptionsEditorProps<TOptions, TSecureOptions>> | |
-
-Returns:
-
-`this`
-
-### setExploreLogsQueryField method
-
-Signature
-
-```typescript
-setExploreLogsQueryField(ExploreQueryField: ComponentType>): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| ExploreQueryField | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> | |
-
-Returns:
-
-`this`
-
-### setExploreMetricsQueryField method
-
-Signature
-
-```typescript
-setExploreMetricsQueryField(ExploreQueryField: ComponentType>): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| ExploreQueryField | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> | |
-
-Returns:
-
-`this`
-
-### setExploreQueryField method
-
-Signature
-
-```typescript
-setExploreQueryField(ExploreQueryField: ComponentType>): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| ExploreQueryField | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> | |
-
-Returns:
-
-`this`
-
-### setExploreStartPage method
-
-Signature
-
-```typescript
-setExploreStartPage(ExploreStartPage: ComponentType): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| ExploreStartPage | ComponentType<ExploreStartPageProps> | |
-
-Returns:
-
-`this`
-
-### setMetadataInspector method
-
-Signature
-
-```typescript
-setMetadataInspector(MetadataInspector: ComponentType>): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| MetadataInspector | ComponentType<MetadataInspectorProps<DSType, TQuery, TOptions>> | |
-
-Returns:
-
-`this`
-
-### setQueryCtrl method
-
-Signature
-
-```typescript
-setQueryCtrl(QueryCtrl: any): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| QueryCtrl | any | |
-
-Returns:
-
-`this`
-
-### setQueryEditor method
-
-Signature
-
-```typescript
-setQueryEditor(QueryEditor: ComponentType>): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| QueryEditor | ComponentType<QueryEditorProps<DSType, TQuery, TOptions>> | |
-
-Returns:
-
-`this`
-
-### setVariableQueryEditor method
-
-Signature
-
-```typescript
-setVariableQueryEditor(VariableQueryEditor: any): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| VariableQueryEditor | any | |
-
-Returns:
-
-`this`
-
diff --git a/docs/sources/packages_api/data/datasourceplugincomponents.md b/docs/sources/packages_api/data/datasourceplugincomponents.md
deleted file mode 100644
index f7eb75b7960..00000000000
--- a/docs/sources/packages_api/data/datasourceplugincomponents.md
+++ /dev/null
@@ -1,115 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourcePluginComponents"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourcePluginComponents interface
-
-Signature
-
-```typescript
-export interface DataSourcePluginComponents, TQuery extends DataQuery = DataQuery, TOptions extends DataSourceJsonData = DataSourceJsonData, TSecureOptions = {}>
-```
-Import
-
-```typescript
-import { DataSourcePluginComponents } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [AnnotationsQueryCtrl](#annotationsqueryctrl-property) | any | |
-| [ConfigEditor](#configeditor-property) | ComponentType<DataSourcePluginOptionsEditorProps<TOptions, TSecureOptions>> | |
-| [ExploreLogsQueryField](#explorelogsqueryfield-property) | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> | |
-| [ExploreMetricsQueryField](#exploremetricsqueryfield-property) | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> | |
-| [ExploreQueryField](#explorequeryfield-property) | ComponentType<ExploreQueryFieldProps<DSType, TQuery, TOptions>> | |
-| [ExploreStartPage](#explorestartpage-property) | ComponentType<ExploreStartPageProps> | |
-| [MetadataInspector](#metadatainspector-property) | ComponentType<MetadataInspectorProps<DSType, TQuery, TOptions>> | |
-| [QueryCtrl](#queryctrl-property) | any | |
-| [QueryEditor](#queryeditor-property) | ComponentType<QueryEditorProps<DSType, TQuery, TOptions>> | |
-| [VariableQueryEditor](#variablequeryeditor-property) | any | |
-
-### AnnotationsQueryCtrl property
-
-Signature
-
-```typescript
-AnnotationsQueryCtrl?: any;
-```
-
-### ConfigEditor property
-
-Signature
-
-```typescript
-ConfigEditor?: ComponentType>;
-```
-
-### ExploreLogsQueryField property
-
-Signature
-
-```typescript
-ExploreLogsQueryField?: ComponentType>;
-```
-
-### ExploreMetricsQueryField property
-
-Signature
-
-```typescript
-ExploreMetricsQueryField?: ComponentType>;
-```
-
-### ExploreQueryField property
-
-Signature
-
-```typescript
-ExploreQueryField?: ComponentType>;
-```
-
-### ExploreStartPage property
-
-Signature
-
-```typescript
-ExploreStartPage?: ComponentType;
-```
-
-### MetadataInspector property
-
-Signature
-
-```typescript
-MetadataInspector?: ComponentType>;
-```
-
-### QueryCtrl property
-
-Signature
-
-```typescript
-QueryCtrl?: any;
-```
-
-### QueryEditor property
-
-Signature
-
-```typescript
-QueryEditor?: ComponentType>;
-```
-
-### VariableQueryEditor property
-
-Signature
-
-```typescript
-VariableQueryEditor?: any;
-```
diff --git a/docs/sources/packages_api/data/datasourcepluginmeta.md b/docs/sources/packages_api/data/datasourcepluginmeta.md
deleted file mode 100644
index a4e227b57ae..00000000000
--- a/docs/sources/packages_api/data/datasourcepluginmeta.md
+++ /dev/null
@@ -1,133 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourcePluginMeta"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourcePluginMeta interface
-
-Signature
-
-```typescript
-export interface DataSourcePluginMeta extends PluginMeta
-```
-Import
-
-```typescript
-import { DataSourcePluginMeta } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [alerting](#alerting-property) | boolean | |
-| [annotations](#annotations-property) | boolean | |
-| [builtIn](#builtin-property) | boolean | |
-| [category](#category-property) | string | |
-| [hasQueryHelp](#hasqueryhelp-property) | boolean | |
-| [logs](#logs-property) | boolean | |
-| [metrics](#metrics-property) | boolean | |
-| [mixed](#mixed-property) | boolean | |
-| [queryOptions](#queryoptions-property) | PluginMetaQueryOptions | |
-| [sort](#sort-property) | number | |
-| [streaming](#streaming-property) | boolean | |
-| [tracing](#tracing-property) | boolean | |
-
-### alerting property
-
-Signature
-
-```typescript
-alerting?: boolean;
-```
-
-### annotations property
-
-Signature
-
-```typescript
-annotations?: boolean;
-```
-
-### builtIn property
-
-Signature
-
-```typescript
-builtIn?: boolean;
-```
-
-### category property
-
-Signature
-
-```typescript
-category?: string;
-```
-
-### hasQueryHelp property
-
-Signature
-
-```typescript
-hasQueryHelp?: boolean;
-```
-
-### logs property
-
-Signature
-
-```typescript
-logs?: boolean;
-```
-
-### metrics property
-
-Signature
-
-```typescript
-metrics?: boolean;
-```
-
-### mixed property
-
-Signature
-
-```typescript
-mixed?: boolean;
-```
-
-### queryOptions property
-
-Signature
-
-```typescript
-queryOptions?: PluginMetaQueryOptions;
-```
-
-### sort property
-
-Signature
-
-```typescript
-sort?: number;
-```
-
-### streaming property
-
-Signature
-
-```typescript
-streaming?: boolean;
-```
-
-### tracing property
-
-Signature
-
-```typescript
-tracing?: boolean;
-```
diff --git a/docs/sources/packages_api/data/datasourcepluginoptionseditorprops.md b/docs/sources/packages_api/data/datasourcepluginoptionseditorprops.md
deleted file mode 100644
index 4399f0c23bd..00000000000
--- a/docs/sources/packages_api/data/datasourcepluginoptionseditorprops.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourcePluginOptionsEditorProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourcePluginOptionsEditorProps interface
-
-Signature
-
-```typescript
-export interface DataSourcePluginOptionsEditorProps
-```
-Import
-
-```typescript
-import { DataSourcePluginOptionsEditorProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [onOptionsChange](#onoptionschange-property) | (options: DataSourceSettings<JSONData, SecureJSONData>) => void | |
-| [options](#options-property) | DataSourceSettings<JSONData, SecureJSONData> | |
-
-### onOptionsChange property
-
-Signature
-
-```typescript
-onOptionsChange: (options: DataSourceSettings) => void;
-```
-
-### options property
-
-Signature
-
-```typescript
-options: DataSourceSettings;
-```
diff --git a/docs/sources/packages_api/data/datasourcequerytype.md b/docs/sources/packages_api/data/datasourcequerytype.md
deleted file mode 100644
index 7b34f57865d..00000000000
--- a/docs/sources/packages_api/data/datasourcequerytype.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceQueryType"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceQueryType type
-
-### DataSourceQueryType type
-
-Signature
-
-```typescript
-export declare type DataSourceQueryType> = DSType extends DataSourceApi ? TQuery : never;
-```
-Import
-
-```typescript
-import { DataSourceQueryType } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datasourceselectitem.md b/docs/sources/packages_api/data/datasourceselectitem.md
deleted file mode 100644
index 897d2636659..00000000000
--- a/docs/sources/packages_api/data/datasourceselectitem.md
+++ /dev/null
@@ -1,61 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceSelectItem"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceSelectItem interface
-
-Signature
-
-```typescript
-export interface DataSourceSelectItem
-```
-Import
-
-```typescript
-import { DataSourceSelectItem } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [meta](#meta-property) | DataSourcePluginMeta | |
-| [name](#name-property) | string | |
-| [sort](#sort-property) | string | |
-| [value](#value-property) | string | null | |
-
-### meta property
-
-Signature
-
-```typescript
-meta: DataSourcePluginMeta;
-```
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
-
-### sort property
-
-Signature
-
-```typescript
-sort: string;
-```
-
-### value property
-
-Signature
-
-```typescript
-value: string | null;
-```
diff --git a/docs/sources/packages_api/data/datasourcesettings.md b/docs/sources/packages_api/data/datasourcesettings.md
deleted file mode 100644
index 99d2e005bd7..00000000000
--- a/docs/sources/packages_api/data/datasourcesettings.md
+++ /dev/null
@@ -1,207 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceSettings"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceSettings interface
-
-Data Source instance edit model. This is returned from: /api/datasources
-
-Signature
-
-```typescript
-export interface DataSourceSettings
-```
-Import
-
-```typescript
-import { DataSourceSettings } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [access](#access-property) | string | |
-| [basicAuth](#basicauth-property) | boolean | |
-| [basicAuthPassword](#basicauthpassword-property) | string | |
-| [basicAuthUser](#basicauthuser-property) | string | |
-| [database](#database-property) | string | |
-| [id](#id-property) | number | |
-| [isDefault](#isdefault-property) | boolean | |
-| [jsonData](#jsondata-property) | T | |
-| [name](#name-property) | string | |
-| [orgId](#orgid-property) | number | |
-| [password](#password-property) | string | |
-| [readOnly](#readonly-property) | boolean | |
-| [secureJsonData](#securejsondata-property) | S | |
-| [secureJsonFields](#securejsonfields-property) | KeyValue<boolean> | |
-| [type](#type-property) | string | |
-| [typeLogoUrl](#typelogourl-property) | string | |
-| [url](#url-property) | string | |
-| [user](#user-property) | string | |
-| [version](#version-property) | number | |
-| [withCredentials](#withcredentials-property) | boolean | |
-
-### access property
-
-Signature
-
-```typescript
-access: string;
-```
-
-### basicAuth property
-
-Signature
-
-```typescript
-basicAuth: boolean;
-```
-
-### basicAuthPassword property
-
-Signature
-
-```typescript
-basicAuthPassword: string;
-```
-
-### basicAuthUser property
-
-Signature
-
-```typescript
-basicAuthUser: string;
-```
-
-### database property
-
-Signature
-
-```typescript
-database: string;
-```
-
-### id property
-
-Signature
-
-```typescript
-id: number;
-```
-
-### isDefault property
-
-Signature
-
-```typescript
-isDefault: boolean;
-```
-
-### jsonData property
-
-Signature
-
-```typescript
-jsonData: T;
-```
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
-
-### orgId property
-
-Signature
-
-```typescript
-orgId: number;
-```
-
-### password property
-
-Signature
-
-```typescript
-password: string;
-```
-
-### readOnly property
-
-Signature
-
-```typescript
-readOnly: boolean;
-```
-
-### secureJsonData property
-
-Signature
-
-```typescript
-secureJsonData?: S;
-```
-
-### secureJsonFields property
-
-Signature
-
-```typescript
-secureJsonFields?: KeyValue;
-```
-
-### type property
-
-Signature
-
-```typescript
-type: string;
-```
-
-### typeLogoUrl property
-
-Signature
-
-```typescript
-typeLogoUrl: string;
-```
-
-### url property
-
-Signature
-
-```typescript
-url: string;
-```
-
-### user property
-
-Signature
-
-```typescript
-user: string;
-```
-
-### version property
-
-Signature
-
-```typescript
-version?: number;
-```
-
-### withCredentials property
-
-Signature
-
-```typescript
-withCredentials: boolean;
-```
diff --git a/docs/sources/packages_api/data/datasourcestatus.md b/docs/sources/packages_api/data/datasourcestatus.md
deleted file mode 100644
index cdb7263e4a4..00000000000
--- a/docs/sources/packages_api/data/datasourcestatus.md
+++ /dev/null
@@ -1,31 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataSourceStatus"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataSourceStatus enum
-
-### DataSourceStatus enum
-
-Signature
-
-```typescript
-export declare enum DataSourceStatus
-```
-Import
-
-```typescript
-import { DataSourceStatus } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Connected | 0 | |
-| Disconnected | 1 | |
-
diff --git a/docs/sources/packages_api/data/datatransformer.md b/docs/sources/packages_api/data/datatransformer.md
deleted file mode 100644
index a349c0a835b..00000000000
--- a/docs/sources/packages_api/data/datatransformer.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataTransformer"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataTransformer type
-
-### DataTransformer type
-
-Function that transform data frames (AKA transformer)
-
-Signature
-
-```typescript
-export declare type DataTransformer = (data: DataFrame[]) => DataFrame[];
-```
-Import
-
-```typescript
-import { DataTransformer } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datatransformerconfig.md b/docs/sources/packages_api/data/datatransformerconfig.md
deleted file mode 100644
index 8c8a93b4219..00000000000
--- a/docs/sources/packages_api/data/datatransformerconfig.md
+++ /dev/null
@@ -1,47 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataTransformerConfig"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataTransformerConfig interface
-
-Signature
-
-```typescript
-export interface DataTransformerConfig
-```
-Import
-
-```typescript
-import { DataTransformerConfig } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [id](#id-property) | string | Unique identifier of transformer |
-| [options](#options-property) | TOptions | Options to be passed to the transformer |
-
-### id property
-
-Unique identifier of transformer
-
-Signature
-
-```typescript
-id: string;
-```
-
-### options property
-
-Options to be passed to the transformer
-
-Signature
-
-```typescript
-options: TOptions;
-```
diff --git a/docs/sources/packages_api/data/datatransformerid.md b/docs/sources/packages_api/data/datatransformerid.md
deleted file mode 100644
index d56527babb1..00000000000
--- a/docs/sources/packages_api/data/datatransformerid.md
+++ /dev/null
@@ -1,44 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataTransformerID"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataTransformerID enum
-
-### DataTransformerID enum
-
-Signature
-
-```typescript
-export declare enum DataTransformerID
-```
-Import
-
-```typescript
-import { DataTransformerID } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| append | "append" | |
-| calculateField | "calculateField" | |
-| ensureColumns | "ensureColumns" | |
-| filterByRefId | "filterByRefId" | |
-| filterFields | "filterFields" | |
-| filterFieldsByName | "filterFieldsByName" | |
-| filterFrames | "filterFrames" | |
-| labelsToFields | "labelsToFields" | |
-| merge | "merge" | |
-| noop | "noop" | |
-| order | "order" | |
-| organize | "organize" | |
-| reduce | "reduce" | |
-| rename | "rename" | |
-| seriesToColumns | "seriesToColumns" | |
-
diff --git a/docs/sources/packages_api/data/datatransformerinfo.md b/docs/sources/packages_api/data/datatransformerinfo.md
deleted file mode 100644
index 60384d8f267..00000000000
--- a/docs/sources/packages_api/data/datatransformerinfo.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DataTransformerInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DataTransformerInfo interface
-
-Signature
-
-```typescript
-export interface DataTransformerInfo extends RegistryItemWithOptions
-```
-Import
-
-```typescript
-import { DataTransformerInfo } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [transformer](#transformer-property) | (options: TOptions) => DataTransformer | Function that configures transformation and returns a transformer |
-
-### transformer property
-
-Function that configures transformation and returns a transformer
-
-Signature
-
-```typescript
-transformer: (options: TOptions) => DataTransformer;
-```
diff --git a/docs/sources/packages_api/data/datemath.md b/docs/sources/packages_api/data/datemath.md
deleted file mode 100644
index 264d83df518..00000000000
--- a/docs/sources/packages_api/data/datemath.md
+++ /dev/null
@@ -1,31 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateMath"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateMath namespace
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### dateMath namespace
-
-Import
-
-```typescript
-import { dateMath } from '@grafana/data';
-```
-
-## Functions
-
-| Function | Description |
-| --- | --- |
-| [isMathString(text)](./ismathstring/) | |
-| [isValid(text)](./isvalid/) | Checks if text is a valid date which in this context means that it is either a Moment instance or it can be parsed by parse function. See parse function to see what is considered acceptable. |
-| [parse(text, roundUp, timezone)](./parse/) | Parses different types input to a moment instance. There is a specific formatting language that can be used if text arg is string. See unit tests for examples. |
-| [parseDateMath(mathString, time, roundUp)](./parsedatemath/) | Parses math part of the time string and shifts supplied time according to that math. See unit tests for examples. |
-
diff --git a/docs/sources/packages_api/data/datemath/ismathstring.md b/docs/sources/packages_api/data/datemath/ismathstring.md
deleted file mode 100644
index ed4444c81ea..00000000000
--- a/docs/sources/packages_api/data/datemath/ismathstring.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "isMathString"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateMath.isMathString() function
-
-### dateMath.isMathString() function
-
-Signature
-
-```typescript
-export declare function isMathString(text: string | DateTime | Date): boolean;
-```
-Import
-
-```typescript
-import { dateMath } from '@grafana/data';
-const { isMathString } = dateMath;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| text | string | DateTime | Date | |
-
-Returns:
-
-`boolean`
-
diff --git a/docs/sources/packages_api/data/datemath/isvalid.md b/docs/sources/packages_api/data/datemath/isvalid.md
deleted file mode 100644
index 421099a64e1..00000000000
--- a/docs/sources/packages_api/data/datemath/isvalid.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "isValid"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateMath.isValid() function
-
-### dateMath.isValid() function
-
-Checks if text is a valid date which in this context means that it is either a Moment instance or it can be parsed by parse function. See parse function to see what is considered acceptable.
-
-Signature
-
-```typescript
-export declare function isValid(text: string | DateTime): boolean;
-```
-Import
-
-```typescript
-import { dateMath } from '@grafana/data';
-const { isValid } = dateMath;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| text | string | DateTime | |
-
-Returns:
-
-`boolean`
-
diff --git a/docs/sources/packages_api/data/datemath/parse.md b/docs/sources/packages_api/data/datemath/parse.md
deleted file mode 100644
index 176ff4c8c3a..00000000000
--- a/docs/sources/packages_api/data/datemath/parse.md
+++ /dev/null
@@ -1,38 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "parse"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateMath.parse() function
-
-### dateMath.parse() function
-
-Parses different types input to a moment instance. There is a specific formatting language that can be used if text arg is string. See unit tests for examples.
-
-Signature
-
-```typescript
-export declare function parse(text?: string | DateTime | Date | null, roundUp?: boolean, timezone?: TimeZone): DateTime | undefined;
-```
-Import
-
-```typescript
-import { dateMath } from '@grafana/data';
-const { parse } = dateMath;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| text | string | DateTime | Date | null | |
-| roundUp | boolean | See parseDateMath function. |
-| timezone | TimeZone | Only string 'utc' is acceptable here, for anything else, local timezone is used. |
-
-Returns:
-
-`DateTime | undefined`
-
diff --git a/docs/sources/packages_api/data/datemath/parsedatemath.md b/docs/sources/packages_api/data/datemath/parsedatemath.md
deleted file mode 100644
index bdac1fe60ad..00000000000
--- a/docs/sources/packages_api/data/datemath/parsedatemath.md
+++ /dev/null
@@ -1,38 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "parseDateMath"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateMath.parseDateMath() function
-
-### dateMath.parseDateMath() function
-
-Parses math part of the time string and shifts supplied time according to that math. See unit tests for examples.
-
-Signature
-
-```typescript
-export declare function parseDateMath(mathString: string, time: any, roundUp?: boolean): DateTime | undefined;
-```
-Import
-
-```typescript
-import { dateMath } from '@grafana/data';
-const { parseDateMath } = dateMath;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| mathString | string | |
-| time | any | |
-| roundUp | boolean | If true it will round the time to endOf time unit, otherwise to startOf time unit. |
-
-Returns:
-
-`DateTime | undefined`
-
diff --git a/docs/sources/packages_api/data/datetime.md b/docs/sources/packages_api/data/datetime.md
deleted file mode 100644
index 60902c28d0d..00000000000
--- a/docs/sources/packages_api/data/datetime.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTime"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTime variable
-
-### dateTime variable
-
-Signature
-
-```typescript
-dateTime: (input?: string | number | DateTime | Date | (string | number)[] | undefined, formatInput?: FormatInput) => DateTime
-```
-Import
-
-```typescript
-import { dateTime } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimeasmoment.md b/docs/sources/packages_api/data/datetimeasmoment.md
deleted file mode 100644
index 89d3e01e012..00000000000
--- a/docs/sources/packages_api/data/datetimeasmoment.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTimeAsMoment"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTimeAsMoment variable
-
-### dateTimeAsMoment variable
-
-Signature
-
-```typescript
-dateTimeAsMoment: (input?: string | number | DateTime | Date | (string | number)[] | undefined) => moment.Moment
-```
-Import
-
-```typescript
-import { dateTimeAsMoment } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimebuiltinformat.md b/docs/sources/packages_api/data/datetimebuiltinformat.md
deleted file mode 100644
index f9ea17358a3..00000000000
--- a/docs/sources/packages_api/data/datetimebuiltinformat.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DateTimeBuiltinFormat"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DateTimeBuiltinFormat interface
-
-Signature
-
-```typescript
-export interface DateTimeBuiltinFormat
-```
-Import
-
-```typescript
-import { DateTimeBuiltinFormat } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [\_\_momentBuiltinFormatBrand](#__momentbuiltinformatbrand-property) | any | |
-
-### \_\_momentBuiltinFormatBrand property
-
-Signature
-
-```typescript
-__momentBuiltinFormatBrand: any;
-```
diff --git a/docs/sources/packages_api/data/datetimeduration.md b/docs/sources/packages_api/data/datetimeduration.md
deleted file mode 100644
index 4b45d3a2353..00000000000
--- a/docs/sources/packages_api/data/datetimeduration.md
+++ /dev/null
@@ -1,70 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DateTimeDuration"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DateTimeDuration interface
-
-Signature
-
-```typescript
-export interface DateTimeDuration
-```
-Import
-
-```typescript
-import { DateTimeDuration } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [asHours](#ashours-property) | () => number | |
-| [asSeconds](#asseconds-property) | () => number | |
-| [hours](#hours-property) | () => number | |
-| [minutes](#minutes-property) | () => number | |
-| [seconds](#seconds-property) | () => number | |
-
-### asHours property
-
-Signature
-
-```typescript
-asHours: () => number;
-```
-
-### asSeconds property
-
-Signature
-
-```typescript
-asSeconds: () => number;
-```
-
-### hours property
-
-Signature
-
-```typescript
-hours: () => number;
-```
-
-### minutes property
-
-Signature
-
-```typescript
-minutes: () => number;
-```
-
-### seconds property
-
-Signature
-
-```typescript
-seconds: () => number;
-```
diff --git a/docs/sources/packages_api/data/datetimeformat.md b/docs/sources/packages_api/data/datetimeformat.md
deleted file mode 100644
index e1a5285aec9..00000000000
--- a/docs/sources/packages_api/data/datetimeformat.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTimeFormat"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTimeFormat variable
-
-### dateTimeFormat variable
-
-Helper function to format date and time according to the specified options. If no options are supplied, then default values are used. For more details, see [DateTimeOptionsWithFormat](./data/datetimeoptionswithformat.md).
-
-Signature
-
-```typescript
-dateTimeFormat: DateTimeFormatter
-```
-Import
-
-```typescript
-import { dateTimeFormat } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimeformatiso.md b/docs/sources/packages_api/data/datetimeformatiso.md
deleted file mode 100644
index 249bb14850d..00000000000
--- a/docs/sources/packages_api/data/datetimeformatiso.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTimeFormatISO"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTimeFormatISO variable
-
-### dateTimeFormatISO variable
-
-Helper function to format date and time according to the standard ISO format e.g. 2013-02-04T22:44:30.652Z. If no options are supplied, then default values are used. For more details, see [DateTimeOptionsWithFormat](./data/datetimeoptionswithformat.md).
-
-Signature
-
-```typescript
-dateTimeFormatISO: DateTimeFormatter
-```
-Import
-
-```typescript
-import { dateTimeFormatISO } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimeformattimeago.md b/docs/sources/packages_api/data/datetimeformattimeago.md
deleted file mode 100644
index 04c2d09e55e..00000000000
--- a/docs/sources/packages_api/data/datetimeformattimeago.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTimeFormatTimeAgo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTimeFormatTimeAgo variable
-
-### dateTimeFormatTimeAgo variable
-
-Helper function to return elapsed time since passed date. The returned value will be formatted in a human readable format e.g. 4 years ago. If no options are supplied, then default values are used. For more details, see [DateTimeOptions](./data/datetimeoptions.md).
-
-Signature
-
-```typescript
-dateTimeFormatTimeAgo: DateTimeFormatter
-```
-Import
-
-```typescript
-import { dateTimeFormatTimeAgo } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimeformatwithabbrevation.md b/docs/sources/packages_api/data/datetimeformatwithabbrevation.md
deleted file mode 100644
index 12a6820417c..00000000000
--- a/docs/sources/packages_api/data/datetimeformatwithabbrevation.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTimeFormatWithAbbrevation"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTimeFormatWithAbbrevation variable
-
-### dateTimeFormatWithAbbrevation variable
-
-Helper function to format date and time according to the Grafana default formatting, but it also appends the time zone abbreviation at the end e.g. 2020-05-20 13:37:00 CET. If no options are supplied, then default values are used. For more details please see [DateTimeOptions](./data/datetimeoptions.md).
-
-Signature
-
-```typescript
-dateTimeFormatWithAbbrevation: DateTimeFormatter
-```
-Import
-
-```typescript
-import { dateTimeFormatWithAbbrevation } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimefortimezone.md b/docs/sources/packages_api/data/datetimefortimezone.md
deleted file mode 100644
index eb143ae6a0f..00000000000
--- a/docs/sources/packages_api/data/datetimefortimezone.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTimeForTimeZone"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTimeForTimeZone variable
-
-### dateTimeForTimeZone variable
-
-Signature
-
-```typescript
-dateTimeForTimeZone: (timezone?: string | undefined, input?: string | number | DateTime | Date | (string | number)[] | undefined, formatInput?: FormatInput) => DateTime
-```
-Import
-
-```typescript
-import { dateTimeForTimeZone } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimeinput.md b/docs/sources/packages_api/data/datetimeinput.md
deleted file mode 100644
index d73b6739ce4..00000000000
--- a/docs/sources/packages_api/data/datetimeinput.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DateTimeInput"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DateTimeInput type
-
-### DateTimeInput type
-
-Signature
-
-```typescript
-export declare type DateTimeInput = Date | string | number | Array | DateTime;
-```
-Import
-
-```typescript
-import { DateTimeInput } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/datetimelocale.md b/docs/sources/packages_api/data/datetimelocale.md
deleted file mode 100644
index b0a1677e1f6..00000000000
--- a/docs/sources/packages_api/data/datetimelocale.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DateTimeLocale"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DateTimeLocale interface
-
-Signature
-
-```typescript
-export interface DateTimeLocale
-```
-Import
-
-```typescript
-import { DateTimeLocale } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [firstDayOfWeek](#firstdayofweek-property) | () => number | |
-
-### firstDayOfWeek property
-
-Signature
-
-```typescript
-firstDayOfWeek: () => number;
-```
diff --git a/docs/sources/packages_api/data/datetimeoptions.md b/docs/sources/packages_api/data/datetimeoptions.md
deleted file mode 100644
index bed7108050c..00000000000
--- a/docs/sources/packages_api/data/datetimeoptions.md
+++ /dev/null
@@ -1,38 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DateTimeOptions"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DateTimeOptions interface
-
-The type describing date and time options. Used for all the helper functions available to parse or format date and time values.
-
-Signature
-
-```typescript
-export interface DateTimeOptions
-```
-Import
-
-```typescript
-import { DateTimeOptions } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [timeZone](#timezone-property) | TimeZone | Specify this if you want to override the timeZone used when parsing or formatting a date and time value. If no timeZone is set, the default timeZone for the current user is used. |
-
-### timeZone property
-
-Specify this if you want to override the timeZone used when parsing or formatting a date and time value. If no timeZone is set, the default timeZone for the current user is used.
-
-Signature
-
-```typescript
-timeZone?: TimeZone;
-```
diff --git a/docs/sources/packages_api/data/datetimeoptionswhenparsing.md b/docs/sources/packages_api/data/datetimeoptionswhenparsing.md
deleted file mode 100644
index 065f5d6d7ad..00000000000
--- a/docs/sources/packages_api/data/datetimeoptionswhenparsing.md
+++ /dev/null
@@ -1,40 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DateTimeOptionsWhenParsing"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DateTimeOptionsWhenParsing interface
-
-The type that describes options that can be passed when parsing a date and time value.
-
-Signature
-
-```typescript
-export interface DateTimeOptionsWhenParsing extends DateTimeOptions
-```
-Import
-
-```typescript
-import { DateTimeOptionsWhenParsing } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [roundUp](#roundup-property) | boolean | If the input is a Grafana quick date, e.g. now-6h, then you can specify this to control whether the last part of the date and time value is included or excluded.Example: now-6h and the current time is 12:20:00 if roundUp is set to true the returned DateTime value will be 06:00:00. |
-
-### roundUp property
-
-If the input is a Grafana quick date, e.g. now-6h, then you can specify this to control whether the last part of the date and time value is included or excluded.
-
-Example: now-6h and the current time is 12:20:00 if roundUp is set to true the returned DateTime value will be 06:00:00.
-
-Signature
-
-```typescript
-roundUp?: boolean;
-```
diff --git a/docs/sources/packages_api/data/datetimeoptionswithformat.md b/docs/sources/packages_api/data/datetimeoptionswithformat.md
deleted file mode 100644
index 853990899a9..00000000000
--- a/docs/sources/packages_api/data/datetimeoptionswithformat.md
+++ /dev/null
@@ -1,49 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DateTimeOptionsWithFormat"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DateTimeOptionsWithFormat interface
-
-The type describing the options that can be passed to the [dateTimeFormat](./data/datetimeformat.md) helper function to control how the date and time value passed to the function is formatted.
-
-Signature
-
-```typescript
-export interface DateTimeOptionsWithFormat extends DateTimeOptions
-```
-Import
-
-```typescript
-import { DateTimeOptionsWithFormat } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [defaultWithMS](#defaultwithms-property) | boolean | Set this value to true if you want to include milliseconds when formatting date and time values in the default [DEFAULT\_DATE\_TIME\_FORMAT](./data/default_date_time_format.md) format. |
-| [format](#format-property) | string | Specify a [momentjs](https://momentjs.com/docs/#/displaying/format) format to use a custom formatting pattern of the date and time value. If no format is set, then [DEFAULT\_DATE\_TIME\_FORMAT](./data/default_date_time_format.md) is used. |
-
-### defaultWithMS property
-
-Set this value to `true` if you want to include milliseconds when formatting date and time values in the default [DEFAULT\_DATE\_TIME\_FORMAT](./data/default_date_time_format.md) format.
-
-Signature
-
-```typescript
-defaultWithMS?: boolean;
-```
-
-### format property
-
-Specify a [momentjs](https://momentjs.com/docs/#/displaying/format) format to use a custom formatting pattern of the date and time value. If no format is set, then [DEFAULT\_DATE\_TIME\_FORMAT](./data/default_date_time_format.md) is used.
-
-Signature
-
-```typescript
-format?: string;
-```
diff --git a/docs/sources/packages_api/data/datetimeparse.md b/docs/sources/packages_api/data/datetimeparse.md
deleted file mode 100644
index fc428ac6ddf..00000000000
--- a/docs/sources/packages_api/data/datetimeparse.md
+++ /dev/null
@@ -1,29 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dateTimeParse"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## dateTimeParse variable
-
-### dateTimeParse variable
-
-Helper function to parse a number, text or Date to a DateTime value. If a timeZone is supplied the incoming value is parsed with that timeZone as a base. The only exception to this is if the passed value is in a UTC-based format. Then it will use UTC as the base. Examples on UTC-based values are Unix epoch and ISO formatted strings.
-
-It can also parse the Grafana quick date and time format, e.g. now-6h will be parsed as Date.now() - 6 hours and returned as a valid DateTime value.
-
-If no options are supplied, then default values are used. For more details please see [DateTimeOptions](./data/datetimeoptions.md).
-
-Signature
-
-```typescript
-dateTimeParse: DateTimeParser
-```
-Import
-
-```typescript
-import { dateTimeParse } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/decimalcount.md b/docs/sources/packages_api/data/decimalcount.md
deleted file mode 100644
index 2531ff7aa51..00000000000
--- a/docs/sources/packages_api/data/decimalcount.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DecimalCount"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DecimalCount type
-
-### DecimalCount type
-
-Signature
-
-```typescript
-export declare type DecimalCount = number | null | undefined;
-```
-Import
-
-```typescript
-import { DecimalCount } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/decimalinfo.md b/docs/sources/packages_api/data/decimalinfo.md
deleted file mode 100644
index 94499c87f82..00000000000
--- a/docs/sources/packages_api/data/decimalinfo.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DecimalInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DecimalInfo interface
-
-Signature
-
-```typescript
-export interface DecimalInfo
-```
-Import
-
-```typescript
-import { DecimalInfo } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [decimals](#decimals-property) | DecimalCount | |
-| [scaledDecimals](#scaleddecimals-property) | DecimalCount | |
-
-### decimals property
-
-Signature
-
-```typescript
-decimals: DecimalCount;
-```
-
-### scaledDecimals property
-
-Signature
-
-```typescript
-scaledDecimals: DecimalCount;
-```
diff --git a/docs/sources/packages_api/data/default_date_time_format.md b/docs/sources/packages_api/data/default_date_time_format.md
deleted file mode 100644
index 46a8035310b..00000000000
--- a/docs/sources/packages_api/data/default_date_time_format.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DEFAULT_DATE_TIME_FORMAT"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DEFAULT\_DATE\_TIME\_FORMAT variable
-
-### DEFAULT\_DATE\_TIME\_FORMAT variable
-
-Signature
-
-```typescript
-DEFAULT_DATE_TIME_FORMAT = "YYYY-MM-DD HH:mm:ss"
-```
-Import
-
-```typescript
-import { DEFAULT_DATE_TIME_FORMAT } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/default_field_display_values_limit.md b/docs/sources/packages_api/data/default_field_display_values_limit.md
deleted file mode 100644
index 2d892d4f7b4..00000000000
--- a/docs/sources/packages_api/data/default_field_display_values_limit.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DEFAULT_FIELD_DISPLAY_VALUES_LIMIT"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DEFAULT\_FIELD\_DISPLAY\_VALUES\_LIMIT variable
-
-### DEFAULT\_FIELD\_DISPLAY\_VALUES\_LIMIT variable
-
-Signature
-
-```typescript
-DEFAULT_FIELD_DISPLAY_VALUES_LIMIT = 25
-```
-Import
-
-```typescript
-import { DEFAULT_FIELD_DISPLAY_VALUES_LIMIT } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/defaulttimerange.md b/docs/sources/packages_api/data/defaulttimerange.md
deleted file mode 100644
index ba147805011..00000000000
--- a/docs/sources/packages_api/data/defaulttimerange.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DefaultTimeRange"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DefaultTimeRange variable
-
-### DefaultTimeRange variable
-
-Signature
-
-```typescript
-DefaultTimeRange: TimeRange
-```
-Import
-
-```typescript
-import { DefaultTimeRange } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/defaulttimezone.md b/docs/sources/packages_api/data/defaulttimezone.md
deleted file mode 100644
index 1d47c800e9c..00000000000
--- a/docs/sources/packages_api/data/defaulttimezone.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DefaultTimeZone"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DefaultTimeZone variable
-
-### DefaultTimeZone variable
-
-Signature
-
-```typescript
-DefaultTimeZone: TimeZone
-```
-Import
-
-```typescript
-import { DefaultTimeZone } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/deprecationwarning.md b/docs/sources/packages_api/data/deprecationwarning.md
deleted file mode 100644
index cd5cfbf2b78..00000000000
--- a/docs/sources/packages_api/data/deprecationwarning.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "deprecationWarning"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## deprecationWarning variable
-
-### deprecationWarning variable
-
-Signature
-
-```typescript
-deprecationWarning: (file: string, oldName: string, newName?: string | undefined) => void
-```
-Import
-
-```typescript
-import { deprecationWarning } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/dimension.md b/docs/sources/packages_api/data/dimension.md
deleted file mode 100644
index 5015b2459f6..00000000000
--- a/docs/sources/packages_api/data/dimension.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "Dimension"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## Dimension interface
-
-Signature
-
-```typescript
-export interface Dimension
-```
-Import
-
-```typescript
-import { Dimension } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [columns](#columns-property) | Array<Field<T>> | |
-| [name](#name-property) | string | |
-
-### columns property
-
-Signature
-
-```typescript
-columns: Array>;
-```
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
diff --git a/docs/sources/packages_api/data/dimensions.md b/docs/sources/packages_api/data/dimensions.md
deleted file mode 100644
index e2f05871e58..00000000000
--- a/docs/sources/packages_api/data/dimensions.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "Dimensions"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## Dimensions type
-
-### Dimensions type
-
-Signature
-
-```typescript
-export declare type Dimensions = KeyValue;
-```
-Import
-
-```typescript
-import { Dimensions } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/displayprocessor.md b/docs/sources/packages_api/data/displayprocessor.md
deleted file mode 100644
index 3ec41e8a8d7..00000000000
--- a/docs/sources/packages_api/data/displayprocessor.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DisplayProcessor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DisplayProcessor type
-
-### DisplayProcessor type
-
-Signature
-
-```typescript
-export declare type DisplayProcessor = (value: any) => DisplayValue;
-```
-Import
-
-```typescript
-import { DisplayProcessor } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/displayvalue.md b/docs/sources/packages_api/data/displayvalue.md
deleted file mode 100644
index 68aefee49d9..00000000000
--- a/docs/sources/packages_api/data/displayvalue.md
+++ /dev/null
@@ -1,67 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DisplayValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DisplayValue interface
-
-Signature
-
-```typescript
-export interface DisplayValue extends FormattedValue
-```
-Import
-
-```typescript
-import { DisplayValue } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [color](#color-property) | string | Color based on configs or Threshold |
-| [numeric](#numeric-property) | number | Use isNaN to check if it is a real number |
-| [percent](#percent-property) | number | 0-1 between min & max |
-| [title](#title-property) | string | |
-
-### color property
-
-Color based on configs or Threshold
-
-Signature
-
-```typescript
-color?: string;
-```
-
-### numeric property
-
-Use isNaN to check if it is a real number
-
-Signature
-
-```typescript
-numeric: number;
-```
-
-### percent property
-
-0-1 between min & max
-
-Signature
-
-```typescript
-percent?: number;
-```
-
-### title property
-
-Signature
-
-```typescript
-title?: string;
-```
diff --git a/docs/sources/packages_api/data/displayvaluealignmentfactors.md b/docs/sources/packages_api/data/displayvaluealignmentfactors.md
deleted file mode 100644
index 9ba728f4281..00000000000
--- a/docs/sources/packages_api/data/displayvaluealignmentfactors.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DisplayValueAlignmentFactors"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DisplayValueAlignmentFactors interface
-
-These represents the display value with the longest title and text. Used to align widths and heights when displaying multiple DisplayValues
-
-Signature
-
-```typescript
-export interface DisplayValueAlignmentFactors extends FormattedValue
-```
-Import
-
-```typescript
-import { DisplayValueAlignmentFactors } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [title](#title-property) | string | |
-
-### title property
-
-Signature
-
-```typescript
-title: string;
-```
diff --git a/docs/sources/packages_api/data/dostandardcalcs.md b/docs/sources/packages_api/data/dostandardcalcs.md
deleted file mode 100644
index 434d59b4927..00000000000
--- a/docs/sources/packages_api/data/dostandardcalcs.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "doStandardCalcs"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## doStandardCalcs() function
-
-### doStandardCalcs() function
-
-Signature
-
-```typescript
-export declare function doStandardCalcs(field: Field, ignoreNulls: boolean, nullAsZero: boolean): FieldCalcs;
-```
-Import
-
-```typescript
-import { doStandardCalcs } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| field | Field | |
-| ignoreNulls | boolean | |
-| nullAsZero | boolean | |
-
-Returns:
-
-`FieldCalcs`
-
diff --git a/docs/sources/packages_api/data/durationinput.md b/docs/sources/packages_api/data/durationinput.md
deleted file mode 100644
index b38cb9b038e..00000000000
--- a/docs/sources/packages_api/data/durationinput.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DurationInput"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DurationInput type
-
-### DurationInput type
-
-Signature
-
-```typescript
-export declare type DurationInput = string | number | DateTimeDuration;
-```
-Import
-
-```typescript
-import { DurationInput } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/durationunit.md b/docs/sources/packages_api/data/durationunit.md
deleted file mode 100644
index f880a9afa6a..00000000000
--- a/docs/sources/packages_api/data/durationunit.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DurationUnit"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DurationUnit type
-
-### DurationUnit type
-
-Signature
-
-```typescript
-export declare type DurationUnit = 'year' | 'years' | 'y' | 'month' | 'months' | 'M' | 'week' | 'weeks' | 'w' | 'day' | 'days' | 'd' | 'hour' | 'hours' | 'h' | 'minute' | 'minutes' | 'm' | 'second' | 'seconds' | 's' | 'millisecond' | 'milliseconds' | 'ms' | 'quarter' | 'quarters' | 'Q';
-```
-Import
-
-```typescript
-import { DurationUnit } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/dynamicconfigvalue.md b/docs/sources/packages_api/data/dynamicconfigvalue.md
deleted file mode 100644
index 4991389a95a..00000000000
--- a/docs/sources/packages_api/data/dynamicconfigvalue.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "DynamicConfigValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## DynamicConfigValue interface
-
-Signature
-
-```typescript
-export interface DynamicConfigValue
-```
-Import
-
-```typescript
-import { DynamicConfigValue } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [id](#id-property) | string | |
-| [value](#value-property) | any | |
-
-### id property
-
-Signature
-
-```typescript
-id: string;
-```
-
-### value property
-
-Signature
-
-```typescript
-value?: any;
-```
diff --git a/docs/sources/packages_api/data/escapestringforregex.md b/docs/sources/packages_api/data/escapestringforregex.md
deleted file mode 100644
index bb2fb702a25..00000000000
--- a/docs/sources/packages_api/data/escapestringforregex.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "escapeStringForRegex"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## escapeStringForRegex variable
-
-### escapeStringForRegex variable
-
-Signature
-
-```typescript
-escapeStringForRegex: (value: string) => string
-```
-Import
-
-```typescript
-import { escapeStringForRegex } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/eventfactory.md b/docs/sources/packages_api/data/eventfactory.md
deleted file mode 100644
index 1a85d4ddf18..00000000000
--- a/docs/sources/packages_api/data/eventfactory.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "eventFactory"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## eventFactory() function
-
-### eventFactory() function
-
-Signature
-
-```typescript
-export declare function eventFactory(name: string): AppEvent;
-```
-Import
-
-```typescript
-import { eventFactory } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | |
-
-Returns:
-
-`AppEvent`
-
diff --git a/docs/sources/packages_api/data/exploremode.md b/docs/sources/packages_api/data/exploremode.md
deleted file mode 100644
index ee184fbc3c3..00000000000
--- a/docs/sources/packages_api/data/exploremode.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ExploreMode"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ExploreMode enum
-
-### ExploreMode enum
-
-Signature
-
-```typescript
-export declare enum ExploreMode
-```
-Import
-
-```typescript
-import { ExploreMode } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Logs | "Logs" | |
-| Metrics | "Metrics" | |
-| Tracing | "Tracing" | |
-
diff --git a/docs/sources/packages_api/data/explorequeryfieldprops.md b/docs/sources/packages_api/data/explorequeryfieldprops.md
deleted file mode 100644
index a2ea4465a5f..00000000000
--- a/docs/sources/packages_api/data/explorequeryfieldprops.md
+++ /dev/null
@@ -1,70 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ExploreQueryFieldProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ExploreQueryFieldProps interface
-
-Signature
-
-```typescript
-export interface ExploreQueryFieldProps, TQuery extends DataQuery = DataQuery, TOptions extends DataSourceJsonData = DataSourceJsonData> extends QueryEditorProps
-```
-Import
-
-```typescript
-import { ExploreQueryFieldProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [absoluteRange](#absoluterange-property) | AbsoluteTimeRange | |
-| [exploreId](#exploreid-property) | any | |
-| [exploreMode](#exploremode-property) | ExploreMode | |
-| [history](#history-property) | any[] | |
-| [onBlur](#onblur-property) | () => void | |
-
-### absoluteRange property
-
-Signature
-
-```typescript
-absoluteRange?: AbsoluteTimeRange;
-```
-
-### exploreId property
-
-Signature
-
-```typescript
-exploreId?: any;
-```
-
-### exploreMode property
-
-Signature
-
-```typescript
-exploreMode?: ExploreMode;
-```
-
-### history property
-
-Signature
-
-```typescript
-history: any[];
-```
-
-### onBlur property
-
-Signature
-
-```typescript
-onBlur?: () => void;
-```
diff --git a/docs/sources/packages_api/data/explorestartpageprops.md b/docs/sources/packages_api/data/explorestartpageprops.md
deleted file mode 100644
index 44e07e26a15..00000000000
--- a/docs/sources/packages_api/data/explorestartpageprops.md
+++ /dev/null
@@ -1,61 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ExploreStartPageProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ExploreStartPageProps interface
-
-Signature
-
-```typescript
-export interface ExploreStartPageProps
-```
-Import
-
-```typescript
-import { ExploreStartPageProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [datasource](#datasource-property) | DataSourceApi | |
-| [exploreId](#exploreid-property) | any | |
-| [exploreMode](#exploremode-property) | ExploreMode | |
-| [onClickExample](#onclickexample-property) | (query: DataQuery) => void | |
-
-### datasource property
-
-Signature
-
-```typescript
-datasource?: DataSourceApi;
-```
-
-### exploreId property
-
-Signature
-
-```typescript
-exploreId?: any;
-```
-
-### exploreMode property
-
-Signature
-
-```typescript
-exploreMode: ExploreMode;
-```
-
-### onClickExample property
-
-Signature
-
-```typescript
-onClickExample: (query: DataQuery) => void;
-```
diff --git a/docs/sources/packages_api/data/featuretoggles.md b/docs/sources/packages_api/data/featuretoggles.md
deleted file mode 100644
index f3885f734fb..00000000000
--- a/docs/sources/packages_api/data/featuretoggles.md
+++ /dev/null
@@ -1,85 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FeatureToggles"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FeatureToggles interface
-
-Describes available feature toggles in Grafana. These can be configured via the `conf/custom.ini` to enable features under development or not yet available in stable version.
-
-Signature
-
-```typescript
-export interface FeatureToggles
-```
-Import
-
-```typescript
-import { FeatureToggles } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [datasourceInsights](#datasourceinsights-property) | boolean | |
-| [expressions](#expressions-property) | boolean | |
-| [meta](#meta-property) | boolean | |
-| [newEdit](#newedit-property) | boolean | |
-| [reportGrid](#reportgrid-property) | boolean | |
-| [transformations](#transformations-property) | boolean | |
-
-### datasourceInsights property
-
-Signature
-
-```typescript
-datasourceInsights: boolean;
-```
-
-### expressions property
-
-Signature
-
-```typescript
-expressions: boolean;
-```
-
-### meta property
-
-Signature
-
-```typescript
-meta: boolean;
-```
-
-## Remarks
-
-Available only in Grafana Enterprise
-
-### newEdit property
-
-Signature
-
-```typescript
-newEdit: boolean;
-```
-
-### reportGrid property
-
-Signature
-
-```typescript
-reportGrid: boolean;
-```
-
-### transformations property
-
-Signature
-
-```typescript
-transformations: boolean;
-```
diff --git a/docs/sources/packages_api/data/field.md b/docs/sources/packages_api/data/field.md
deleted file mode 100644
index 3724b944a7e..00000000000
--- a/docs/sources/packages_api/data/field.md
+++ /dev/null
@@ -1,120 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "Field"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## Field interface
-
-Signature
-
-```typescript
-export interface Field>
-```
-Import
-
-```typescript
-import { Field } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [config](#config-property) | FieldConfig | Meta info about how field and how to display it |
-| [display](#display-property) | DisplayProcessor | Convert a value for display |
-| [getLinks](#getlinks-property) | (config: ValueLinkConfig) => Array<LinkModel<Field>> | Get value data links with variables interpolated |
-| [labels](#labels-property) | Labels | |
-| [name](#name-property) | string | Name of the field (column) |
-| [parse](#parse-property) | (value: any) => T | Convert text to the field value |
-| [state](#state-property) | FieldState | null | Cached values with appropriate display and id values |
-| [type](#type-property) | FieldType | Field value type (string, number, etc) |
-| [values](#values-property) | V | |
-
-### config property
-
-Meta info about how field and how to display it
-
-Signature
-
-```typescript
-config: FieldConfig;
-```
-
-### display property
-
-Convert a value for display
-
-Signature
-
-```typescript
-display?: DisplayProcessor;
-```
-
-### getLinks property
-
-Get value data links with variables interpolated
-
-Signature
-
-```typescript
-getLinks?: (config: ValueLinkConfig) => Array>;
-```
-
-### labels property
-
-Signature
-
-```typescript
-labels?: Labels;
-```
-
-### name property
-
-Name of the field (column)
-
-Signature
-
-```typescript
-name: string;
-```
-
-### parse property
-
-Convert text to the field value
-
-Signature
-
-```typescript
-parse?: (value: any) => T;
-```
-
-### state property
-
-Cached values with appropriate display and id values
-
-Signature
-
-```typescript
-state?: FieldState | null;
-```
-
-### type property
-
-Field value type (string, number, etc)
-
-Signature
-
-```typescript
-type: FieldType;
-```
-
-### values property
-
-Signature
-
-```typescript
-values: V;
-```
diff --git a/docs/sources/packages_api/data/fieldcache.md b/docs/sources/packages_api/data/fieldcache.md
deleted file mode 100644
index 71139d3f489..00000000000
--- a/docs/sources/packages_api/data/fieldcache.md
+++ /dev/null
@@ -1,173 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldCache"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldCache class
-
-Signature
-
-```typescript
-export declare class FieldCache
-```
-Import
-
-```typescript
-import { FieldCache } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(data)](#constructor-data) | | Constructs a new instance of the FieldCache class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [fields](#fields-property) | | FieldWithIndex[] | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [getFieldByName(name)](#getfieldbyname-method) | | Returns the first field with the given name. |
-| [getFields(type)](#getfields-method) | | |
-| [getFirstFieldOfType(type, includeHidden)](#getfirstfieldoftype-method) | | |
-| [hasFieldNamed(name)](#hasfieldnamed-method) | | |
-| [hasFieldOfType(type)](#hasfieldoftype-method) | | |
-| [hasFieldWithNameAndType(name, type)](#hasfieldwithnameandtype-method) | | |
-
-### constructor(data)
-
-Constructs a new instance of the `FieldCache` class
-
-Signature
-
-```typescript
-constructor(data: DataFrame);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| data | DataFrame | |
-
-### fields property
-
-Signature
-
-```typescript
-fields: FieldWithIndex[];
-```
-
-### getFieldByName method
-
-Returns the first field with the given name.
-
-Signature
-
-```typescript
-getFieldByName(name: string): FieldWithIndex | undefined;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | |
-
-Returns:
-
-`FieldWithIndex | undefined`
-
-### getFields method
-
-Signature
-
-```typescript
-getFields(type?: FieldType): FieldWithIndex[];
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| type | FieldType | |
-
-Returns:
-
-`FieldWithIndex[]`
-
-### getFirstFieldOfType method
-
-Signature
-
-```typescript
-getFirstFieldOfType(type: FieldType, includeHidden?: boolean): FieldWithIndex | undefined;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| type | FieldType | |
-| includeHidden | boolean | |
-
-Returns:
-
-`FieldWithIndex | undefined`
-
-### hasFieldNamed method
-
-Signature
-
-```typescript
-hasFieldNamed(name: string): boolean;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | |
-
-Returns:
-
-`boolean`
-
-### hasFieldOfType method
-
-Signature
-
-```typescript
-hasFieldOfType(type: FieldType): boolean;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| type | FieldType | |
-
-Returns:
-
-`boolean`
-
-### hasFieldWithNameAndType method
-
-Signature
-
-```typescript
-hasFieldWithNameAndType(name: string, type: FieldType): boolean;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | |
-| type | FieldType | |
-
-Returns:
-
-`boolean`
-
diff --git a/docs/sources/packages_api/data/fieldcalcs.md b/docs/sources/packages_api/data/fieldcalcs.md
deleted file mode 100644
index 7b0ee527201..00000000000
--- a/docs/sources/packages_api/data/fieldcalcs.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldCalcs"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldCalcs interface
-
-Signature
-
-```typescript
-export interface FieldCalcs extends Record
-```
-Import
-
-```typescript
-import { FieldCalcs } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/fieldcolor.md b/docs/sources/packages_api/data/fieldcolor.md
deleted file mode 100644
index 6dc4adf83fc..00000000000
--- a/docs/sources/packages_api/data/fieldcolor.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldColor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldColor interface
-
-Signature
-
-```typescript
-export interface FieldColor
-```
-Import
-
-```typescript
-import { FieldColor } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [fixedColor](#fixedcolor-property) | string | |
-| [mode](#mode-property) | FieldColorMode | |
-| [schemeName](#schemename-property) | ColorScheme | |
-
-### fixedColor property
-
-Signature
-
-```typescript
-fixedColor?: string;
-```
-
-### mode property
-
-Signature
-
-```typescript
-mode: FieldColorMode;
-```
-
-### schemeName property
-
-Signature
-
-```typescript
-schemeName?: ColorScheme;
-```
diff --git a/docs/sources/packages_api/data/fieldcolormode.md b/docs/sources/packages_api/data/fieldcolormode.md
deleted file mode 100644
index 32da95b1261..00000000000
--- a/docs/sources/packages_api/data/fieldcolormode.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldColorMode"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldColorMode enum
-
-### FieldColorMode enum
-
-Signature
-
-```typescript
-export declare enum FieldColorMode
-```
-Import
-
-```typescript
-import { FieldColorMode } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Fixed | "fixed" | |
-| Scheme | "scheme" | |
-| Thresholds | "thresholds" | |
-
diff --git a/docs/sources/packages_api/data/fieldconfig.md b/docs/sources/packages_api/data/fieldconfig.md
deleted file mode 100644
index 64f17b3a5ad..00000000000
--- a/docs/sources/packages_api/data/fieldconfig.md
+++ /dev/null
@@ -1,146 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfig"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfig interface
-
-Every property is optional
-
-Plugins may extend this with additional properties. Something like series overrides
-
-Signature
-
-```typescript
-export interface FieldConfig
-```
-Import
-
-```typescript
-import { FieldConfig } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [color](#color-property) | FieldColor | |
-| [custom](#custom-property) | TOptions | |
-| [decimals](#decimals-property) | number | null | |
-| [displayName](#displayname-property) | string | |
-| [filterable](#filterable-property) | boolean | |
-| [links](#links-property) | DataLink[] | |
-| [mappings](#mappings-property) | ValueMapping[] | |
-| [max](#max-property) | number | null | |
-| [min](#min-property) | number | null | |
-| [noValue](#novalue-property) | string | |
-| [nullValueMode](#nullvaluemode-property) | NullValueMode | |
-| [thresholds](#thresholds-property) | ThresholdsConfig | |
-| [unit](#unit-property) | string | |
-
-### color property
-
-Signature
-
-```typescript
-color?: FieldColor;
-```
-
-### custom property
-
-Signature
-
-```typescript
-custom?: TOptions;
-```
-
-### decimals property
-
-Signature
-
-```typescript
-decimals?: number | null;
-```
-
-### displayName property
-
-Signature
-
-```typescript
-displayName?: string;
-```
-
-### filterable property
-
-Signature
-
-```typescript
-filterable?: boolean;
-```
-
-### links property
-
-Signature
-
-```typescript
-links?: DataLink[];
-```
-
-### mappings property
-
-Signature
-
-```typescript
-mappings?: ValueMapping[];
-```
-
-### max property
-
-Signature
-
-```typescript
-max?: number | null;
-```
-
-### min property
-
-Signature
-
-```typescript
-min?: number | null;
-```
-
-### noValue property
-
-Signature
-
-```typescript
-noValue?: string;
-```
-
-### nullValueMode property
-
-Signature
-
-```typescript
-nullValueMode?: NullValueMode;
-```
-
-### thresholds property
-
-Signature
-
-```typescript
-thresholds?: ThresholdsConfig;
-```
-
-### unit property
-
-Signature
-
-```typescript
-unit?: string;
-```
diff --git a/docs/sources/packages_api/data/fieldconfigeditorbuilder.md b/docs/sources/packages_api/data/fieldconfigeditorbuilder.md
deleted file mode 100644
index 499640c22b6..00000000000
--- a/docs/sources/packages_api/data/fieldconfigeditorbuilder.md
+++ /dev/null
@@ -1,154 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfigEditorBuilder"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfigEditorBuilder class
-
-Fluent API for declarative creation of field config option editors
-
-Signature
-
-```typescript
-export declare class FieldConfigEditorBuilder extends OptionsUIRegistryBuilder, FieldConfigPropertyItem>
-```
-Import
-
-```typescript
-import { FieldConfigEditorBuilder } from '@grafana/data';
-```
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [addBooleanSwitch(config)](#addbooleanswitch-method) | | |
-| [addColorPicker(config)](#addcolorpicker-method) | | |
-| [addNumberInput(config)](#addnumberinput-method) | | |
-| [addRadio(config)](#addradio-method) | | |
-| [addSelect(config)](#addselect-method) | | |
-| [addTextInput(config)](#addtextinput-method) | | |
-| [addUnitPicker(config)](#addunitpicker-method) | | |
-
-### addBooleanSwitch method
-
-Signature
-
-```typescript
-addBooleanSwitch(config: FieldConfigEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | FieldConfigEditorConfig<TOptions, TSettings, boolean> | |
-
-Returns:
-
-`this`
-
-### addColorPicker method
-
-Signature
-
-```typescript
-addColorPicker(config: FieldConfigEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | FieldConfigEditorConfig<TOptions, TSettings & ColorFieldConfigSettings, string> | |
-
-Returns:
-
-`this`
-
-### addNumberInput method
-
-Signature
-
-```typescript
-addNumberInput(config: FieldConfigEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | FieldConfigEditorConfig<TOptions, TSettings & NumberFieldConfigSettings, number> | |
-
-Returns:
-
-`this`
-
-### addRadio method
-
-Signature
-
-```typescript
-addRadio(config: FieldConfigEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | FieldConfigEditorConfig<TOptions, TSettings, TOption> | |
-
-Returns:
-
-`this`
-
-### addSelect method
-
-Signature
-
-```typescript
-addSelect>(config: FieldConfigEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | FieldConfigEditorConfig<TOptions, TSettings, TOption> | |
-
-Returns:
-
-`this`
-
-### addTextInput method
-
-Signature
-
-```typescript
-addTextInput(config: FieldConfigEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | FieldConfigEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string> | |
-
-Returns:
-
-`this`
-
-### addUnitPicker method
-
-Signature
-
-```typescript
-addUnitPicker(config: FieldConfigEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | FieldConfigEditorConfig<TOptions, TSettings & UnitFieldConfigSettings, string> | |
-
-Returns:
-
-`this`
-
diff --git a/docs/sources/packages_api/data/fieldconfigeditorconfig.md b/docs/sources/packages_api/data/fieldconfigeditorconfig.md
deleted file mode 100644
index 242c82aded4..00000000000
--- a/docs/sources/packages_api/data/fieldconfigeditorconfig.md
+++ /dev/null
@@ -1,125 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfigEditorConfig"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfigEditorConfig interface
-
-Signature
-
-```typescript
-export interface FieldConfigEditorConfig
-```
-Import
-
-```typescript
-import { FieldConfigEditorConfig } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [category](#category-property) | string[] | Array of strings representing category of the field config property. First element in the array will make option render as collapsible section. |
-| [defaultValue](#defaultvalue-property) | TValue | |
-| [description](#description-property) | string | Description of the field config property. Will be displayed in the UI as form element description. |
-| [name](#name-property) | string | Name of the field config property. Will be displayed in the UI as form element label. |
-| [path](#path-property) | (keyof TOptions & string) | string | Path of the field config property to control. |
-| [settings](#settings-property) | TSettings | Custom settings of the editor. |
-| [shouldApply](#shouldapply-property) | (field: Field) => boolean | Function that allows specifying whether or not this field config should apply to a given field. |
-| [showIf](#showif-property) | (currentConfig: TOptions) => boolean | Function that enables configuration of when field config property editor should be shown based on current panel field config. |
-
-### category property
-
-Array of strings representing category of the field config property. First element in the array will make option render as collapsible section.
-
-Signature
-
-```typescript
-category?: string[];
-```
-
-### defaultValue property
-
-Signature
-
-```typescript
-defaultValue?: TValue;
-```
-
-### description property
-
-Description of the field config property. Will be displayed in the UI as form element description.
-
-Signature
-
-```typescript
-description?: string;
-```
-
-### name property
-
-Name of the field config property. Will be displayed in the UI as form element label.
-
-Signature
-
-```typescript
-name: string;
-```
-
-### path property
-
-Path of the field config property to control.
-
-Signature
-
-```typescript
-path: (keyof TOptions & string) | string;
-```
-
-## Example
-
-Given field config object of a type:
-
-```ts
-interface CustomFieldConfig {
- a: {
- b: string;
- }
-}
-
-```
-path can be either 'a' or 'a.b'.
-
-### settings property
-
-Custom settings of the editor.
-
-Signature
-
-```typescript
-settings?: TSettings;
-```
-
-### shouldApply property
-
-Function that allows specifying whether or not this field config should apply to a given field.
-
-Signature
-
-```typescript
-shouldApply?: (field: Field) => boolean;
-```
-
-### showIf property
-
-Function that enables configuration of when field config property editor should be shown based on current panel field config.
-
-Signature
-
-```typescript
-showIf?: (currentConfig: TOptions) => boolean;
-```
diff --git a/docs/sources/packages_api/data/fieldconfigeditorprops.md b/docs/sources/packages_api/data/fieldconfigeditorprops.md
deleted file mode 100644
index 442f725cbac..00000000000
--- a/docs/sources/packages_api/data/fieldconfigeditorprops.md
+++ /dev/null
@@ -1,61 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfigEditorProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfigEditorProps interface
-
-Signature
-
-```typescript
-export interface FieldConfigEditorProps extends Omit, 'item'>
-```
-Import
-
-```typescript
-import { FieldConfigEditorProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [context](#context-property) | FieldOverrideContext | |
-| [item](#item-property) | FieldConfigPropertyItem<TValue, TSettings> | |
-| [onChange](#onchange-property) | (value?: TValue) => void | |
-| [value](#value-property) | TValue | |
-
-### context property
-
-Signature
-
-```typescript
-context: FieldOverrideContext;
-```
-
-### item property
-
-Signature
-
-```typescript
-item: FieldConfigPropertyItem;
-```
-
-### onChange property
-
-Signature
-
-```typescript
-onChange: (value?: TValue) => void;
-```
-
-### value property
-
-Signature
-
-```typescript
-value: TValue;
-```
diff --git a/docs/sources/packages_api/data/fieldconfigoptionsregistry.md b/docs/sources/packages_api/data/fieldconfigoptionsregistry.md
deleted file mode 100644
index e6c5c71baa4..00000000000
--- a/docs/sources/packages_api/data/fieldconfigoptionsregistry.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfigOptionsRegistry"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfigOptionsRegistry class
-
-Signature
-
-```typescript
-export declare class FieldConfigOptionsRegistry extends Registry
-```
-Import
-
-```typescript
-import { FieldConfigOptionsRegistry } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/fieldconfigproperty.md b/docs/sources/packages_api/data/fieldconfigproperty.md
deleted file mode 100644
index 2277aabbda7..00000000000
--- a/docs/sources/packages_api/data/fieldconfigproperty.md
+++ /dev/null
@@ -1,39 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfigProperty"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfigProperty enum
-
-### FieldConfigProperty enum
-
-Signature
-
-```typescript
-export declare enum FieldConfigProperty
-```
-Import
-
-```typescript
-import { FieldConfigProperty } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Color | "color" | |
-| Decimals | "decimals" | |
-| Links | "links" | |
-| Mappings | "mappings" | |
-| Max | "max" | |
-| Min | "min" | |
-| NoValue | "noValue" | |
-| Thresholds | "thresholds" | |
-| Title | "title" | |
-| Unit | "unit" | |
-
diff --git a/docs/sources/packages_api/data/fieldconfigpropertyitem.md b/docs/sources/packages_api/data/fieldconfigpropertyitem.md
deleted file mode 100644
index 26b75b21ebb..00000000000
--- a/docs/sources/packages_api/data/fieldconfigpropertyitem.md
+++ /dev/null
@@ -1,63 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfigPropertyItem"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfigPropertyItem interface
-
-Signature
-
-```typescript
-export interface FieldConfigPropertyItem extends OptionsEditorItem, TValue>
-```
-Import
-
-```typescript
-import { FieldConfigPropertyItem } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [isCustom](#iscustom-property) | boolean | true for plugin field config properties |
-| [override](#override-property) | ComponentType<FieldOverrideEditorProps<TValue, TSettings>> | |
-| [process](#process-property) | (value: any, context: FieldOverrideContext, settings?: TSettings) => TValue | undefined | null | |
-| [shouldApply](#shouldapply-property) | (field: Field) => boolean | |
-
-### isCustom property
-
-true for plugin field config properties
-
-Signature
-
-```typescript
-isCustom?: boolean;
-```
-
-### override property
-
-Signature
-
-```typescript
-override: ComponentType>;
-```
-
-### process property
-
-Signature
-
-```typescript
-process: (value: any, context: FieldOverrideContext, settings?: TSettings) => TValue | undefined | null;
-```
-
-### shouldApply property
-
-Signature
-
-```typescript
-shouldApply: (field: Field) => boolean;
-```
diff --git a/docs/sources/packages_api/data/fieldconfigsource.md b/docs/sources/packages_api/data/fieldconfigsource.md
deleted file mode 100644
index bea2f3e9144..00000000000
--- a/docs/sources/packages_api/data/fieldconfigsource.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldConfigSource"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldConfigSource interface
-
-Signature
-
-```typescript
-export interface FieldConfigSource
-```
-Import
-
-```typescript
-import { FieldConfigSource } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [defaults](#defaults-property) | FieldConfig<TOptions> | |
-| [overrides](#overrides-property) | ConfigOverrideRule[] | |
-
-### defaults property
-
-Signature
-
-```typescript
-defaults: FieldConfig;
-```
-
-### overrides property
-
-Signature
-
-```typescript
-overrides: ConfigOverrideRule[];
-```
diff --git a/docs/sources/packages_api/data/fielddisplay.md b/docs/sources/packages_api/data/fielddisplay.md
deleted file mode 100644
index 6fa6addb3d7..00000000000
--- a/docs/sources/packages_api/data/fielddisplay.md
+++ /dev/null
@@ -1,106 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldDisplay"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldDisplay interface
-
-Signature
-
-```typescript
-export interface FieldDisplay
-```
-Import
-
-```typescript
-import { FieldDisplay } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [colIndex](#colindex-property) | number | |
-| [display](#display-property) | DisplayValue | |
-| [field](#field-property) | FieldConfig | |
-| [getLinks](#getlinks-property) | () => LinkModel[] | |
-| [hasLinks](#haslinks-property) | boolean | |
-| [name](#name-property) | string | |
-| [rowIndex](#rowindex-property) | number | |
-| [sparkline](#sparkline-property) | GraphSeriesValue[][] | |
-| [view](#view-property) | DataFrameView | |
-
-### colIndex property
-
-Signature
-
-```typescript
-colIndex?: number;
-```
-
-### display property
-
-Signature
-
-```typescript
-display: DisplayValue;
-```
-
-### field property
-
-Signature
-
-```typescript
-field: FieldConfig;
-```
-
-### getLinks property
-
-Signature
-
-```typescript
-getLinks?: () => LinkModel[];
-```
-
-### hasLinks property
-
-Signature
-
-```typescript
-hasLinks: boolean;
-```
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
-
-### rowIndex property
-
-Signature
-
-```typescript
-rowIndex?: number;
-```
-
-### sparkline property
-
-Signature
-
-```typescript
-sparkline?: GraphSeriesValue[][];
-```
-
-### view property
-
-Signature
-
-```typescript
-view?: DataFrameView;
-```
diff --git a/docs/sources/packages_api/data/fielddto.md b/docs/sources/packages_api/data/fielddto.md
deleted file mode 100644
index f88abb359d4..00000000000
--- a/docs/sources/packages_api/data/fielddto.md
+++ /dev/null
@@ -1,72 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldDTO"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldDTO interface
-
-Like a field, but properties are optional and values may be a simple array
-
-Signature
-
-```typescript
-export interface FieldDTO
-```
-Import
-
-```typescript
-import { FieldDTO } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [config](#config-property) | FieldConfig | |
-| [labels](#labels-property) | Labels | |
-| [name](#name-property) | string | |
-| [type](#type-property) | FieldType | |
-| [values](#values-property) | Vector<T> | T[] | |
-
-### config property
-
-Signature
-
-```typescript
-config?: FieldConfig;
-```
-
-### labels property
-
-Signature
-
-```typescript
-labels?: Labels;
-```
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
-
-### type property
-
-Signature
-
-```typescript
-type?: FieldType;
-```
-
-### values property
-
-Signature
-
-```typescript
-values?: Vector | T[];
-```
diff --git a/docs/sources/packages_api/data/fieldmatcher.md b/docs/sources/packages_api/data/fieldmatcher.md
deleted file mode 100644
index 79c60405852..00000000000
--- a/docs/sources/packages_api/data/fieldmatcher.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldMatcher"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldMatcher type
-
-### FieldMatcher type
-
-Signature
-
-```typescript
-export declare type FieldMatcher = (field: Field, frame: DataFrame, allFrames: DataFrame[]) => boolean;
-```
-Import
-
-```typescript
-import { FieldMatcher } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/fieldmatcherid.md b/docs/sources/packages_api/data/fieldmatcherid.md
deleted file mode 100644
index 88ca01af8e4..00000000000
--- a/docs/sources/packages_api/data/fieldmatcherid.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldMatcherID"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldMatcherID enum
-
-### FieldMatcherID enum
-
-Signature
-
-```typescript
-export declare enum FieldMatcherID
-```
-Import
-
-```typescript
-import { FieldMatcherID } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| byName | "byName" | |
-| byNames | "byNames" | |
-| byRegexp | "byRegexp" | |
-| byRegexpOrNames | "byRegexpOrNames" | |
-| byType | "byType" | |
-| numeric | "numeric" | |
-| time | "time" | |
-
diff --git a/docs/sources/packages_api/data/fieldmatcherinfo.md b/docs/sources/packages_api/data/fieldmatcherinfo.md
deleted file mode 100644
index 0fa1cd68831..00000000000
--- a/docs/sources/packages_api/data/fieldmatcherinfo.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldMatcherInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldMatcherInfo interface
-
-Signature
-
-```typescript
-export interface FieldMatcherInfo extends RegistryItemWithOptions
-```
-Import
-
-```typescript
-import { FieldMatcherInfo } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [get](#get-property) | (options: TOptions) => FieldMatcher | |
-
-### get property
-
-Signature
-
-```typescript
-get: (options: TOptions) => FieldMatcher;
-```
diff --git a/docs/sources/packages_api/data/fieldmatchers.md b/docs/sources/packages_api/data/fieldmatchers.md
deleted file mode 100644
index 0ba2dd896e6..00000000000
--- a/docs/sources/packages_api/data/fieldmatchers.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "fieldMatchers"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## fieldMatchers variable
-
-### fieldMatchers variable
-
-Signature
-
-```typescript
-fieldMatchers: Registry>
-```
-Import
-
-```typescript
-import { fieldMatchers } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/fieldoverridecontext.md b/docs/sources/packages_api/data/fieldoverridecontext.md
deleted file mode 100644
index 79be218d7ad..00000000000
--- a/docs/sources/packages_api/data/fieldoverridecontext.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldOverrideContext"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldOverrideContext interface
-
-Signature
-
-```typescript
-export interface FieldOverrideContext extends StandardEditorContext
-```
-Import
-
-```typescript
-import { FieldOverrideContext } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [data](#data-property) | DataFrame[] | |
-| [dataFrameIndex](#dataframeindex-property) | number | |
-| [field](#field-property) | Field | |
-
-### data property
-
-Signature
-
-```typescript
-data: DataFrame[];
-```
-
-### dataFrameIndex property
-
-Signature
-
-```typescript
-dataFrameIndex?: number;
-```
-
-### field property
-
-Signature
-
-```typescript
-field?: Field;
-```
diff --git a/docs/sources/packages_api/data/fieldoverrideeditorprops.md b/docs/sources/packages_api/data/fieldoverrideeditorprops.md
deleted file mode 100644
index fa3e127c74c..00000000000
--- a/docs/sources/packages_api/data/fieldoverrideeditorprops.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldOverrideEditorProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldOverrideEditorProps interface
-
-Signature
-
-```typescript
-export interface FieldOverrideEditorProps extends Omit, 'item'>
-```
-Import
-
-```typescript
-import { FieldOverrideEditorProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [context](#context-property) | FieldOverrideContext | |
-| [item](#item-property) | FieldConfigPropertyItem<TValue, TSettings> | |
-
-### context property
-
-Signature
-
-```typescript
-context: FieldOverrideContext;
-```
-
-### item property
-
-Signature
-
-```typescript
-item: FieldConfigPropertyItem;
-```
diff --git a/docs/sources/packages_api/data/fieldreducerinfo.md b/docs/sources/packages_api/data/fieldreducerinfo.md
deleted file mode 100644
index 68d1fe6f426..00000000000
--- a/docs/sources/packages_api/data/fieldreducerinfo.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldReducerInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldReducerInfo interface
-
-Signature
-
-```typescript
-export interface FieldReducerInfo extends RegistryItem
-```
-Import
-
-```typescript
-import { FieldReducerInfo } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [emptyInputResult](#emptyinputresult-property) | any | |
-| [reduce](#reduce-property) | FieldReducer | |
-| [standard](#standard-property) | boolean | |
-
-### emptyInputResult property
-
-Signature
-
-```typescript
-emptyInputResult?: any;
-```
-
-### reduce property
-
-Signature
-
-```typescript
-reduce?: FieldReducer;
-```
-
-### standard property
-
-Signature
-
-```typescript
-standard: boolean;
-```
diff --git a/docs/sources/packages_api/data/fieldreducers.md b/docs/sources/packages_api/data/fieldreducers.md
deleted file mode 100644
index cd8fd53d8f4..00000000000
--- a/docs/sources/packages_api/data/fieldreducers.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "fieldReducers"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## fieldReducers variable
-
-### fieldReducers variable
-
-Signature
-
-```typescript
-fieldReducers: Registry
-```
-Import
-
-```typescript
-import { fieldReducers } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/fieldstate.md b/docs/sources/packages_api/data/fieldstate.md
deleted file mode 100644
index 22077163411..00000000000
--- a/docs/sources/packages_api/data/fieldstate.md
+++ /dev/null
@@ -1,58 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldState"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldState interface
-
-Signature
-
-```typescript
-export interface FieldState
-```
-Import
-
-```typescript
-import { FieldState } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [calcs](#calcs-property) | FieldCalcs | Cache of reduced values |
-| [displayName](#displayname-property) | string | null | An appropriate name for the field (does not include frame info) |
-| [scopedVars](#scopedvars-property) | ScopedVars | Appropriate values for templating |
-
-### calcs property
-
-Cache of reduced values
-
-Signature
-
-```typescript
-calcs?: FieldCalcs;
-```
-
-### displayName property
-
-An appropriate name for the field (does not include frame info)
-
-Signature
-
-```typescript
-displayName?: string | null;
-```
-
-### scopedVars property
-
-Appropriate values for templating
-
-Signature
-
-```typescript
-scopedVars?: ScopedVars;
-```
diff --git a/docs/sources/packages_api/data/fieldtype.md b/docs/sources/packages_api/data/fieldtype.md
deleted file mode 100644
index 1216d95d5dd..00000000000
--- a/docs/sources/packages_api/data/fieldtype.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldType"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldType enum
-
-### FieldType enum
-
-Signature
-
-```typescript
-export declare enum FieldType
-```
-Import
-
-```typescript
-import { FieldType } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| boolean | "boolean" | |
-| number | "number" | |
-| other | "other" | |
-| string | "string" | |
-| time | "time" | |
-| trace | "trace" | |
-
diff --git a/docs/sources/packages_api/data/fieldwithindex.md b/docs/sources/packages_api/data/fieldwithindex.md
deleted file mode 100644
index 37804c54c39..00000000000
--- a/docs/sources/packages_api/data/fieldwithindex.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FieldWithIndex"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FieldWithIndex interface
-
-Signature
-
-```typescript
-export interface FieldWithIndex extends Field
-```
-Import
-
-```typescript
-import { FieldWithIndex } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [index](#index-property) | number | |
-
-### index property
-
-Signature
-
-```typescript
-index: number;
-```
diff --git a/docs/sources/packages_api/data/findcommonlabels.md b/docs/sources/packages_api/data/findcommonlabels.md
deleted file mode 100644
index e1d2eff8890..00000000000
--- a/docs/sources/packages_api/data/findcommonlabels.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "findCommonLabels"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## findCommonLabels() function
-
-### findCommonLabels() function
-
-Returns a map labels that are common to the given label sets.
-
-Signature
-
-```typescript
-export declare function findCommonLabels(labelsSets: Labels[]): Labels;
-```
-Import
-
-```typescript
-import { findCommonLabels } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| labelsSets | Labels[] | |
-
-Returns:
-
-`Labels`
-
diff --git a/docs/sources/packages_api/data/findhighlightchunksintext.md b/docs/sources/packages_api/data/findhighlightchunksintext.md
deleted file mode 100644
index 7c54606b604..00000000000
--- a/docs/sources/packages_api/data/findhighlightchunksintext.md
+++ /dev/null
@@ -1,38 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "findHighlightChunksInText"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## findHighlightChunksInText() function
-
-### findHighlightChunksInText() function
-
-Adapt findMatchesInText for react-highlight-words findChunks handler. See https://github.com/bvaughn/react-highlight-words\#props
-
-Signature
-
-```typescript
-export declare function findHighlightChunksInText({ searchWords, textToHighlight, }: {
- searchWords: string[];
- textToHighlight: string;
-}): any[];
-```
-Import
-
-```typescript
-import { findHighlightChunksInText } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| { searchWords, textToHighlight, } | {
searchWords: string[];
textToHighlight: string;
} | |
-
-Returns:
-
-`any[]`
-
diff --git a/docs/sources/packages_api/data/findmatchesintext.md b/docs/sources/packages_api/data/findmatchesintext.md
deleted file mode 100644
index 767407cc015..00000000000
--- a/docs/sources/packages_api/data/findmatchesintext.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "findMatchesInText"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## findMatchesInText() function
-
-### findMatchesInText() function
-
-Returns a list of substring regexp matches.
-
-Signature
-
-```typescript
-export declare function findMatchesInText(haystack: string, needle: string): TextMatch[];
-```
-Import
-
-```typescript
-import { findMatchesInText } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| haystack | string | |
-| needle | string | |
-
-Returns:
-
-`TextMatch[]`
-
diff --git a/docs/sources/packages_api/data/finduniquelabels.md b/docs/sources/packages_api/data/finduniquelabels.md
deleted file mode 100644
index 4b424d733d4..00000000000
--- a/docs/sources/packages_api/data/finduniquelabels.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "findUniqueLabels"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## findUniqueLabels() function
-
-### findUniqueLabels() function
-
-Returns a map of labels that are in `labels`, but not in `commonLabels`.
-
-Signature
-
-```typescript
-export declare function findUniqueLabels(labels: Labels | undefined, commonLabels: Labels): Labels;
-```
-Import
-
-```typescript
-import { findUniqueLabels } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| labels | Labels | undefined | |
-| commonLabels | Labels | |
-
-Returns:
-
-`Labels`
-
diff --git a/docs/sources/packages_api/data/flotdatapoint.md b/docs/sources/packages_api/data/flotdatapoint.md
deleted file mode 100644
index 1f7d7988474..00000000000
--- a/docs/sources/packages_api/data/flotdatapoint.md
+++ /dev/null
@@ -1,79 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FlotDataPoint"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FlotDataPoint interface
-
-Signature
-
-```typescript
-export interface FlotDataPoint
-```
-Import
-
-```typescript
-import { FlotDataPoint } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [dataIndex](#dataindex-property) | number | |
-| [datapoint](#datapoint-property) | number[] | |
-| [pageX](#pagex-property) | number | |
-| [pageY](#pagey-property) | number | |
-| [series](#series-property) | any | |
-| [seriesIndex](#seriesindex-property) | number | |
-
-### dataIndex property
-
-Signature
-
-```typescript
-dataIndex: number;
-```
-
-### datapoint property
-
-Signature
-
-```typescript
-datapoint: number[];
-```
-
-### pageX property
-
-Signature
-
-```typescript
-pageX: number;
-```
-
-### pageY property
-
-Signature
-
-```typescript
-pageY: number;
-```
-
-### series property
-
-Signature
-
-```typescript
-series: any;
-```
-
-### seriesIndex property
-
-Signature
-
-```typescript
-seriesIndex: number;
-```
diff --git a/docs/sources/packages_api/data/formatinput.md b/docs/sources/packages_api/data/formatinput.md
deleted file mode 100644
index 776459c3880..00000000000
--- a/docs/sources/packages_api/data/formatinput.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FormatInput"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FormatInput type
-
-### FormatInput type
-
-Signature
-
-```typescript
-export declare type FormatInput = string | DateTimeBuiltinFormat | undefined;
-```
-Import
-
-```typescript
-import { FormatInput } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/formatlabels.md b/docs/sources/packages_api/data/formatlabels.md
deleted file mode 100644
index db843914aa1..00000000000
--- a/docs/sources/packages_api/data/formatlabels.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "formatLabels"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## formatLabels() function
-
-### formatLabels() function
-
-Serializes the given labels to a string.
-
-Signature
-
-```typescript
-export declare function formatLabels(labels: Labels, defaultValue?: string): string;
-```
-Import
-
-```typescript
-import { formatLabels } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| labels | Labels | |
-| defaultValue | string | |
-
-Returns:
-
-`string`
-
diff --git a/docs/sources/packages_api/data/formattedvalue.md b/docs/sources/packages_api/data/formattedvalue.md
deleted file mode 100644
index 8d390086a2e..00000000000
--- a/docs/sources/packages_api/data/formattedvalue.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FormattedValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FormattedValue interface
-
-Signature
-
-```typescript
-export interface FormattedValue
-```
-Import
-
-```typescript
-import { FormattedValue } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [prefix](#prefix-property) | string | |
-| [suffix](#suffix-property) | string | |
-| [text](#text-property) | string | |
-
-### prefix property
-
-Signature
-
-```typescript
-prefix?: string;
-```
-
-### suffix property
-
-Signature
-
-```typescript
-suffix?: string;
-```
-
-### text property
-
-Signature
-
-```typescript
-text: string;
-```
diff --git a/docs/sources/packages_api/data/formattedvaluetostring.md b/docs/sources/packages_api/data/formattedvaluetostring.md
deleted file mode 100644
index e8a24120201..00000000000
--- a/docs/sources/packages_api/data/formattedvaluetostring.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "formattedValueToString"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## formattedValueToString() function
-
-### formattedValueToString() function
-
-Signature
-
-```typescript
-export declare function formattedValueToString(val: FormattedValue): string;
-```
-Import
-
-```typescript
-import { formattedValueToString } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| val | FormattedValue | |
-
-Returns:
-
-`string`
-
diff --git a/docs/sources/packages_api/data/formattedvector.md b/docs/sources/packages_api/data/formattedvector.md
deleted file mode 100644
index 02e676c3978..00000000000
--- a/docs/sources/packages_api/data/formattedvector.md
+++ /dev/null
@@ -1,104 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FormattedVector"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FormattedVector class
-
-Signature
-
-```typescript
-export declare class FormattedVector implements Vector
-```
-Import
-
-```typescript
-import { FormattedVector } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(source, formatter)](#constructor-sourceformatter) | | Constructs a new instance of the FormattedVector class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [length](#length-property) | | number | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [get(index)](#get-method) | | |
-| [toArray()](#toarray-method) | | |
-| [toJSON()](#tojson-method) | | |
-
-### constructor(source, formatter)
-
-Constructs a new instance of the `FormattedVector` class
-
-Signature
-
-```typescript
-constructor(source: Vector, formatter: DisplayProcessor);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| source | Vector<T> | |
-| formatter | DisplayProcessor | |
-
-### length property
-
-Signature
-
-```typescript
-get length(): number;
-```
-
-### get method
-
-Signature
-
-```typescript
-get(index: number): string;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-
-Returns:
-
-`string`
-
-### toArray method
-
-Signature
-
-```typescript
-toArray(): string[];
-```
-Returns:
-
-`string[]`
-
-### toJSON method
-
-Signature
-
-```typescript
-toJSON(): string[];
-```
-Returns:
-
-`string[]`
-
diff --git a/docs/sources/packages_api/data/framematcher.md b/docs/sources/packages_api/data/framematcher.md
deleted file mode 100644
index 0596bba8608..00000000000
--- a/docs/sources/packages_api/data/framematcher.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FrameMatcher"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FrameMatcher type
-
-### FrameMatcher type
-
-Signature
-
-```typescript
-export declare type FrameMatcher = (frame: DataFrame) => boolean;
-```
-Import
-
-```typescript
-import { FrameMatcher } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/framematcherid.md b/docs/sources/packages_api/data/framematcherid.md
deleted file mode 100644
index 7227a639f78..00000000000
--- a/docs/sources/packages_api/data/framematcherid.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FrameMatcherID"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FrameMatcherID enum
-
-### FrameMatcherID enum
-
-Field name matchers
-
-Signature
-
-```typescript
-export declare enum FrameMatcherID
-```
-Import
-
-```typescript
-import { FrameMatcherID } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| byIndex | "byIndex" | |
-| byLabel | "byLabel" | |
-| byName | "byName" | |
-| byRefId | "byRefId" | |
-
diff --git a/docs/sources/packages_api/data/framematcherinfo.md b/docs/sources/packages_api/data/framematcherinfo.md
deleted file mode 100644
index 1505a9e7f4f..00000000000
--- a/docs/sources/packages_api/data/framematcherinfo.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "FrameMatcherInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## FrameMatcherInfo interface
-
-Signature
-
-```typescript
-export interface FrameMatcherInfo extends RegistryItemWithOptions
-```
-Import
-
-```typescript
-import { FrameMatcherInfo } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [get](#get-property) | (options: TOptions) => FrameMatcher | |
-
-### get property
-
-Signature
-
-```typescript
-get: (options: TOptions) => FrameMatcher;
-```
diff --git a/docs/sources/packages_api/data/framematchers.md b/docs/sources/packages_api/data/framematchers.md
deleted file mode 100644
index 5d536391fa5..00000000000
--- a/docs/sources/packages_api/data/framematchers.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "frameMatchers"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## frameMatchers variable
-
-### frameMatchers variable
-
-Signature
-
-```typescript
-frameMatchers: Registry>
-```
-Import
-
-```typescript
-import { frameMatchers } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getactivethreshold.md b/docs/sources/packages_api/data/getactivethreshold.md
deleted file mode 100644
index 84d21dbb9ee..00000000000
--- a/docs/sources/packages_api/data/getactivethreshold.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getActiveThreshold"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getActiveThreshold() function
-
-### getActiveThreshold() function
-
-Signature
-
-```typescript
-export declare function getActiveThreshold(value: number, thresholds: Threshold[]): Threshold;
-```
-Import
-
-```typescript
-import { getActiveThreshold } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | number | |
-| thresholds | Threshold[] | |
-
-Returns:
-
-`Threshold`
-
diff --git a/docs/sources/packages_api/data/getallvaluesfromdimension.md b/docs/sources/packages_api/data/getallvaluesfromdimension.md
deleted file mode 100644
index 49188e71765..00000000000
--- a/docs/sources/packages_api/data/getallvaluesfromdimension.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getAllValuesFromDimension"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getAllValuesFromDimension variable
-
-### getAllValuesFromDimension variable
-
-Signature
-
-```typescript
-getAllValuesFromDimension: (dimension: Dimension, column: number, row: number) => any[]
-```
-Import
-
-```typescript
-import { getAllValuesFromDimension } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolorbyname.md b/docs/sources/packages_api/data/getcolorbyname.md
deleted file mode 100644
index e88cc20d776..00000000000
--- a/docs/sources/packages_api/data/getcolorbyname.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColorByName"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColorByName variable
-
-### getColorByName variable
-
-Signature
-
-```typescript
-getColorByName: (colorName: string) => ColorDefinition | undefined
-```
-Import
-
-```typescript
-import { getColorByName } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolordefinition.md b/docs/sources/packages_api/data/getcolordefinition.md
deleted file mode 100644
index 26416802507..00000000000
--- a/docs/sources/packages_api/data/getcolordefinition.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColorDefinition"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColorDefinition variable
-
-### getColorDefinition variable
-
-Signature
-
-```typescript
-getColorDefinition: (hex: string, theme: GrafanaThemeType) => ColorDefinition | undefined
-```
-Import
-
-```typescript
-import { getColorDefinition } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolordefinitionbyname.md b/docs/sources/packages_api/data/getcolordefinitionbyname.md
deleted file mode 100644
index ecea2e0a386..00000000000
--- a/docs/sources/packages_api/data/getcolordefinitionbyname.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColorDefinitionByName"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColorDefinitionByName variable
-
-### getColorDefinitionByName variable
-
-Signature
-
-```typescript
-getColorDefinitionByName: (name: Color) => ColorDefinition
-```
-Import
-
-```typescript
-import { getColorDefinitionByName } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolorfortheme.md b/docs/sources/packages_api/data/getcolorfortheme.md
deleted file mode 100644
index ea8abdf06ef..00000000000
--- a/docs/sources/packages_api/data/getcolorfortheme.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColorForTheme"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColorForTheme variable
-
-### getColorForTheme variable
-
-Signature
-
-```typescript
-getColorForTheme: (color: ColorDefinition, theme?: GrafanaThemeType | undefined) => string
-```
-Import
-
-```typescript
-import { getColorForTheme } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolorfromhexrgborname.md b/docs/sources/packages_api/data/getcolorfromhexrgborname.md
deleted file mode 100644
index ffde9c383b9..00000000000
--- a/docs/sources/packages_api/data/getcolorfromhexrgborname.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColorFromHexRgbOrName"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColorFromHexRgbOrName variable
-
-### getColorFromHexRgbOrName variable
-
-Signature
-
-```typescript
-getColorFromHexRgbOrName: (color: string, theme?: GrafanaThemeType | undefined) => string
-```
-Import
-
-```typescript
-import { getColorFromHexRgbOrName } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolorname.md b/docs/sources/packages_api/data/getcolorname.md
deleted file mode 100644
index 81376e104ee..00000000000
--- a/docs/sources/packages_api/data/getcolorname.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColorName"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColorName variable
-
-### getColorName variable
-
-Signature
-
-```typescript
-getColorName: (color?: string | undefined, theme?: GrafanaThemeType | undefined) => Color | undefined
-```
-Import
-
-```typescript
-import { getColorName } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolumnfromdimension.md b/docs/sources/packages_api/data/getcolumnfromdimension.md
deleted file mode 100644
index 2a7c4f6c8f9..00000000000
--- a/docs/sources/packages_api/data/getcolumnfromdimension.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColumnFromDimension"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColumnFromDimension variable
-
-### getColumnFromDimension variable
-
-Signature
-
-```typescript
-getColumnFromDimension: (dimension: Dimension, column: number) => Field>
-```
-Import
-
-```typescript
-import { getColumnFromDimension } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getcolumnsfromdimension.md b/docs/sources/packages_api/data/getcolumnsfromdimension.md
deleted file mode 100644
index 7ce62d1893c..00000000000
--- a/docs/sources/packages_api/data/getcolumnsfromdimension.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getColumnsFromDimension"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getColumnsFromDimension variable
-
-### getColumnsFromDimension variable
-
-Signature
-
-```typescript
-getColumnsFromDimension: (dimension: Dimension) => Field>[]
-```
-Import
-
-```typescript
-import { getColumnsFromDimension } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getdataframerow.md b/docs/sources/packages_api/data/getdataframerow.md
deleted file mode 100644
index 2f8919cd155..00000000000
--- a/docs/sources/packages_api/data/getdataframerow.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getDataFrameRow"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getDataFrameRow() function
-
-### getDataFrameRow() function
-
-Wrapper to get an array from each field value
-
-Signature
-
-```typescript
-export declare function getDataFrameRow(data: DataFrame, row: number): any[];
-```
-Import
-
-```typescript
-import { getDataFrameRow } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| data | DataFrame | |
-| row | number | |
-
-Returns:
-
-`any[]`
-
diff --git a/docs/sources/packages_api/data/getdecimalsforvalue.md b/docs/sources/packages_api/data/getdecimalsforvalue.md
deleted file mode 100644
index fb90ffd5648..00000000000
--- a/docs/sources/packages_api/data/getdecimalsforvalue.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getDecimalsForValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getDecimalsForValue() function
-
-### getDecimalsForValue() function
-
-Signature
-
-```typescript
-export declare function getDecimalsForValue(value: number, decimalOverride?: DecimalCount): DecimalInfo;
-```
-Import
-
-```typescript
-import { getDecimalsForValue } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | number | |
-| decimalOverride | DecimalCount | |
-
-Returns:
-
-`DecimalInfo`
-
diff --git a/docs/sources/packages_api/data/getdimensionbyname.md b/docs/sources/packages_api/data/getdimensionbyname.md
deleted file mode 100644
index 42b4d3e565d..00000000000
--- a/docs/sources/packages_api/data/getdimensionbyname.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getDimensionByName"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getDimensionByName variable
-
-### getDimensionByName variable
-
-Signature
-
-```typescript
-getDimensionByName: (dimensions: Dimensions, name: string) => Dimension
-```
-Import
-
-```typescript
-import { getDimensionByName } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getdisplayprocessor.md b/docs/sources/packages_api/data/getdisplayprocessor.md
deleted file mode 100644
index 59bfa4be998..00000000000
--- a/docs/sources/packages_api/data/getdisplayprocessor.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getDisplayProcessor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getDisplayProcessor() function
-
-### getDisplayProcessor() function
-
-Signature
-
-```typescript
-export declare function getDisplayProcessor(options?: DisplayProcessorOptions): DisplayProcessor;
-```
-Import
-
-```typescript
-import { getDisplayProcessor } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| options | DisplayProcessorOptions | |
-
-Returns:
-
-`DisplayProcessor`
-
diff --git a/docs/sources/packages_api/data/getdisplayvaluealignmentfactors.md b/docs/sources/packages_api/data/getdisplayvaluealignmentfactors.md
deleted file mode 100644
index 8cd950908bb..00000000000
--- a/docs/sources/packages_api/data/getdisplayvaluealignmentfactors.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getDisplayValueAlignmentFactors"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getDisplayValueAlignmentFactors() function
-
-### getDisplayValueAlignmentFactors() function
-
-Signature
-
-```typescript
-export declare function getDisplayValueAlignmentFactors(values: FieldDisplay[]): DisplayValueAlignmentFactors;
-```
-Import
-
-```typescript
-import { getDisplayValueAlignmentFactors } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| values | FieldDisplay[] | |
-
-Returns:
-
-`DisplayValueAlignmentFactors`
-
diff --git a/docs/sources/packages_api/data/getfielddisplayname.md b/docs/sources/packages_api/data/getfielddisplayname.md
deleted file mode 100644
index 96638a113ee..00000000000
--- a/docs/sources/packages_api/data/getfielddisplayname.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getFieldDisplayName"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getFieldDisplayName() function
-
-### getFieldDisplayName() function
-
-Signature
-
-```typescript
-export declare function getFieldDisplayName(field: Field, frame?: DataFrame, allFrames?: DataFrame[]): string;
-```
-Import
-
-```typescript
-import { getFieldDisplayName } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| field | Field | |
-| frame | DataFrame | |
-| allFrames | DataFrame[] | |
-
-Returns:
-
-`string`
-
diff --git a/docs/sources/packages_api/data/getfielddisplayvalues.md b/docs/sources/packages_api/data/getfielddisplayvalues.md
deleted file mode 100644
index 3c2c88f5487..00000000000
--- a/docs/sources/packages_api/data/getfielddisplayvalues.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getFieldDisplayValues"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getFieldDisplayValues variable
-
-### getFieldDisplayValues variable
-
-Signature
-
-```typescript
-getFieldDisplayValues: (options: GetFieldDisplayValuesOptions) => FieldDisplay[]
-```
-Import
-
-```typescript
-import { getFieldDisplayValues } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getfielddisplayvaluesoptions.md b/docs/sources/packages_api/data/getfielddisplayvaluesoptions.md
deleted file mode 100644
index 578b97abc43..00000000000
--- a/docs/sources/packages_api/data/getfielddisplayvaluesoptions.md
+++ /dev/null
@@ -1,97 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GetFieldDisplayValuesOptions"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GetFieldDisplayValuesOptions interface
-
-Signature
-
-```typescript
-export interface GetFieldDisplayValuesOptions
-```
-Import
-
-```typescript
-import { GetFieldDisplayValuesOptions } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [autoMinMax](#autominmax-property) | boolean | |
-| [data](#data-property) | DataFrame[] | |
-| [fieldConfig](#fieldconfig-property) | FieldConfigSource | |
-| [reduceOptions](#reduceoptions-property) | ReduceDataOptions | |
-| [replaceVariables](#replacevariables-property) | InterpolateFunction | |
-| [sparkline](#sparkline-property) | boolean | |
-| [theme](#theme-property) | GrafanaTheme | |
-| [timeZone](#timezone-property) | TimeZone | |
-
-### autoMinMax property
-
-Signature
-
-```typescript
-autoMinMax?: boolean;
-```
-
-### data property
-
-Signature
-
-```typescript
-data?: DataFrame[];
-```
-
-### fieldConfig property
-
-Signature
-
-```typescript
-fieldConfig: FieldConfigSource;
-```
-
-### reduceOptions property
-
-Signature
-
-```typescript
-reduceOptions: ReduceDataOptions;
-```
-
-### replaceVariables property
-
-Signature
-
-```typescript
-replaceVariables: InterpolateFunction;
-```
-
-### sparkline property
-
-Signature
-
-```typescript
-sparkline?: boolean;
-```
-
-### theme property
-
-Signature
-
-```typescript
-theme: GrafanaTheme;
-```
-
-### timeZone property
-
-Signature
-
-```typescript
-timeZone?: TimeZone;
-```
diff --git a/docs/sources/packages_api/data/getfieldmatcher.md b/docs/sources/packages_api/data/getfieldmatcher.md
deleted file mode 100644
index f6c5f04c1fc..00000000000
--- a/docs/sources/packages_api/data/getfieldmatcher.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getFieldMatcher"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getFieldMatcher() function
-
-### getFieldMatcher() function
-
-Signature
-
-```typescript
-export declare function getFieldMatcher(config: MatcherConfig): FieldMatcher;
-```
-Import
-
-```typescript
-import { getFieldMatcher } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | MatcherConfig | |
-
-Returns:
-
-`FieldMatcher`
-
diff --git a/docs/sources/packages_api/data/getflotpairs.md b/docs/sources/packages_api/data/getflotpairs.md
deleted file mode 100644
index 9bce27348c0..00000000000
--- a/docs/sources/packages_api/data/getflotpairs.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getFlotPairs"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getFlotPairs() function
-
-### getFlotPairs() function
-
-Signature
-
-```typescript
-export declare function getFlotPairs({ xField, yField, nullValueMode }: FlotPairsOptions): GraphSeriesValue[][];
-```
-Import
-
-```typescript
-import { getFlotPairs } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| { xField, yField, nullValueMode } | FlotPairsOptions | |
-
-Returns:
-
-`GraphSeriesValue[][]`
-
diff --git a/docs/sources/packages_api/data/getflotpairsconstant.md b/docs/sources/packages_api/data/getflotpairsconstant.md
deleted file mode 100644
index e1c7b421257..00000000000
--- a/docs/sources/packages_api/data/getflotpairsconstant.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getFlotPairsConstant"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getFlotPairsConstant() function
-
-### getFlotPairsConstant() function
-
-Returns a constant series based on the first value from the provide series.
-
-Signature
-
-```typescript
-export declare function getFlotPairsConstant(seriesData: GraphSeriesValue[][], range: TimeRange): GraphSeriesValue[][];
-```
-Import
-
-```typescript
-import { getFlotPairsConstant } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| seriesData | GraphSeriesValue[][] | Series |
-| range | TimeRange | Start and end time for the constant series |
-
-Returns:
-
-`GraphSeriesValue[][]`
-
diff --git a/docs/sources/packages_api/data/getframedisplayname.md b/docs/sources/packages_api/data/getframedisplayname.md
deleted file mode 100644
index 714d950a03b..00000000000
--- a/docs/sources/packages_api/data/getframedisplayname.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getFrameDisplayName"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getFrameDisplayName() function
-
-### getFrameDisplayName() function
-
-Get an appropriate display title
-
-Signature
-
-```typescript
-export declare function getFrameDisplayName(frame: DataFrame, index?: number): string;
-```
-Import
-
-```typescript
-import { getFrameDisplayName } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| frame | DataFrame | |
-| index | number | |
-
-Returns:
-
-`string`
-
diff --git a/docs/sources/packages_api/data/getframematchers.md b/docs/sources/packages_api/data/getframematchers.md
deleted file mode 100644
index 43d98f8268c..00000000000
--- a/docs/sources/packages_api/data/getframematchers.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getFrameMatchers"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getFrameMatchers() function
-
-### getFrameMatchers() function
-
-Signature
-
-```typescript
-export declare function getFrameMatchers(config: MatcherConfig): FrameMatcher;
-```
-Import
-
-```typescript
-import { getFrameMatchers } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | MatcherConfig | |
-
-Returns:
-
-`FrameMatcher`
-
diff --git a/docs/sources/packages_api/data/getlocaledata.md b/docs/sources/packages_api/data/getlocaledata.md
deleted file mode 100644
index 7e38caa038e..00000000000
--- a/docs/sources/packages_api/data/getlocaledata.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getLocaleData"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getLocaleData variable
-
-### getLocaleData variable
-
-Signature
-
-```typescript
-getLocaleData: () => DateTimeLocale
-```
-Import
-
-```typescript
-import { getLocaleData } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getloglevel.md b/docs/sources/packages_api/data/getloglevel.md
deleted file mode 100644
index ec01c7c524c..00000000000
--- a/docs/sources/packages_api/data/getloglevel.md
+++ /dev/null
@@ -1,37 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getLogLevel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getLogLevel() function
-
-### getLogLevel() function
-
-Returns the log level of a log line. Parse the line for level words. If no level is found, it returns `LogLevel.unknown`.
-
-Example: `getLogLevel('WARN 1999-12-31 this is great') // LogLevel.warn`
-
-Signature
-
-```typescript
-export declare function getLogLevel(line: string): LogLevel;
-```
-Import
-
-```typescript
-import { getLogLevel } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| line | string | |
-
-Returns:
-
-`LogLevel`
-
diff --git a/docs/sources/packages_api/data/getloglevelfromkey.md b/docs/sources/packages_api/data/getloglevelfromkey.md
deleted file mode 100644
index 1bf64579b36..00000000000
--- a/docs/sources/packages_api/data/getloglevelfromkey.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getLogLevelFromKey"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getLogLevelFromKey() function
-
-### getLogLevelFromKey() function
-
-Signature
-
-```typescript
-export declare function getLogLevelFromKey(key: string | number): LogLevel;
-```
-Import
-
-```typescript
-import { getLogLevelFromKey } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| key | string | number | |
-
-Returns:
-
-`LogLevel`
-
diff --git a/docs/sources/packages_api/data/getmappedvalue.md b/docs/sources/packages_api/data/getmappedvalue.md
deleted file mode 100644
index f0c76484419..00000000000
--- a/docs/sources/packages_api/data/getmappedvalue.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getMappedValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getMappedValue variable
-
-### getMappedValue variable
-
-Signature
-
-```typescript
-getMappedValue: (valueMappings: ValueMapping[], value: TimeSeriesValue) => ValueMapping
-```
-Import
-
-```typescript
-import { getMappedValue } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getnamedcolorpalette.md b/docs/sources/packages_api/data/getnamedcolorpalette.md
deleted file mode 100644
index 34c055df456..00000000000
--- a/docs/sources/packages_api/data/getnamedcolorpalette.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getNamedColorPalette"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getNamedColorPalette variable
-
-### getNamedColorPalette variable
-
-Signature
-
-```typescript
-getNamedColorPalette: () => Map
-```
-Import
-
-```typescript
-import { getNamedColorPalette } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getparser.md b/docs/sources/packages_api/data/getparser.md
deleted file mode 100644
index 4a4ce5c414c..00000000000
--- a/docs/sources/packages_api/data/getparser.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getParser"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getParser() function
-
-### getParser() function
-
-Signature
-
-```typescript
-export declare function getParser(line: string): LogsParser | undefined;
-```
-Import
-
-```typescript
-import { getParser } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| line | string | |
-
-Returns:
-
-`LogsParser | undefined`
-
diff --git a/docs/sources/packages_api/data/getscalecalculator.md b/docs/sources/packages_api/data/getscalecalculator.md
deleted file mode 100644
index 0233f75653e..00000000000
--- a/docs/sources/packages_api/data/getscalecalculator.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getScaleCalculator"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getScaleCalculator() function
-
-### getScaleCalculator() function
-
-Signature
-
-```typescript
-export declare function getScaleCalculator(field: Field, theme?: GrafanaTheme): ScaleCalculator;
-```
-Import
-
-```typescript
-import { getScaleCalculator } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| field | Field | |
-| theme | GrafanaTheme | |
-
-Returns:
-
-`ScaleCalculator`
-
diff --git a/docs/sources/packages_api/data/getseriestimestep.md b/docs/sources/packages_api/data/getseriestimestep.md
deleted file mode 100644
index ed59bb87733..00000000000
--- a/docs/sources/packages_api/data/getseriestimestep.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getSeriesTimeStep"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getSeriesTimeStep variable
-
-### getSeriesTimeStep variable
-
-Returns minimal time step from series time field
-
-Signature
-
-```typescript
-getSeriesTimeStep: (timeField: Field) => number
-```
-Import
-
-```typescript
-import { getSeriesTimeStep } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/gettimefield.md b/docs/sources/packages_api/data/gettimefield.md
deleted file mode 100644
index e13e41b8b2c..00000000000
--- a/docs/sources/packages_api/data/gettimefield.md
+++ /dev/null
@@ -1,26 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getTimeField"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getTimeField variable
-
-### getTimeField variable
-
-Signature
-
-```typescript
-getTimeField: (series: DataFrame) => {
- timeField?: Field;
- timeIndex?: number;
-}
-```
-Import
-
-```typescript
-import { getTimeField } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/gettimezonegroups.md b/docs/sources/packages_api/data/gettimezonegroups.md
deleted file mode 100644
index fc6bca2c5ba..00000000000
--- a/docs/sources/packages_api/data/gettimezonegroups.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getTimeZoneGroups"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getTimeZoneGroups variable
-
-### getTimeZoneGroups variable
-
-Signature
-
-```typescript
-getTimeZoneGroups: ((includeInternal?: any) => GroupedTimeZones[]) & import("lodash").MemoizedFunction
-```
-Import
-
-```typescript
-import { getTimeZoneGroups } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/gettimezoneinfo.md b/docs/sources/packages_api/data/gettimezoneinfo.md
deleted file mode 100644
index ef11199d61b..00000000000
--- a/docs/sources/packages_api/data/gettimezoneinfo.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getTimeZoneInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getTimeZoneInfo variable
-
-### getTimeZoneInfo variable
-
-Signature
-
-```typescript
-getTimeZoneInfo: (zone: string, timestamp: number) => TimeZoneInfo | undefined
-```
-Import
-
-```typescript
-import { getTimeZoneInfo } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/gettimezones.md b/docs/sources/packages_api/data/gettimezones.md
deleted file mode 100644
index 245064d9df3..00000000000
--- a/docs/sources/packages_api/data/gettimezones.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getTimeZones"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getTimeZones variable
-
-### getTimeZones variable
-
-Signature
-
-```typescript
-getTimeZones: ((includeInternal?: any) => TimeZone[]) & import("lodash").MemoizedFunction
-```
-Import
-
-```typescript
-import { getTimeZones } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/getvalueformat.md b/docs/sources/packages_api/data/getvalueformat.md
deleted file mode 100644
index 5c708ce9bd7..00000000000
--- a/docs/sources/packages_api/data/getvalueformat.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getValueFormat"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getValueFormat() function
-
-### getValueFormat() function
-
-Signature
-
-```typescript
-export declare function getValueFormat(id?: string | null): ValueFormatter;
-```
-Import
-
-```typescript
-import { getValueFormat } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| id | string | null | |
-
-Returns:
-
-`ValueFormatter`
-
diff --git a/docs/sources/packages_api/data/getvalueformats.md b/docs/sources/packages_api/data/getvalueformats.md
deleted file mode 100644
index 0ea7388079b..00000000000
--- a/docs/sources/packages_api/data/getvalueformats.md
+++ /dev/null
@@ -1,39 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getValueFormats"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getValueFormats() function
-
-### getValueFormats() function
-
-Signature
-
-```typescript
-export declare function getValueFormats(): {
- text: string;
- submenu: {
- text: string;
- value: string;
- }[];
-}[];
-```
-Import
-
-```typescript
-import { getValueFormats } from '@grafana/data';
-```
-Returns:
-
-`{
- text: string;
- submenu: {
- text: string;
- value: string;
- }[];
-}[]`
-
diff --git a/docs/sources/packages_api/data/getvalueformatterindex.md b/docs/sources/packages_api/data/getvalueformatterindex.md
deleted file mode 100644
index 97c8d99a079..00000000000
--- a/docs/sources/packages_api/data/getvalueformatterindex.md
+++ /dev/null
@@ -1,27 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getValueFormatterIndex"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getValueFormatterIndex() function
-
-### getValueFormatterIndex() function
-
-Signature
-
-```typescript
-export declare function getValueFormatterIndex(): ValueFormatterIndex;
-```
-Import
-
-```typescript
-import { getValueFormatterIndex } from '@grafana/data';
-```
-Returns:
-
-`ValueFormatterIndex`
-
diff --git a/docs/sources/packages_api/data/getvaluefromdimension.md b/docs/sources/packages_api/data/getvaluefromdimension.md
deleted file mode 100644
index 21086486272..00000000000
--- a/docs/sources/packages_api/data/getvaluefromdimension.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "getValueFromDimension"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## getValueFromDimension variable
-
-### getValueFromDimension variable
-
-Signature
-
-```typescript
-getValueFromDimension: (dimension: Dimension, column: number, row: number) => any
-```
-Import
-
-```typescript
-import { getValueFromDimension } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/grafanaconfig.md b/docs/sources/packages_api/data/grafanaconfig.md
deleted file mode 100644
index 7de02c90784..00000000000
--- a/docs/sources/packages_api/data/grafanaconfig.md
+++ /dev/null
@@ -1,364 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GrafanaConfig"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GrafanaConfig interface
-
-Describes all the different Grafana configuration values available for an instance.
-
-Signature
-
-```typescript
-export interface GrafanaConfig
-```
-Import
-
-```typescript
-import { GrafanaConfig } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [alertingEnabled](#alertingenabled-property) | boolean | |
-| [alertingErrorOrTimeout](#alertingerrorortimeout-property) | string | |
-| [alertingMinInterval](#alertingmininterval-property) | number | |
-| [alertingNoDataOrNullValues](#alertingnodataornullvalues-property) | string | |
-| [allowOrgCreate](#alloworgcreate-property) | boolean | |
-| [appSubUrl](#appsuburl-property) | string | |
-| [authProxyEnabled](#authproxyenabled-property) | boolean | |
-| [autoAssignOrg](#autoassignorg-property) | boolean | |
-| [bootData](#bootdata-property) | any | |
-| [buildInfo](#buildinfo-property) | BuildInfo | |
-| [datasources](#datasources-property) | {
[str: string]: DataSourceInstanceSettings;
} | |
-| [defaultDatasource](#defaultdatasource-property) | string | |
-| [disableLoginForm](#disableloginform-property) | boolean | |
-| [disableSanitizeHtml](#disablesanitizehtml-property) | boolean | |
-| [disableUserSignUp](#disableusersignup-property) | boolean | |
-| [editorsCanAdmin](#editorscanadmin-property) | boolean | |
-| [exploreEnabled](#exploreenabled-property) | boolean | |
-| [externalUserMngInfo](#externalusermnginfo-property) | string | |
-| [externalUserMngLinkName](#externalusermnglinkname-property) | string | |
-| [externalUserMngLinkUrl](#externalusermnglinkurl-property) | string | |
-| [featureToggles](#featuretoggles-property) | FeatureToggles | |
-| [ldapEnabled](#ldapenabled-property) | boolean | |
-| [licenseInfo](#licenseinfo-property) | LicenseInfo | |
-| [loginError](#loginerror-property) | any | |
-| [loginHint](#loginhint-property) | any | |
-| [minRefreshInterval](#minrefreshinterval-property) | string | |
-| [navTree](#navtree-property) | any | |
-| [newPanelTitle](#newpaneltitle-property) | string | |
-| [oauth](#oauth-property) | any | |
-| [panels](#panels-property) | {
[key: string]: PanelPluginMeta;
} | |
-| [passwordHint](#passwordhint-property) | any | |
-| [pluginsToPreload](#pluginstopreload-property) | string[] | |
-| [samlEnabled](#samlenabled-property) | boolean | |
-| [theme](#theme-property) | GrafanaTheme | |
-| [verifyEmailEnabled](#verifyemailenabled-property) | boolean | |
-| [viewersCanEdit](#viewerscanedit-property) | boolean | |
-| [windowTitlePrefix](#windowtitleprefix-property) | string | |
-
-### alertingEnabled property
-
-Signature
-
-```typescript
-alertingEnabled: boolean;
-```
-
-### alertingErrorOrTimeout property
-
-Signature
-
-```typescript
-alertingErrorOrTimeout: string;
-```
-
-### alertingMinInterval property
-
-Signature
-
-```typescript
-alertingMinInterval: number;
-```
-
-### alertingNoDataOrNullValues property
-
-Signature
-
-```typescript
-alertingNoDataOrNullValues: string;
-```
-
-### allowOrgCreate property
-
-Signature
-
-```typescript
-allowOrgCreate: boolean;
-```
-
-### appSubUrl property
-
-Signature
-
-```typescript
-appSubUrl: string;
-```
-
-### authProxyEnabled property
-
-Signature
-
-```typescript
-authProxyEnabled: boolean;
-```
-
-### autoAssignOrg property
-
-Signature
-
-```typescript
-autoAssignOrg: boolean;
-```
-
-### bootData property
-
-Signature
-
-```typescript
-bootData: any;
-```
-
-### buildInfo property
-
-Signature
-
-```typescript
-buildInfo: BuildInfo;
-```
-
-### datasources property
-
-Signature
-
-```typescript
-datasources: {
- [str: string]: DataSourceInstanceSettings;
- };
-```
-
-### defaultDatasource property
-
-Signature
-
-```typescript
-defaultDatasource: string;
-```
-
-### disableLoginForm property
-
-Signature
-
-```typescript
-disableLoginForm: boolean;
-```
-
-### disableSanitizeHtml property
-
-Signature
-
-```typescript
-disableSanitizeHtml: boolean;
-```
-
-### disableUserSignUp property
-
-Signature
-
-```typescript
-disableUserSignUp: boolean;
-```
-
-### editorsCanAdmin property
-
-Signature
-
-```typescript
-editorsCanAdmin: boolean;
-```
-
-### exploreEnabled property
-
-Signature
-
-```typescript
-exploreEnabled: boolean;
-```
-
-### externalUserMngInfo property
-
-Signature
-
-```typescript
-externalUserMngInfo: string;
-```
-
-### externalUserMngLinkName property
-
-Signature
-
-```typescript
-externalUserMngLinkName: string;
-```
-
-### externalUserMngLinkUrl property
-
-Signature
-
-```typescript
-externalUserMngLinkUrl: string;
-```
-
-### featureToggles property
-
-Signature
-
-```typescript
-featureToggles: FeatureToggles;
-```
-
-### ldapEnabled property
-
-Signature
-
-```typescript
-ldapEnabled: boolean;
-```
-
-### licenseInfo property
-
-Signature
-
-```typescript
-licenseInfo: LicenseInfo;
-```
-
-### loginError property
-
-Signature
-
-```typescript
-loginError: any;
-```
-
-### loginHint property
-
-Signature
-
-```typescript
-loginHint: any;
-```
-
-### minRefreshInterval property
-
-Signature
-
-```typescript
-minRefreshInterval: string;
-```
-
-### navTree property
-
-Signature
-
-```typescript
-navTree: any;
-```
-
-### newPanelTitle property
-
-Signature
-
-```typescript
-newPanelTitle: string;
-```
-
-### oauth property
-
-Signature
-
-```typescript
-oauth: any;
-```
-
-### panels property
-
-Signature
-
-```typescript
-panels: {
- [key: string]: PanelPluginMeta;
- };
-```
-
-### passwordHint property
-
-Signature
-
-```typescript
-passwordHint: any;
-```
-
-### pluginsToPreload property
-
-Signature
-
-```typescript
-pluginsToPreload: string[];
-```
-
-### samlEnabled property
-
-Signature
-
-```typescript
-samlEnabled: boolean;
-```
-
-### theme property
-
-Signature
-
-```typescript
-theme: GrafanaTheme;
-```
-
-### verifyEmailEnabled property
-
-Signature
-
-```typescript
-verifyEmailEnabled: boolean;
-```
-
-### viewersCanEdit property
-
-Signature
-
-```typescript
-viewersCanEdit: boolean;
-```
-
-### windowTitlePrefix property
-
-Signature
-
-```typescript
-windowTitlePrefix: string;
-```
diff --git a/docs/sources/packages_api/data/grafanadataframetoarrowtable.md b/docs/sources/packages_api/data/grafanadataframetoarrowtable.md
deleted file mode 100644
index 26bbbf1e494..00000000000
--- a/docs/sources/packages_api/data/grafanadataframetoarrowtable.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "grafanaDataFrameToArrowTable"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## grafanaDataFrameToArrowTable() function
-
-### grafanaDataFrameToArrowTable() function
-
-Signature
-
-```typescript
-export declare function grafanaDataFrameToArrowTable(data: DataFrame, keepOriginalNames?: boolean): Table;
-```
-Import
-
-```typescript
-import { grafanaDataFrameToArrowTable } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| data | DataFrame | |
-| keepOriginalNames | boolean | by default, the exported Table will get names that match the display within grafana. This typically includes any labels defined in the metadata.When using this function to round-trip data, be sure to set keepOriginalNames=true |
-
-Returns:
-
-`Table`
-
diff --git a/docs/sources/packages_api/data/grafanaplugin.md b/docs/sources/packages_api/data/grafanaplugin.md
deleted file mode 100644
index b25b6858eb8..00000000000
--- a/docs/sources/packages_api/data/grafanaplugin.md
+++ /dev/null
@@ -1,101 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GrafanaPlugin"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GrafanaPlugin class
-
-Signature
-
-```typescript
-export declare class GrafanaPlugin
-```
-Import
-
-```typescript
-import { GrafanaPlugin } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor()](#constructor-) | | Constructs a new instance of the GrafanaPlugin class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [angularConfigCtrl](#angularconfigctrl-property) | | any | |
-| [configPages](#configpages-property) | | Array<PluginConfigPage<T>> | |
-| [loadError](#loaderror-property) | | boolean | |
-| [meta](#meta-property) | | T | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [addConfigPage(tab)](#addconfigpage-method) | | |
-
-### constructor()
-
-Constructs a new instance of the `GrafanaPlugin` class
-
-Signature
-
-```typescript
-constructor();
-```
-
-### angularConfigCtrl property
-
-Signature
-
-```typescript
-angularConfigCtrl?: any;
-```
-
-### configPages property
-
-Signature
-
-```typescript
-configPages?: Array>;
-```
-
-### loadError property
-
-Signature
-
-```typescript
-loadError?: boolean;
-```
-
-### meta property
-
-Signature
-
-```typescript
-meta: T;
-```
-
-### addConfigPage method
-
-Signature
-
-```typescript
-addConfigPage(tab: PluginConfigPage): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| tab | PluginConfigPage<T> | |
-
-Returns:
-
-`this`
-
diff --git a/docs/sources/packages_api/data/grafanatheme.md b/docs/sources/packages_api/data/grafanatheme.md
deleted file mode 100644
index 4f581e50fbf..00000000000
--- a/docs/sources/packages_api/data/grafanatheme.md
+++ /dev/null
@@ -1,188 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GrafanaTheme"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GrafanaTheme interface
-
-Signature
-
-```typescript
-export interface GrafanaTheme extends GrafanaThemeCommons
-```
-Import
-
-```typescript
-import { GrafanaTheme } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [colors](#colors-property) | {
bg1: string;
bg2: string;
bg3: string;
border1: string;
border2: string;
border3: string;
bgBlue1: string;
bgBlue2: string;
dashboardBg: string;
bodyBg: string;
panelBg: string;
panelBorder: string;
pageHeaderBg: string;
pageHeaderBorder: string;
dropdownBg: string;
dropdownShadow: string;
dropdownOptionHoverBg: string;
link: string;
linkDisabled: string;
linkHover: string;
linkExternal: string;
textStrong: string;
textHeading: string;
text: string;
textSemiWeak: string;
textWeak: string;
textFaint: string;
textBlue: string;
formLabel: string;
formDescription: string;
formInputBg: string;
formInputBgDisabled: string;
formInputBorder: string;
formInputBorderHover: string;
formInputBorderActive: string;
formInputBorderInvalid: string;
formFocusOutline: string;
formInputText: string;
formInputDisabledText: string;
formInputPlaceholderText: string;
formValidationMessageText: string;
formValidationMessageBg: string;
formSwitchBg: string;
formSwitchBgActive: string;
formSwitchBgActiveHover: string;
formSwitchBgHover: string;
formSwitchBgDisabled: string;
formSwitchDot: string;
formCheckboxBgChecked: string;
formCheckboxBgCheckedHover: string;
formCheckboxCheckmark: string;
} | |
-| [isDark](#isdark-property) | boolean | |
-| [isLight](#islight-property) | boolean | |
-| [palette](#palette-property) | {
black: string;
white: string;
dark1: string;
dark2: string;
dark3: string;
dark4: string;
dark5: string;
dark6: string;
dark7: string;
dark8: string;
dark9: string;
dark10: string;
gray1: string;
gray2: string;
gray3: string;
gray4: string;
gray5: string;
gray6: string;
gray7: string;
gray98: string;
gray95: string;
gray85: string;
gray70: string;
gray60: string;
gray33: string;
gray25: string;
gray15: string;
gray10: string;
gray05: string;
blue95: string;
blue85: string;
blue80: string;
blue77: string;
red88: string;
redBase: string;
redShade: string;
greenBase: string;
greenShade: string;
red: string;
yellow: string;
purple: string;
orange: string;
orangeDark: string;
queryRed: string;
queryGreen: string;
queryPurple: string;
queryOrange: string;
brandPrimary: string;
brandSuccess: string;
brandWarning: string;
brandDanger: string;
online: string;
warn: string;
critical: string;
} | |
-| [shadows](#shadows-property) | {
listItem: string;
} | |
-| [type](#type-property) | GrafanaThemeType | |
-
-### colors property
-
-Signature
-
-```typescript
-colors: {
- bg1: string;
- bg2: string;
- bg3: string;
- border1: string;
- border2: string;
- border3: string;
- bgBlue1: string;
- bgBlue2: string;
- dashboardBg: string;
- bodyBg: string;
- panelBg: string;
- panelBorder: string;
- pageHeaderBg: string;
- pageHeaderBorder: string;
- dropdownBg: string;
- dropdownShadow: string;
- dropdownOptionHoverBg: string;
- link: string;
- linkDisabled: string;
- linkHover: string;
- linkExternal: string;
- textStrong: string;
- textHeading: string;
- text: string;
- textSemiWeak: string;
- textWeak: string;
- textFaint: string;
- textBlue: string;
- formLabel: string;
- formDescription: string;
- formInputBg: string;
- formInputBgDisabled: string;
- formInputBorder: string;
- formInputBorderHover: string;
- formInputBorderActive: string;
- formInputBorderInvalid: string;
- formFocusOutline: string;
- formInputText: string;
- formInputDisabledText: string;
- formInputPlaceholderText: string;
- formValidationMessageText: string;
- formValidationMessageBg: string;
- formSwitchBg: string;
- formSwitchBgActive: string;
- formSwitchBgActiveHover: string;
- formSwitchBgHover: string;
- formSwitchBgDisabled: string;
- formSwitchDot: string;
- formCheckboxBgChecked: string;
- formCheckboxBgCheckedHover: string;
- formCheckboxCheckmark: string;
- };
-```
-
-### isDark property
-
-Signature
-
-```typescript
-isDark: boolean;
-```
-
-### isLight property
-
-Signature
-
-```typescript
-isLight: boolean;
-```
-
-### palette property
-
-Signature
-
-```typescript
-palette: {
- black: string;
- white: string;
- dark1: string;
- dark2: string;
- dark3: string;
- dark4: string;
- dark5: string;
- dark6: string;
- dark7: string;
- dark8: string;
- dark9: string;
- dark10: string;
- gray1: string;
- gray2: string;
- gray3: string;
- gray4: string;
- gray5: string;
- gray6: string;
- gray7: string;
- gray98: string;
- gray95: string;
- gray85: string;
- gray70: string;
- gray60: string;
- gray33: string;
- gray25: string;
- gray15: string;
- gray10: string;
- gray05: string;
- blue95: string;
- blue85: string;
- blue80: string;
- blue77: string;
- red88: string;
- redBase: string;
- redShade: string;
- greenBase: string;
- greenShade: string;
- red: string;
- yellow: string;
- purple: string;
- orange: string;
- orangeDark: string;
- queryRed: string;
- queryGreen: string;
- queryPurple: string;
- queryOrange: string;
- brandPrimary: string;
- brandSuccess: string;
- brandWarning: string;
- brandDanger: string;
- online: string;
- warn: string;
- critical: string;
- };
-```
-
-### shadows property
-
-Signature
-
-```typescript
-shadows: {
- listItem: string;
- };
-```
-
-### type property
-
-Signature
-
-```typescript
-type: GrafanaThemeType;
-```
diff --git a/docs/sources/packages_api/data/grafanathemecommons.md b/docs/sources/packages_api/data/grafanathemecommons.md
deleted file mode 100644
index e6b4748c010..00000000000
--- a/docs/sources/packages_api/data/grafanathemecommons.md
+++ /dev/null
@@ -1,193 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GrafanaThemeCommons"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GrafanaThemeCommons interface
-
-Signature
-
-```typescript
-export interface GrafanaThemeCommons
-```
-Import
-
-```typescript
-import { GrafanaThemeCommons } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [border](#border-property) | {
radius: {
sm: string;
md: string;
lg: string;
};
width: {
sm: string;
};
} | |
-| [breakpoints](#breakpoints-property) | {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
xxl: string;
} | |
-| [height](#height-property) | {
sm: number;
md: number;
lg: number;
} | |
-| [name](#name-property) | string | |
-| [panelHeaderHeight](#panelheaderheight-property) | number | |
-| [panelPadding](#panelpadding-property) | number | |
-| [spacing](#spacing-property) | {
insetSquishMd: string;
d: string;
xxs: string;
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
gutter: string;
formSpacingBase: number;
formMargin: string;
formFieldsetMargin: string;
formInputHeight: number;
formButtonHeight: number;
formInputPaddingHorizontal: string;
formInputAffixPaddingHorizontal: string;
formInputMargin: string;
formLabelPadding: string;
formLabelMargin: string;
formValidationMessagePadding: string;
formValidationMessageMargin: string;
inlineFormMargin: string;
} | |
-| [typography](#typography-property) | {
fontFamily: {
sansSerif: string;
monospace: string;
};
size: {
base: string;
xs: string;
sm: string;
md: string;
lg: string;
};
weight: {
light: number;
regular: number;
semibold: number;
bold: number;
};
lineHeight: {
xs: number;
sm: number;
md: number;
lg: number;
};
heading: {
h1: string;
h2: string;
h3: string;
h4: string;
h5: string;
h6: string;
};
link: {
decoration: string;
hoverDecoration: string;
};
} | |
-| [zIndex](#zindex-property) | {
dropdown: number;
navbarFixed: number;
sidemenu: number;
tooltip: number;
modalBackdrop: number;
modal: number;
typeahead: number;
} | |
-
-### border property
-
-Signature
-
-```typescript
-border: {
- radius: {
- sm: string;
- md: string;
- lg: string;
- };
- width: {
- sm: string;
- };
- };
-```
-
-### breakpoints property
-
-Signature
-
-```typescript
-breakpoints: {
- xs: string;
- sm: string;
- md: string;
- lg: string;
- xl: string;
- xxl: string;
- };
-```
-
-### height property
-
-Signature
-
-```typescript
-height: {
- sm: number;
- md: number;
- lg: number;
- };
-```
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
-
-### panelHeaderHeight property
-
-Signature
-
-```typescript
-panelHeaderHeight: number;
-```
-
-### panelPadding property
-
-Signature
-
-```typescript
-panelPadding: number;
-```
-
-### spacing property
-
-Signature
-
-```typescript
-spacing: {
- insetSquishMd: string;
- d: string;
- xxs: string;
- xs: string;
- sm: string;
- md: string;
- lg: string;
- xl: string;
- gutter: string;
- formSpacingBase: number;
- formMargin: string;
- formFieldsetMargin: string;
- formInputHeight: number;
- formButtonHeight: number;
- formInputPaddingHorizontal: string;
- formInputAffixPaddingHorizontal: string;
- formInputMargin: string;
- formLabelPadding: string;
- formLabelMargin: string;
- formValidationMessagePadding: string;
- formValidationMessageMargin: string;
- inlineFormMargin: string;
- };
-```
-
-### typography property
-
-Signature
-
-```typescript
-typography: {
- fontFamily: {
- sansSerif: string;
- monospace: string;
- };
- size: {
- base: string;
- xs: string;
- sm: string;
- md: string;
- lg: string;
- };
- weight: {
- light: number;
- regular: number;
- semibold: number;
- bold: number;
- };
- lineHeight: {
- xs: number;
- sm: number;
- md: number;
- lg: number;
- };
- heading: {
- h1: string;
- h2: string;
- h3: string;
- h4: string;
- h5: string;
- h6: string;
- };
- link: {
- decoration: string;
- hoverDecoration: string;
- };
- };
-```
-
-### zIndex property
-
-Signature
-
-```typescript
-zIndex: {
- dropdown: number;
- navbarFixed: number;
- sidemenu: number;
- tooltip: number;
- modalBackdrop: number;
- modal: number;
- typeahead: number;
- };
-```
diff --git a/docs/sources/packages_api/data/grafanathemetype.md b/docs/sources/packages_api/data/grafanathemetype.md
deleted file mode 100644
index e9b57b84b50..00000000000
--- a/docs/sources/packages_api/data/grafanathemetype.md
+++ /dev/null
@@ -1,31 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GrafanaThemeType"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GrafanaThemeType enum
-
-### GrafanaThemeType enum
-
-Signature
-
-```typescript
-export declare enum GrafanaThemeType
-```
-Import
-
-```typescript
-import { GrafanaThemeType } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Dark | "dark" | |
-| Light | "light" | |
-
diff --git a/docs/sources/packages_api/data/graphseriesvalue.md b/docs/sources/packages_api/data/graphseriesvalue.md
deleted file mode 100644
index 68c3472278a..00000000000
--- a/docs/sources/packages_api/data/graphseriesvalue.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GraphSeriesValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GraphSeriesValue type
-
-### GraphSeriesValue type
-
-Signature
-
-```typescript
-export declare type GraphSeriesValue = number | null;
-```
-Import
-
-```typescript
-import { GraphSeriesValue } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/graphseriesxy.md b/docs/sources/packages_api/data/graphseriesxy.md
deleted file mode 100644
index 75259f0f6a1..00000000000
--- a/docs/sources/packages_api/data/graphseriesxy.md
+++ /dev/null
@@ -1,117 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GraphSeriesXY"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GraphSeriesXY interface
-
-View model projection of a series
-
-Signature
-
-```typescript
-export interface GraphSeriesXY
-```
-Import
-
-```typescript
-import { GraphSeriesXY } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [color](#color-property) | string | |
-| [data](#data-property) | GraphSeriesValue[][] | |
-| [info](#info-property) | DisplayValue[] | |
-| [isVisible](#isvisible-property) | boolean | |
-| [label](#label-property) | string | |
-| [seriesIndex](#seriesindex-property) | number | |
-| [timeField](#timefield-property) | Field | |
-| [timeStep](#timestep-property) | number | |
-| [valueField](#valuefield-property) | Field | |
-| [yAxis](#yaxis-property) | YAxis | |
-
-### color property
-
-Signature
-
-```typescript
-color?: string;
-```
-
-### data property
-
-Signature
-
-```typescript
-data: GraphSeriesValue[][];
-```
-
-### info property
-
-Signature
-
-```typescript
-info?: DisplayValue[];
-```
-
-### isVisible property
-
-Signature
-
-```typescript
-isVisible: boolean;
-```
-
-### label property
-
-Signature
-
-```typescript
-label: string;
-```
-
-### seriesIndex property
-
-Signature
-
-```typescript
-seriesIndex: number;
-```
-
-### timeField property
-
-Signature
-
-```typescript
-timeField: Field;
-```
-
-### timeStep property
-
-Signature
-
-```typescript
-timeStep: number;
-```
-
-### valueField property
-
-Signature
-
-```typescript
-valueField: Field;
-```
-
-### yAxis property
-
-Signature
-
-```typescript
-yAxis: YAxis;
-```
diff --git a/docs/sources/packages_api/data/groupedtimezones.md b/docs/sources/packages_api/data/groupedtimezones.md
deleted file mode 100644
index 12d7c266c94..00000000000
--- a/docs/sources/packages_api/data/groupedtimezones.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "GroupedTimeZones"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## GroupedTimeZones interface
-
-Signature
-
-```typescript
-export interface GroupedTimeZones
-```
-Import
-
-```typescript
-import { GroupedTimeZones } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [name](#name-property) | string | |
-| [zones](#zones-property) | TimeZone[] | |
-
-### name property
-
-Signature
-
-```typescript
-name: string;
-```
-
-### zones property
-
-Signature
-
-```typescript
-zones: TimeZone[];
-```
diff --git a/docs/sources/packages_api/data/guessfieldtypeforfield.md b/docs/sources/packages_api/data/guessfieldtypeforfield.md
deleted file mode 100644
index 2f819950ca3..00000000000
--- a/docs/sources/packages_api/data/guessfieldtypeforfield.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "guessFieldTypeForField"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## guessFieldTypeForField() function
-
-### guessFieldTypeForField() function
-
-Looks at the data to guess the column type. This ignores any existing setting
-
-Signature
-
-```typescript
-export declare function guessFieldTypeForField(field: Field): FieldType | undefined;
-```
-Import
-
-```typescript
-import { guessFieldTypeForField } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| field | Field | |
-
-Returns:
-
-`FieldType | undefined`
-
diff --git a/docs/sources/packages_api/data/guessfieldtypefromnameandvalue.md b/docs/sources/packages_api/data/guessfieldtypefromnameandvalue.md
deleted file mode 100644
index 140ca65dadf..00000000000
--- a/docs/sources/packages_api/data/guessfieldtypefromnameandvalue.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "guessFieldTypeFromNameAndValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## guessFieldTypeFromNameAndValue() function
-
-### guessFieldTypeFromNameAndValue() function
-
-Given a name and value, this will pick a reasonable field type
-
-Signature
-
-```typescript
-export declare function guessFieldTypeFromNameAndValue(name: string, v: any): FieldType;
-```
-Import
-
-```typescript
-import { guessFieldTypeFromNameAndValue } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | |
-| v | any | |
-
-Returns:
-
-`FieldType`
-
diff --git a/docs/sources/packages_api/data/guessfieldtypefromvalue.md b/docs/sources/packages_api/data/guessfieldtypefromvalue.md
deleted file mode 100644
index f2486b1d126..00000000000
--- a/docs/sources/packages_api/data/guessfieldtypefromvalue.md
+++ /dev/null
@@ -1,37 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "guessFieldTypeFromValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## guessFieldTypeFromValue() function
-
-### guessFieldTypeFromValue() function
-
-Given a value this will guess the best column type
-
-TODO: better Date/Time support! Look for standard date strings?
-
-Signature
-
-```typescript
-export declare function guessFieldTypeFromValue(v: any): FieldType;
-```
-Import
-
-```typescript
-import { guessFieldTypeFromValue } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| v | any | |
-
-Returns:
-
-`FieldType`
-
diff --git a/docs/sources/packages_api/data/guessfieldtypes.md b/docs/sources/packages_api/data/guessfieldtypes.md
deleted file mode 100644
index e192107848c..00000000000
--- a/docs/sources/packages_api/data/guessfieldtypes.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "guessFieldTypes"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## guessFieldTypes variable
-
-### guessFieldTypes variable
-
-Signature
-
-```typescript
-guessFieldTypes: (series: DataFrame, guessDefined?: boolean) => DataFrame
-```
-Import
-
-```typescript
-import { guessFieldTypes } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/haslinks.md b/docs/sources/packages_api/data/haslinks.md
deleted file mode 100644
index 9d8662cc4f5..00000000000
--- a/docs/sources/packages_api/data/haslinks.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "hasLinks"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## hasLinks() function
-
-### hasLinks() function
-
-Signature
-
-```typescript
-export declare function hasLinks(field: Field): boolean;
-```
-Import
-
-```typescript
-import { hasLinks } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| field | Field | |
-
-Returns:
-
-`boolean`
-
diff --git a/docs/sources/packages_api/data/hasmsresolution.md b/docs/sources/packages_api/data/hasmsresolution.md
deleted file mode 100644
index 5f55de033d0..00000000000
--- a/docs/sources/packages_api/data/hasmsresolution.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "hasMsResolution"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## hasMsResolution variable
-
-### hasMsResolution variable
-
-Checks if series time field has ms resolution
-
-Signature
-
-```typescript
-hasMsResolution: (timeField: Field) => boolean
-```
-Import
-
-```typescript
-import { hasMsResolution } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/historyitem.md b/docs/sources/packages_api/data/historyitem.md
deleted file mode 100644
index 768a1782779..00000000000
--- a/docs/sources/packages_api/data/historyitem.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "HistoryItem"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## HistoryItem interface
-
-Signature
-
-```typescript
-export interface HistoryItem
-```
-Import
-
-```typescript
-import { HistoryItem } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [query](#query-property) | TQuery | |
-| [ts](#ts-property) | number | |
-
-### query property
-
-Signature
-
-```typescript
-query: TQuery;
-```
-
-### ts property
-
-Signature
-
-```typescript
-ts: number;
-```
diff --git a/docs/sources/packages_api/data/identityoverrideprocessor.md b/docs/sources/packages_api/data/identityoverrideprocessor.md
deleted file mode 100644
index 16cceed4d66..00000000000
--- a/docs/sources/packages_api/data/identityoverrideprocessor.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "identityOverrideProcessor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## identityOverrideProcessor variable
-
-### identityOverrideProcessor variable
-
-Signature
-
-```typescript
-identityOverrideProcessor: (value: T, _context: FieldOverrideContext, _settings: any) => T
-```
-Import
-
-```typescript
-import { identityOverrideProcessor } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/internaltimezones.md b/docs/sources/packages_api/data/internaltimezones.md
deleted file mode 100644
index bd21873e994..00000000000
--- a/docs/sources/packages_api/data/internaltimezones.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "InternalTimeZones"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## InternalTimeZones enum
-
-### InternalTimeZones enum
-
-Signature
-
-```typescript
-export declare enum InternalTimeZones
-```
-Import
-
-```typescript
-import { InternalTimeZones } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| default | "" | |
-| localBrowserTime | "browser" | |
-| utc | "utc" | |
-
diff --git a/docs/sources/packages_api/data/interpolatefunction.md b/docs/sources/packages_api/data/interpolatefunction.md
deleted file mode 100644
index 8e48470cc74..00000000000
--- a/docs/sources/packages_api/data/interpolatefunction.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "InterpolateFunction"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## InterpolateFunction type
-
-### InterpolateFunction type
-
-Signature
-
-```typescript
-export declare type InterpolateFunction = (value: string, scopedVars?: ScopedVars, format?: string | Function) => string;
-```
-Import
-
-```typescript
-import { InterpolateFunction } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/intervalvalues.md b/docs/sources/packages_api/data/intervalvalues.md
deleted file mode 100644
index dc52eebf0b9..00000000000
--- a/docs/sources/packages_api/data/intervalvalues.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "IntervalValues"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## IntervalValues interface
-
-Signature
-
-```typescript
-export interface IntervalValues
-```
-Import
-
-```typescript
-import { IntervalValues } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [interval](#interval-property) | string | |
-| [intervalMs](#intervalms-property) | number | |
-
-### interval property
-
-Signature
-
-```typescript
-interval: string;
-```
-
-### intervalMs property
-
-Signature
-
-```typescript
-intervalMs: number;
-```
diff --git a/docs/sources/packages_api/data/isdataframe.md b/docs/sources/packages_api/data/isdataframe.md
deleted file mode 100644
index 10506c38e13..00000000000
--- a/docs/sources/packages_api/data/isdataframe.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "isDataFrame"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## isDataFrame variable
-
-### isDataFrame variable
-
-Signature
-
-```typescript
-isDataFrame: (data: any) => data is DataFrame
-```
-Import
-
-```typescript
-import { isDataFrame } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/isdatetime.md b/docs/sources/packages_api/data/isdatetime.md
deleted file mode 100644
index a7bde801ea2..00000000000
--- a/docs/sources/packages_api/data/isdatetime.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "isDateTime"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## isDateTime variable
-
-### isDateTime variable
-
-Signature
-
-```typescript
-isDateTime: (value: any) => value is DateTime
-```
-Import
-
-```typescript
-import { isDateTime } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/iso_8601.md b/docs/sources/packages_api/data/iso_8601.md
deleted file mode 100644
index 1192a825795..00000000000
--- a/docs/sources/packages_api/data/iso_8601.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "ISO_8601"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## ISO\_8601 variable
-
-### ISO\_8601 variable
-
-Signature
-
-```typescript
-ISO_8601: DateTimeBuiltinFormat
-```
-Import
-
-```typescript
-import { ISO_8601 } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/istabledata.md b/docs/sources/packages_api/data/istabledata.md
deleted file mode 100644
index 6dc76d1a3e7..00000000000
--- a/docs/sources/packages_api/data/istabledata.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "isTableData"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## isTableData variable
-
-### isTableData variable
-
-Signature
-
-```typescript
-isTableData: (data: any) => data is DataFrame
-```
-Import
-
-```typescript
-import { isTableData } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/keyvalue.md b/docs/sources/packages_api/data/keyvalue.md
deleted file mode 100644
index d5cc8953bf4..00000000000
--- a/docs/sources/packages_api/data/keyvalue.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "KeyValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## KeyValue type
-
-### KeyValue type
-
-Signature
-
-```typescript
-export declare type KeyValue = {
- [s: string]: T;
-};
-```
-Import
-
-```typescript
-import { KeyValue } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/labels.md b/docs/sources/packages_api/data/labels.md
deleted file mode 100644
index 98e2e8a645c..00000000000
--- a/docs/sources/packages_api/data/labels.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "Labels"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## Labels interface
-
-Signature
-
-```typescript
-export interface Labels
-```
-Import
-
-```typescript
-import { Labels } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/languageprovider.md b/docs/sources/packages_api/data/languageprovider.md
deleted file mode 100644
index fa94e5fd70b..00000000000
--- a/docs/sources/packages_api/data/languageprovider.md
+++ /dev/null
@@ -1,63 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LanguageProvider"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LanguageProvider class
-
-Signature
-
-```typescript
-export declare abstract class LanguageProvider
-```
-Import
-
-```typescript
-import { LanguageProvider } from '@grafana/data';
-```
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [datasource](#datasource-property) | | DataSourceApi<any, any> | |
-| [request](#request-property) | | (url: string, params?: any) => Promise<any> | |
-| [start](#start-property) | | () => Promise<any[]> | Returns startTask that resolves with a task list when main syntax is loaded. Task list consists of secondary promises that load more detailed language features. |
-| [startTask](#starttask-property) | | Promise<any[]> | |
-
-### datasource property
-
-Signature
-
-```typescript
-abstract datasource: DataSourceApi;
-```
-
-### request property
-
-Signature
-
-```typescript
-abstract request: (url: string, params?: any) => Promise;
-```
-
-### start property
-
-Returns startTask that resolves with a task list when main syntax is loaded. Task list consists of secondary promises that load more detailed language features.
-
-Signature
-
-```typescript
-abstract start: () => Promise;
-```
-
-### startTask property
-
-Signature
-
-```typescript
-startTask?: Promise;
-```
diff --git a/docs/sources/packages_api/data/legacyresponsedata.md b/docs/sources/packages_api/data/legacyresponsedata.md
deleted file mode 100644
index 9d835fff079..00000000000
--- a/docs/sources/packages_api/data/legacyresponsedata.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LegacyResponseData"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LegacyResponseData type
-
-### LegacyResponseData type
-
-Starting in v6.2 DataFrame can represent both TimeSeries and TableData
-
-Signature
-
-```typescript
-export declare type LegacyResponseData = TimeSeries | TableData | any;
-```
-Import
-
-```typescript
-import { LegacyResponseData } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/licenseinfo.md b/docs/sources/packages_api/data/licenseinfo.md
deleted file mode 100644
index ece5008188b..00000000000
--- a/docs/sources/packages_api/data/licenseinfo.md
+++ /dev/null
@@ -1,63 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LicenseInfo"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LicenseInfo interface
-
-Describes the license information about the current running instance of Grafana.
-
-Signature
-
-```typescript
-export interface LicenseInfo
-```
-Import
-
-```typescript
-import { LicenseInfo } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [expiry](#expiry-property) | number | |
-| [hasLicense](#haslicense-property) | boolean | |
-| [licenseUrl](#licenseurl-property) | string | |
-| [stateInfo](#stateinfo-property) | string | |
-
-### expiry property
-
-Signature
-
-```typescript
-expiry: number;
-```
-
-### hasLicense property
-
-Signature
-
-```typescript
-hasLicense: boolean;
-```
-
-### licenseUrl property
-
-Signature
-
-```typescript
-licenseUrl: string;
-```
-
-### stateInfo property
-
-Signature
-
-```typescript
-stateInfo: string;
-```
diff --git a/docs/sources/packages_api/data/linkmodel.md b/docs/sources/packages_api/data/linkmodel.md
deleted file mode 100644
index 5d28112ae9b..00000000000
--- a/docs/sources/packages_api/data/linkmodel.md
+++ /dev/null
@@ -1,72 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LinkModel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LinkModel interface
-
-Processed Link Model. The values are ready to use
-
-Signature
-
-```typescript
-export interface LinkModel
-```
-Import
-
-```typescript
-import { LinkModel } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [href](#href-property) | string | |
-| [onClick](#onclick-property) | (e: any) => void | |
-| [origin](#origin-property) | T | |
-| [target](#target-property) | LinkTarget | |
-| [title](#title-property) | string | |
-
-### href property
-
-Signature
-
-```typescript
-href: string;
-```
-
-### onClick property
-
-Signature
-
-```typescript
-onClick?: (e: any) => void;
-```
-
-### origin property
-
-Signature
-
-```typescript
-origin: T;
-```
-
-### target property
-
-Signature
-
-```typescript
-target: LinkTarget;
-```
-
-### title property
-
-Signature
-
-```typescript
-title: string;
-```
diff --git a/docs/sources/packages_api/data/linkmodelsupplier.md b/docs/sources/packages_api/data/linkmodelsupplier.md
deleted file mode 100644
index b29d4b807aa..00000000000
--- a/docs/sources/packages_api/data/linkmodelsupplier.md
+++ /dev/null
@@ -1,48 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LinkModelSupplier"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LinkModelSupplier interface
-
-Provides a way to produce links on demand
-
-TODO: ScopedVars in in GrafanaUI package!
-
-Signature
-
-```typescript
-export interface LinkModelSupplier
-```
-Import
-
-```typescript
-import { LinkModelSupplier } from '@grafana/data';
-```
-Methods
-
-| Method | Description |
-| --- | --- |
-| [getLinks(scopedVars)](#getlinks-method) | |
-
-### getLinks method
-
-Signature
-
-```typescript
-getLinks(scopedVars?: any): Array>;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| scopedVars | any | |
-
-Returns:
-
-`Array>`
-
diff --git a/docs/sources/packages_api/data/linktarget.md b/docs/sources/packages_api/data/linktarget.md
deleted file mode 100644
index 365dbbabb43..00000000000
--- a/docs/sources/packages_api/data/linktarget.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LinkTarget"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LinkTarget type
-
-### LinkTarget type
-
-Signature
-
-```typescript
-export declare type LinkTarget = '_blank' | '_self' | undefined;
-```
-Import
-
-```typescript
-import { LinkTarget } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/loadingstate.md b/docs/sources/packages_api/data/loadingstate.md
deleted file mode 100644
index 16d30cf56fd..00000000000
--- a/docs/sources/packages_api/data/loadingstate.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LoadingState"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LoadingState enum
-
-### LoadingState enum
-
-Represent panel data loading state.
-
-Signature
-
-```typescript
-export declare enum LoadingState
-```
-Import
-
-```typescript
-import { LoadingState } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Done | "Done" | |
-| Error | "Error" | |
-| Loading | "Loading" | |
-| NotStarted | "NotStarted" | |
-| Streaming | "Streaming" | |
-
diff --git a/docs/sources/packages_api/data/locale.md b/docs/sources/packages_api/data/locale.md
deleted file mode 100644
index fdfab4bbfe9..00000000000
--- a/docs/sources/packages_api/data/locale.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "locale"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## locale() function
-
-### locale() function
-
-Signature
-
-```typescript
-export declare function locale(value: number, decimals: DecimalCount): FormattedValue;
-```
-Import
-
-```typescript
-import { locale } from '@grafana/data';
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | number | |
-| decimals | DecimalCount | |
-
-Returns:
-
-`FormattedValue`
-
diff --git a/docs/sources/packages_api/data/locationutil.md b/docs/sources/packages_api/data/locationutil.md
deleted file mode 100644
index 1312d392e78..00000000000
--- a/docs/sources/packages_api/data/locationutil.md
+++ /dev/null
@@ -1,30 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "locationUtil"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## locationUtil variable
-
-### locationUtil variable
-
-Signature
-
-```typescript
-locationUtil: {
- initialize: ({ getConfig, buildParamsFromVariables, getTimeRangeForUrl }: LocationUtilDependencies) => void;
- stripBaseFromUrl: (url: string) => string;
- assureBaseUrl: (url: string) => string;
- getTimeRangeUrlParams: () => string | null;
- getVariablesUrlParams: (scopedVars?: ScopedVars | undefined) => string | null;
- processUrl: (url: string) => string;
-}
-```
-Import
-
-```typescript
-import { locationUtil } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/loglabelstatsmodel.md b/docs/sources/packages_api/data/loglabelstatsmodel.md
deleted file mode 100644
index 24ab44ac854..00000000000
--- a/docs/sources/packages_api/data/loglabelstatsmodel.md
+++ /dev/null
@@ -1,61 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogLabelStatsModel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogLabelStatsModel interface
-
-Signature
-
-```typescript
-export interface LogLabelStatsModel
-```
-Import
-
-```typescript
-import { LogLabelStatsModel } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [active](#active-property) | boolean | |
-| [count](#count-property) | number | |
-| [proportion](#proportion-property) | number | |
-| [value](#value-property) | string | |
-
-### active property
-
-Signature
-
-```typescript
-active?: boolean;
-```
-
-### count property
-
-Signature
-
-```typescript
-count: number;
-```
-
-### proportion property
-
-Signature
-
-```typescript
-proportion: number;
-```
-
-### value property
-
-Signature
-
-```typescript
-value: string;
-```
diff --git a/docs/sources/packages_api/data/loglevel.md b/docs/sources/packages_api/data/loglevel.md
deleted file mode 100644
index d99630187f4..00000000000
--- a/docs/sources/packages_api/data/loglevel.md
+++ /dev/null
@@ -1,48 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogLevel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogLevel enum
-
-### LogLevel enum
-
-Mapping of log level abbreviation to canonical log level. Supported levels are reduce to limit color variation.
-
-Signature
-
-```typescript
-export declare enum LogLevel
-```
-Import
-
-```typescript
-import { LogLevel } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| alert | "critical" | |
-| crit | "critical" | |
-| critical | "critical" | |
-| dbug | "debug" | |
-| debug | "debug" | |
-| emerg | "critical" | |
-| eror | "error" | |
-| err | "error" | |
-| error | "error" | |
-| fatal | "critical" | |
-| info | "info" | |
-| information | "info" | |
-| notice | "info" | |
-| trace | "trace" | |
-| unknown | "unknown" | |
-| warn | "warning" | |
-| warning | "warning" | |
-
diff --git a/docs/sources/packages_api/data/logrowmodel.md b/docs/sources/packages_api/data/logrowmodel.md
deleted file mode 100644
index 7e7bc2ab884..00000000000
--- a/docs/sources/packages_api/data/logrowmodel.md
+++ /dev/null
@@ -1,178 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogRowModel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogRowModel interface
-
-Signature
-
-```typescript
-export interface LogRowModel
-```
-Import
-
-```typescript
-import { LogRowModel } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [dataFrame](#dataframe-property) | DataFrame | |
-| [duplicates](#duplicates-property) | number | |
-| [entry](#entry-property) | string | |
-| [entryFieldIndex](#entryfieldindex-property) | number | |
-| [hasAnsi](#hasansi-property) | boolean | |
-| [labels](#labels-property) | Labels | |
-| [logLevel](#loglevel-property) | LogLevel | |
-| [raw](#raw-property) | string | |
-| [rowIndex](#rowindex-property) | number | |
-| [searchWords](#searchwords-property) | string[] | |
-| [timeEpochMs](#timeepochms-property) | number | |
-| [timeEpochNs](#timeepochns-property) | string | |
-| [timeFromNow](#timefromnow-property) | string | |
-| [timeLocal](#timelocal-property) | string | |
-| [timeUtc](#timeutc-property) | string | |
-| [uid](#uid-property) | string | |
-| [uniqueLabels](#uniquelabels-property) | Labels | |
-
-### dataFrame property
-
-Signature
-
-```typescript
-dataFrame: DataFrame;
-```
-
-### duplicates property
-
-Signature
-
-```typescript
-duplicates?: number;
-```
-
-### entry property
-
-Signature
-
-```typescript
-entry: string;
-```
-
-### entryFieldIndex property
-
-Signature
-
-```typescript
-entryFieldIndex: number;
-```
-
-### hasAnsi property
-
-Signature
-
-```typescript
-hasAnsi: boolean;
-```
-
-### labels property
-
-Signature
-
-```typescript
-labels: Labels;
-```
-
-### logLevel property
-
-Signature
-
-```typescript
-logLevel: LogLevel;
-```
-
-### raw property
-
-Signature
-
-```typescript
-raw: string;
-```
-
-### rowIndex property
-
-Signature
-
-```typescript
-rowIndex: number;
-```
-
-### searchWords property
-
-Signature
-
-```typescript
-searchWords?: string[];
-```
-
-### timeEpochMs property
-
-Signature
-
-```typescript
-timeEpochMs: number;
-```
-
-### timeEpochNs property
-
-Signature
-
-```typescript
-timeEpochNs: string;
-```
-
-### timeFromNow property
-
-Signature
-
-```typescript
-timeFromNow: string;
-```
-
-### timeLocal property
-
-Signature
-
-```typescript
-timeLocal: string;
-```
-
-### timeUtc property
-
-Signature
-
-```typescript
-timeUtc: string;
-```
-
-### uid property
-
-Signature
-
-```typescript
-uid: string;
-```
-
-### uniqueLabels property
-
-Signature
-
-```typescript
-uniqueLabels?: Labels;
-```
diff --git a/docs/sources/packages_api/data/logsdedupdescription.md b/docs/sources/packages_api/data/logsdedupdescription.md
deleted file mode 100644
index 56dc0f885a7..00000000000
--- a/docs/sources/packages_api/data/logsdedupdescription.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogsDedupDescription"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogsDedupDescription enum
-
-### LogsDedupDescription enum
-
-Signature
-
-```typescript
-export declare enum LogsDedupDescription
-```
-Import
-
-```typescript
-import { LogsDedupDescription } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| exact | "De-duplication of successive lines that are identical, ignoring ISO datetimes." | |
-| none | "No de-duplication" | |
-| numbers | "De-duplication of successive lines that are identical when ignoring numbers, e.g., IP addresses, latencies." | |
-| signature | "De-duplication of successive lines that have identical punctuation and whitespace." | |
-
diff --git a/docs/sources/packages_api/data/logsdedupstrategy.md b/docs/sources/packages_api/data/logsdedupstrategy.md
deleted file mode 100644
index 4671056de44..00000000000
--- a/docs/sources/packages_api/data/logsdedupstrategy.md
+++ /dev/null
@@ -1,33 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogsDedupStrategy"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogsDedupStrategy enum
-
-### LogsDedupStrategy enum
-
-Signature
-
-```typescript
-export declare enum LogsDedupStrategy
-```
-Import
-
-```typescript
-import { LogsDedupStrategy } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| exact | "exact" | |
-| none | "none" | |
-| numbers | "numbers" | |
-| signature | "signature" | |
-
diff --git a/docs/sources/packages_api/data/logsearchmatch.md b/docs/sources/packages_api/data/logsearchmatch.md
deleted file mode 100644
index 25861b53004..00000000000
--- a/docs/sources/packages_api/data/logsearchmatch.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogSearchMatch"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogSearchMatch interface
-
-Signature
-
-```typescript
-export interface LogSearchMatch
-```
-Import
-
-```typescript
-import { LogSearchMatch } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [length](#length-property) | number | |
-| [start](#start-property) | number | |
-| [text](#text-property) | string | |
-
-### length property
-
-Signature
-
-```typescript
-length: number;
-```
-
-### start property
-
-Signature
-
-```typescript
-start: number;
-```
-
-### text property
-
-Signature
-
-```typescript
-text: string;
-```
diff --git a/docs/sources/packages_api/data/logsmetaitem.md b/docs/sources/packages_api/data/logsmetaitem.md
deleted file mode 100644
index d78bd9abaa1..00000000000
--- a/docs/sources/packages_api/data/logsmetaitem.md
+++ /dev/null
@@ -1,52 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogsMetaItem"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogsMetaItem interface
-
-Signature
-
-```typescript
-export interface LogsMetaItem
-```
-Import
-
-```typescript
-import { LogsMetaItem } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [kind](#kind-property) | LogsMetaKind | |
-| [label](#label-property) | string | |
-| [value](#value-property) | string | number | Labels | |
-
-### kind property
-
-Signature
-
-```typescript
-kind: LogsMetaKind;
-```
-
-### label property
-
-Signature
-
-```typescript
-label: string;
-```
-
-### value property
-
-Signature
-
-```typescript
-value: string | number | Labels;
-```
diff --git a/docs/sources/packages_api/data/logsmetakind.md b/docs/sources/packages_api/data/logsmetakind.md
deleted file mode 100644
index c6da2565037..00000000000
--- a/docs/sources/packages_api/data/logsmetakind.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogsMetaKind"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogsMetaKind enum
-
-### LogsMetaKind enum
-
-Signature
-
-```typescript
-export declare enum LogsMetaKind
-```
-Import
-
-```typescript
-import { LogsMetaKind } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| LabelsMap | 2 | |
-| Number | 0 | |
-| String | 1 | |
-
diff --git a/docs/sources/packages_api/data/logsmodel.md b/docs/sources/packages_api/data/logsmodel.md
deleted file mode 100644
index 98cb96ef808..00000000000
--- a/docs/sources/packages_api/data/logsmodel.md
+++ /dev/null
@@ -1,70 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogsModel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogsModel interface
-
-Signature
-
-```typescript
-export interface LogsModel
-```
-Import
-
-```typescript
-import { LogsModel } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [hasUniqueLabels](#hasuniquelabels-property) | boolean | |
-| [meta](#meta-property) | LogsMetaItem[] | |
-| [rows](#rows-property) | LogRowModel[] | |
-| [series](#series-property) | GraphSeriesXY[] | |
-| [visibleRange](#visiblerange-property) | AbsoluteTimeRange | |
-
-### hasUniqueLabels property
-
-Signature
-
-```typescript
-hasUniqueLabels: boolean;
-```
-
-### meta property
-
-Signature
-
-```typescript
-meta?: LogsMetaItem[];
-```
-
-### rows property
-
-Signature
-
-```typescript
-rows: LogRowModel[];
-```
-
-### series property
-
-Signature
-
-```typescript
-series?: GraphSeriesXY[];
-```
-
-### visibleRange property
-
-Signature
-
-```typescript
-visibleRange?: AbsoluteTimeRange;
-```
diff --git a/docs/sources/packages_api/data/logsparser.md b/docs/sources/packages_api/data/logsparser.md
deleted file mode 100644
index fa4eec4e444..00000000000
--- a/docs/sources/packages_api/data/logsparser.md
+++ /dev/null
@@ -1,80 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogsParser"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogsParser interface
-
-Signature
-
-```typescript
-export interface LogsParser
-```
-Import
-
-```typescript
-import { LogsParser } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [buildMatcher](#buildmatcher-property) | (label: string) => RegExp | Value-agnostic matcher for a field label. Used to filter rows, and first capture group contains the value. |
-| [getFields](#getfields-property) | (line: string) => string[] | Returns all parsable substrings from a line, used for highlighting |
-| [getLabelFromField](#getlabelfromfield-property) | (field: string) => string | Gets the label name from a parsable substring of a line |
-| [getValueFromField](#getvaluefromfield-property) | (field: string) => string | Gets the label value from a parsable substring of a line |
-| [test](#test-property) | (line: string) => any | Function to verify if this is a valid parser for the given line. The parser accepts the line unless it returns undefined. |
-
-### buildMatcher property
-
-Value-agnostic matcher for a field label. Used to filter rows, and first capture group contains the value.
-
-Signature
-
-```typescript
-buildMatcher: (label: string) => RegExp;
-```
-
-### getFields property
-
-Returns all parsable substrings from a line, used for highlighting
-
-Signature
-
-```typescript
-getFields: (line: string) => string[];
-```
-
-### getLabelFromField property
-
-Gets the label name from a parsable substring of a line
-
-Signature
-
-```typescript
-getLabelFromField: (field: string) => string;
-```
-
-### getValueFromField property
-
-Gets the label value from a parsable substring of a line
-
-Signature
-
-```typescript
-getValueFromField: (field: string) => string;
-```
-
-### test property
-
-Function to verify if this is a valid parser for the given line. The parser accepts the line unless it returns undefined.
-
-Signature
-
-```typescript
-test: (line: string) => any;
-```
diff --git a/docs/sources/packages_api/data/logsparsers.md b/docs/sources/packages_api/data/logsparsers.md
deleted file mode 100644
index 7afe4648755..00000000000
--- a/docs/sources/packages_api/data/logsparsers.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "LogsParsers"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## LogsParsers variable
-
-### LogsParsers variable
-
-Signature
-
-```typescript
-LogsParsers: {
- [name: string]: LogsParser;
-}
-```
-Import
-
-```typescript
-import { LogsParsers } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/mappingtype.md b/docs/sources/packages_api/data/mappingtype.md
deleted file mode 100644
index c676dbda1bc..00000000000
--- a/docs/sources/packages_api/data/mappingtype.md
+++ /dev/null
@@ -1,31 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MappingType"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MappingType enum
-
-### MappingType enum
-
-Signature
-
-```typescript
-export declare enum MappingType
-```
-Import
-
-```typescript
-import { MappingType } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| RangeToText | 2 | |
-| ValueToText | 1 | |
-
diff --git a/docs/sources/packages_api/data/matcherconfig.md b/docs/sources/packages_api/data/matcherconfig.md
deleted file mode 100644
index a6a87c01ec7..00000000000
--- a/docs/sources/packages_api/data/matcherconfig.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MatcherConfig"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MatcherConfig interface
-
-Signature
-
-```typescript
-export interface MatcherConfig
-```
-Import
-
-```typescript
-import { MatcherConfig } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [id](#id-property) | string | |
-| [options](#options-property) | TOptions | |
-
-### id property
-
-Signature
-
-```typescript
-id: string;
-```
-
-### options property
-
-Signature
-
-```typescript
-options?: TOptions;
-```
diff --git a/docs/sources/packages_api/data/matcherid.md b/docs/sources/packages_api/data/matcherid.md
deleted file mode 100644
index 108b4e19244..00000000000
--- a/docs/sources/packages_api/data/matcherid.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MatcherID"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MatcherID enum
-
-### MatcherID enum
-
-Signature
-
-```typescript
-export declare enum MatcherID
-```
-Import
-
-```typescript
-import { MatcherID } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| allMatch | "allMatch" | |
-| alwaysMatch | "alwaysMatch" | |
-| anyMatch | "anyMatch" | |
-| invertMatch | "invertMatch" | |
-| neverMatch | "neverMatch" | |
-
diff --git a/docs/sources/packages_api/data/metadatainspectorprops.md b/docs/sources/packages_api/data/metadatainspectorprops.md
deleted file mode 100644
index 3ab1ed4a789..00000000000
--- a/docs/sources/packages_api/data/metadatainspectorprops.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MetadataInspectorProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MetadataInspectorProps interface
-
-Signature
-
-```typescript
-export interface MetadataInspectorProps, TQuery extends DataQuery = DataQuery, TOptions extends DataSourceJsonData = DataSourceJsonData>
-```
-Import
-
-```typescript
-import { MetadataInspectorProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [data](#data-property) | DataFrame[] | |
-| [datasource](#datasource-property) | DSType | |
-
-### data property
-
-Signature
-
-```typescript
-data: DataFrame[];
-```
-
-### datasource property
-
-Signature
-
-```typescript
-datasource: DSType;
-```
diff --git a/docs/sources/packages_api/data/metricfindvalue.md b/docs/sources/packages_api/data/metricfindvalue.md
deleted file mode 100644
index e956542cdd2..00000000000
--- a/docs/sources/packages_api/data/metricfindvalue.md
+++ /dev/null
@@ -1,34 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MetricFindValue"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MetricFindValue interface
-
-Signature
-
-```typescript
-export interface MetricFindValue
-```
-Import
-
-```typescript
-import { MetricFindValue } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [text](#text-property) | string | |
-
-### text property
-
-Signature
-
-```typescript
-text: string;
-```
diff --git a/docs/sources/packages_api/data/missing_value.md b/docs/sources/packages_api/data/missing_value.md
deleted file mode 100644
index 83d5cd871c3..00000000000
--- a/docs/sources/packages_api/data/missing_value.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MISSING_VALUE"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MISSING\_VALUE variable
-
-### MISSING\_VALUE variable
-
-Signature
-
-```typescript
-MISSING_VALUE: any
-```
-Import
-
-```typescript
-import { MISSING_VALUE } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/ms_date_time_format.md b/docs/sources/packages_api/data/ms_date_time_format.md
deleted file mode 100644
index 7a1343f5bbd..00000000000
--- a/docs/sources/packages_api/data/ms_date_time_format.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MS_DATE_TIME_FORMAT"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MS\_DATE\_TIME\_FORMAT variable
-
-### MS\_DATE\_TIME\_FORMAT variable
-
-Signature
-
-```typescript
-MS_DATE_TIME_FORMAT = "YYYY-MM-DD HH:mm:ss.SSS"
-```
-Import
-
-```typescript
-import { MS_DATE_TIME_FORMAT } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/mutabledataframe.md b/docs/sources/packages_api/data/mutabledataframe.md
deleted file mode 100644
index fe43efe6518..00000000000
--- a/docs/sources/packages_api/data/mutabledataframe.md
+++ /dev/null
@@ -1,266 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MutableDataFrame"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MutableDataFrame class
-
-Signature
-
-```typescript
-export declare class MutableDataFrame extends FunctionalVector implements DataFrame, MutableVector
-```
-Import
-
-```typescript
-import { MutableDataFrame } from '@grafana/data';
-```
-Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [constructor(source, creator)](#constructor-sourcecreator) | | Constructs a new instance of the MutableDataFrame class |
-
-Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [fields](#fields-property) | | MutableField[] | |
-| [length](#length-property) | | number | |
-| [meta](#meta-property) | | QueryResultMeta | |
-| [name](#name-property) | | string | |
-| [refId](#refid-property) | | string | |
-| [values](#values-property) | | KeyValue<MutableVector> | |
-
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [add(value, addMissingFields)](#add-method) | | Add all properties of the value as fields on the frame |
-| [addField(f, startLength)](#addfield-method) | | |
-| [addFieldFor(value, name)](#addfieldfor-method) | | |
-| [appendRow(row)](#appendrow-method) | | This will add each value to the corresponding column |
-| [get(idx)](#get-method) | | Get an object with a property for each field in the DataFrame |
-| [reverse()](#reverse-method) | | Reverse all values |
-| [set(index, value, addMissingFields)](#set-method) | | |
-| [toJSON()](#tojson-method) | | The simplified JSON values used in JSON.stringify() |
-| [validate()](#validate-method) | | |
-
-### constructor(source, creator)
-
-Constructs a new instance of the `MutableDataFrame` class
-
-Signature
-
-```typescript
-constructor(source?: DataFrame | DataFrameDTO, creator?: MutableVectorCreator);
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| source | DataFrame | DataFrameDTO | |
-| creator | MutableVectorCreator | |
-
-### fields property
-
-Signature
-
-```typescript
-fields: MutableField[];
-```
-
-### length property
-
-Signature
-
-```typescript
-get length(): number;
-```
-
-### meta property
-
-Signature
-
-```typescript
-meta?: QueryResultMeta;
-```
-
-### name property
-
-Signature
-
-```typescript
-name?: string;
-```
-
-### refId property
-
-Signature
-
-```typescript
-refId?: string;
-```
-
-### values property
-
-Signature
-
-```typescript
-values: KeyValue;
-```
-
-### add method
-
-Add all properties of the value as fields on the frame
-
-Signature
-
-```typescript
-add(value: T, addMissingFields?: boolean): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | T | |
-| addMissingFields | boolean | |
-
-Returns:
-
-`void`
-
-### addField method
-
-Signature
-
-```typescript
-addField(f: Field | FieldDTO, startLength?: number): MutableField;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| f | Field | FieldDTO | |
-| startLength | number | |
-
-Returns:
-
-`MutableField`
-
-### addFieldFor method
-
-Signature
-
-```typescript
-addFieldFor(value: any, name?: string): MutableField;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | any | |
-| name | string | |
-
-Returns:
-
-`MutableField`
-
-### appendRow method
-
-This will add each value to the corresponding column
-
-Signature
-
-```typescript
-appendRow(row: any[]): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| row | any[] | |
-
-Returns:
-
-`void`
-
-### get method
-
-Get an object with a property for each field in the DataFrame
-
-Signature
-
-```typescript
-get(idx: number): T;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| idx | number | |
-
-Returns:
-
-`T`
-
-### reverse method
-
-Reverse all values
-
-Signature
-
-```typescript
-reverse(): void;
-```
-Returns:
-
-`void`
-
-### set method
-
-Signature
-
-```typescript
-set(index: number, value: T, addMissingFields?: boolean): void;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-| value | T | |
-| addMissingFields | boolean | |
-
-Returns:
-
-`void`
-
-### toJSON method
-
-The simplified JSON values used in JSON.stringify()
-
-Signature
-
-```typescript
-toJSON(): DataFrameDTO;
-```
-Returns:
-
-`DataFrameDTO`
-
-### validate method
-
-Signature
-
-```typescript
-validate(): void;
-```
-Returns:
-
-`void`
-
diff --git a/docs/sources/packages_api/data/mutablefield.md b/docs/sources/packages_api/data/mutablefield.md
deleted file mode 100644
index e4350bc6feb..00000000000
--- a/docs/sources/packages_api/data/mutablefield.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MutableField"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MutableField type
-
-### MutableField type
-
-Signature
-
-```typescript
-export declare type MutableField = Field>;
-```
-Import
-
-```typescript
-import { MutableField } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/mutablevector.md b/docs/sources/packages_api/data/mutablevector.md
deleted file mode 100644
index 71cae682bc0..00000000000
--- a/docs/sources/packages_api/data/mutablevector.md
+++ /dev/null
@@ -1,49 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "MutableVector"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## MutableVector interface
-
-Vector with standard manipulation functions
-
-Signature
-
-```typescript
-export interface MutableVector extends ReadWriteVector
-```
-Import
-
-```typescript
-import { MutableVector } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [add](#add-property) | (value: T) => void | Adds the value to the vector |
-| [reverse](#reverse-property) | () => void | modifies the vector so it is now the opposite order |
-
-### add property
-
-Adds the value to the vector
-
-Signature
-
-```typescript
-add: (value: T) => void;
-```
-
-### reverse property
-
-modifies the vector so it is now the opposite order
-
-Signature
-
-```typescript
-reverse: () => void;
-```
diff --git a/docs/sources/packages_api/data/navindex.md b/docs/sources/packages_api/data/navindex.md
deleted file mode 100644
index bbae1c760b6..00000000000
--- a/docs/sources/packages_api/data/navindex.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "NavIndex"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## NavIndex type
-
-### NavIndex type
-
-Signature
-
-```typescript
-export declare type NavIndex = {
- [s: string]: NavModelItem;
-};
-```
-Import
-
-```typescript
-import { NavIndex } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/navmodel.md b/docs/sources/packages_api/data/navmodel.md
deleted file mode 100644
index 42ff09ed7d8..00000000000
--- a/docs/sources/packages_api/data/navmodel.md
+++ /dev/null
@@ -1,60 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "NavModel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## NavModel interface
-
-Interface used to describe different kinds of page titles and page navigation. Navmodels are usually generated in the backend and stored in Redux.
-
-Signature
-
-```typescript
-export interface NavModel
-```
-Import
-
-```typescript
-import { NavModel } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [breadcrumbs](#breadcrumbs-property) | NavModelItem[] | Describes breadcrumbs that are used in places such as data source settings., folder page and plugins page. |
-| [main](#main-property) | NavModelItem | Main page. that wraps the navigation. Generate the children property generate tabs when used with the Page component. |
-| [node](#node-property) | NavModelItem | This is the current active tab/navigation. |
-
-### breadcrumbs property
-
-Describes breadcrumbs that are used in places such as data source settings., folder page and plugins page.
-
-Signature
-
-```typescript
-breadcrumbs?: NavModelItem[];
-```
-
-### main property
-
-Main page. that wraps the navigation. Generate the `children` property generate tabs when used with the Page component.
-
-Signature
-
-```typescript
-main: NavModelItem;
-```
-
-### node property
-
-This is the current active tab/navigation.
-
-Signature
-
-```typescript
-node: NavModelItem;
-```
diff --git a/docs/sources/packages_api/data/navmodelbreadcrumb.md b/docs/sources/packages_api/data/navmodelbreadcrumb.md
deleted file mode 100644
index 70490cbab11..00000000000
--- a/docs/sources/packages_api/data/navmodelbreadcrumb.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "NavModelBreadcrumb"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## NavModelBreadcrumb interface
-
-Signature
-
-```typescript
-export interface NavModelBreadcrumb
-```
-Import
-
-```typescript
-import { NavModelBreadcrumb } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [title](#title-property) | string | |
-| [url](#url-property) | string | |
-
-### title property
-
-Signature
-
-```typescript
-title: string;
-```
-
-### url property
-
-Signature
-
-```typescript
-url?: string;
-```
diff --git a/docs/sources/packages_api/data/navmodelitem.md b/docs/sources/packages_api/data/navmodelitem.md
deleted file mode 100644
index ae2771ae58e..00000000000
--- a/docs/sources/packages_api/data/navmodelitem.md
+++ /dev/null
@@ -1,160 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "NavModelItem"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## NavModelItem interface
-
-Signature
-
-```typescript
-export interface NavModelItem
-```
-Import
-
-```typescript
-import { NavModelItem } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [active](#active-property) | boolean | |
-| [breadcrumbs](#breadcrumbs-property) | NavModelBreadcrumb[] | |
-| [children](#children-property) | NavModelItem[] | |
-| [divider](#divider-property) | boolean | |
-| [hideFromMenu](#hidefrommenu-property) | boolean | |
-| [hideFromTabs](#hidefromtabs-property) | boolean | |
-| [icon](#icon-property) | string | |
-| [id](#id-property) | string | |
-| [img](#img-property) | string | |
-| [parentItem](#parentitem-property) | NavModelItem | |
-| [showOrgSwitcher](#showorgswitcher-property) | boolean | |
-| [subTitle](#subtitle-property) | string | |
-| [target](#target-property) | string | |
-| [text](#text-property) | string | |
-| [url](#url-property) | string | |
-
-### active property
-
-Signature
-
-```typescript
-active?: boolean;
-```
-
-### breadcrumbs property
-
-Signature
-
-```typescript
-breadcrumbs?: NavModelBreadcrumb[];
-```
-
-### children property
-
-Signature
-
-```typescript
-children?: NavModelItem[];
-```
-
-### divider property
-
-Signature
-
-```typescript
-divider?: boolean;
-```
-
-### hideFromMenu property
-
-Signature
-
-```typescript
-hideFromMenu?: boolean;
-```
-
-### hideFromTabs property
-
-Signature
-
-```typescript
-hideFromTabs?: boolean;
-```
-
-### icon property
-
-Signature
-
-```typescript
-icon?: string;
-```
-
-### id property
-
-Signature
-
-```typescript
-id?: string;
-```
-
-### img property
-
-Signature
-
-```typescript
-img?: string;
-```
-
-### parentItem property
-
-Signature
-
-```typescript
-parentItem?: NavModelItem;
-```
-
-### showOrgSwitcher property
-
-Signature
-
-```typescript
-showOrgSwitcher?: boolean;
-```
-
-### subTitle property
-
-Signature
-
-```typescript
-subTitle?: string;
-```
-
-### target property
-
-Signature
-
-```typescript
-target?: string;
-```
-
-### text property
-
-Signature
-
-```typescript
-text: string;
-```
-
-### url property
-
-Signature
-
-```typescript
-url?: string;
-```
diff --git a/docs/sources/packages_api/data/nullvaluemode.md b/docs/sources/packages_api/data/nullvaluemode.md
deleted file mode 100644
index 92392ce02c9..00000000000
--- a/docs/sources/packages_api/data/nullvaluemode.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "NullValueMode"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## NullValueMode enum
-
-### NullValueMode enum
-
-Signature
-
-```typescript
-export declare enum NullValueMode
-```
-Import
-
-```typescript
-import { NullValueMode } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| AsZero | "null as zero" | |
-| Ignore | "connected" | |
-| Null | "null" | |
-
diff --git a/docs/sources/packages_api/data/numberfieldconfigsettings.md b/docs/sources/packages_api/data/numberfieldconfigsettings.md
deleted file mode 100644
index cf0044e46c9..00000000000
--- a/docs/sources/packages_api/data/numberfieldconfigsettings.md
+++ /dev/null
@@ -1,70 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "NumberFieldConfigSettings"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## NumberFieldConfigSettings interface
-
-Signature
-
-```typescript
-export interface NumberFieldConfigSettings
-```
-Import
-
-```typescript
-import { NumberFieldConfigSettings } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [integer](#integer-property) | boolean | |
-| [max](#max-property) | number | |
-| [min](#min-property) | number | |
-| [placeholder](#placeholder-property) | string | |
-| [step](#step-property) | number | |
-
-### integer property
-
-Signature
-
-```typescript
-integer?: boolean;
-```
-
-### max property
-
-Signature
-
-```typescript
-max?: number;
-```
-
-### min property
-
-Signature
-
-```typescript
-min?: number;
-```
-
-### placeholder property
-
-Signature
-
-```typescript
-placeholder?: string;
-```
-
-### step property
-
-Signature
-
-```typescript
-step?: number;
-```
diff --git a/docs/sources/packages_api/data/numberoverrideprocessor.md b/docs/sources/packages_api/data/numberoverrideprocessor.md
deleted file mode 100644
index 5b1b9c90db5..00000000000
--- a/docs/sources/packages_api/data/numberoverrideprocessor.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "numberOverrideProcessor"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## numberOverrideProcessor variable
-
-### numberOverrideProcessor variable
-
-Signature
-
-```typescript
-numberOverrideProcessor: (value: any, context: FieldOverrideContext, settings?: NumberFieldConfigSettings | undefined) => number | undefined
-```
-Import
-
-```typescript
-import { numberOverrideProcessor } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/objremoveundefined.md b/docs/sources/packages_api/data/objremoveundefined.md
deleted file mode 100644
index 1680437700f..00000000000
--- a/docs/sources/packages_api/data/objremoveundefined.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "objRemoveUndefined"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## objRemoveUndefined variable
-
-### objRemoveUndefined variable
-
-Signature
-
-```typescript
-objRemoveUndefined: (obj: any) => any
-```
-Import
-
-```typescript
-import { objRemoveUndefined } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/omit_2.md b/docs/sources/packages_api/data/omit_2.md
deleted file mode 100644
index cd75aaae899..00000000000
--- a/docs/sources/packages_api/data/omit_2.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "Omit_2"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## Omit\_2 type
-
-### Omit\_2 type
-
-Signature
-
-```typescript
-export declare type Omit = Pick>;
-```
-Import
-
-```typescript
-import { Omit_2 } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/onupdatedatasourcejsondataoption.md b/docs/sources/packages_api/data/onupdatedatasourcejsondataoption.md
deleted file mode 100644
index d0d78830a67..00000000000
--- a/docs/sources/packages_api/data/onupdatedatasourcejsondataoption.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "onUpdateDatasourceJsonDataOption"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## onUpdateDatasourceJsonDataOption variable
-
-### onUpdateDatasourceJsonDataOption variable
-
-Signature
-
-```typescript
-onUpdateDatasourceJsonDataOption: (props: DataSourcePluginOptionsEditorProps, key: K) => (event: React.SyntheticEvent) => void
-```
-Import
-
-```typescript
-import { onUpdateDatasourceJsonDataOption } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/onupdatedatasourcejsondataoptionchecked.md b/docs/sources/packages_api/data/onupdatedatasourcejsondataoptionchecked.md
deleted file mode 100644
index 58999aa9700..00000000000
--- a/docs/sources/packages_api/data/onupdatedatasourcejsondataoptionchecked.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "onUpdateDatasourceJsonDataOptionChecked"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## onUpdateDatasourceJsonDataOptionChecked variable
-
-### onUpdateDatasourceJsonDataOptionChecked variable
-
-Signature
-
-```typescript
-onUpdateDatasourceJsonDataOptionChecked: (props: DataSourcePluginOptionsEditorProps, key: K) => (event: React.SyntheticEvent) => void
-```
-Import
-
-```typescript
-import { onUpdateDatasourceJsonDataOptionChecked } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/onupdatedatasourcejsondataoptionselect.md b/docs/sources/packages_api/data/onupdatedatasourcejsondataoptionselect.md
deleted file mode 100644
index e75a340d0d4..00000000000
--- a/docs/sources/packages_api/data/onupdatedatasourcejsondataoptionselect.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "onUpdateDatasourceJsonDataOptionSelect"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## onUpdateDatasourceJsonDataOptionSelect variable
-
-### onUpdateDatasourceJsonDataOptionSelect variable
-
-Signature
-
-```typescript
-onUpdateDatasourceJsonDataOptionSelect: (props: DataSourcePluginOptionsEditorProps, key: K) => (selected: SelectableValue) => void
-```
-Import
-
-```typescript
-import { onUpdateDatasourceJsonDataOptionSelect } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/onupdatedatasourceoption.md b/docs/sources/packages_api/data/onupdatedatasourceoption.md
deleted file mode 100644
index fbc35f4789b..00000000000
--- a/docs/sources/packages_api/data/onupdatedatasourceoption.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "onUpdateDatasourceOption"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## onUpdateDatasourceOption variable
-
-### onUpdateDatasourceOption variable
-
-Signature
-
-```typescript
-onUpdateDatasourceOption: (props: DataSourcePluginOptionsEditorProps, key: keyof DataSourceSettings) => (event: React.SyntheticEvent) => void
-```
-Import
-
-```typescript
-import { onUpdateDatasourceOption } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/onupdatedatasourceresetoption.md b/docs/sources/packages_api/data/onupdatedatasourceresetoption.md
deleted file mode 100644
index fb403ea02d1..00000000000
--- a/docs/sources/packages_api/data/onupdatedatasourceresetoption.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "onUpdateDatasourceResetOption"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## onUpdateDatasourceResetOption variable
-
-### onUpdateDatasourceResetOption variable
-
-Signature
-
-```typescript
-onUpdateDatasourceResetOption: (props: DataSourcePluginOptionsEditorProps, key: string) => (event: React.MouseEvent) => void
-```
-Import
-
-```typescript
-import { onUpdateDatasourceResetOption } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/onupdatedatasourcesecurejsondataoption.md b/docs/sources/packages_api/data/onupdatedatasourcesecurejsondataoption.md
deleted file mode 100644
index 13fcdb0c069..00000000000
--- a/docs/sources/packages_api/data/onupdatedatasourcesecurejsondataoption.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "onUpdateDatasourceSecureJsonDataOption"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## onUpdateDatasourceSecureJsonDataOption variable
-
-### onUpdateDatasourceSecureJsonDataOption variable
-
-Signature
-
-```typescript
-onUpdateDatasourceSecureJsonDataOption: >(props: DataSourcePluginOptionsEditorProps, key: string) => (event: React.SyntheticEvent) => void
-```
-Import
-
-```typescript
-import { onUpdateDatasourceSecureJsonDataOption } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/onupdatedatasourcesecurejsondataoptionselect.md b/docs/sources/packages_api/data/onupdatedatasourcesecurejsondataoptionselect.md
deleted file mode 100644
index c5d87a4427c..00000000000
--- a/docs/sources/packages_api/data/onupdatedatasourcesecurejsondataoptionselect.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "onUpdateDatasourceSecureJsonDataOptionSelect"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## onUpdateDatasourceSecureJsonDataOptionSelect variable
-
-### onUpdateDatasourceSecureJsonDataOptionSelect variable
-
-Signature
-
-```typescript
-onUpdateDatasourceSecureJsonDataOptionSelect: >(props: DataSourcePluginOptionsEditorProps, key: string) => (selected: SelectableValue) => void
-```
-Import
-
-```typescript
-import { onUpdateDatasourceSecureJsonDataOptionSelect } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/orgrole.md b/docs/sources/packages_api/data/orgrole.md
deleted file mode 100644
index 172776b33eb..00000000000
--- a/docs/sources/packages_api/data/orgrole.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "OrgRole"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## OrgRole enum
-
-### OrgRole enum
-
-Signature
-
-```typescript
-export declare enum OrgRole
-```
-Import
-
-```typescript
-import { OrgRole } from '@grafana/data';
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| Admin | "Admin" | |
-| Editor | "Editor" | |
-| Viewer | "Viewer" | |
-
diff --git a/docs/sources/packages_api/data/paneldata.md b/docs/sources/packages_api/data/paneldata.md
deleted file mode 100644
index dd832d6fb29..00000000000
--- a/docs/sources/packages_api/data/paneldata.md
+++ /dev/null
@@ -1,91 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelData"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelData interface
-
-Signature
-
-```typescript
-export interface PanelData
-```
-Import
-
-```typescript
-import { PanelData } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [error](#error-property) | DataQueryError | Any query errors |
-| [request](#request-property) | DataQueryRequest | Request contains the queries and properties sent to the datasource |
-| [series](#series-property) | DataFrame[] | Contains data frames with field overrides applied |
-| [state](#state-property) | LoadingState | State of the data (loading, done, error, streaming) |
-| [timeRange](#timerange-property) | TimeRange | Contains the range from the request or a shifted time range if a request uses relative time |
-| [timings](#timings-property) | DataQueryTimings | Timing measurements |
-
-### error property
-
-Any query errors
-
-Signature
-
-```typescript
-error?: DataQueryError;
-```
-
-### request property
-
-Request contains the queries and properties sent to the datasource
-
-Signature
-
-```typescript
-request?: DataQueryRequest;
-```
-
-### series property
-
-Contains data frames with field overrides applied
-
-Signature
-
-```typescript
-series: DataFrame[];
-```
-
-### state property
-
-State of the data (loading, done, error, streaming)
-
-Signature
-
-```typescript
-state: LoadingState;
-```
-
-### timeRange property
-
-Contains the range from the request or a shifted time range if a request uses relative time
-
-Signature
-
-```typescript
-timeRange: TimeRange;
-```
-
-### timings property
-
-Timing measurements
-
-Signature
-
-```typescript
-timings?: DataQueryTimings;
-```
diff --git a/docs/sources/packages_api/data/paneleditorprops.md b/docs/sources/packages_api/data/paneleditorprops.md
deleted file mode 100644
index 8ce41cb0297..00000000000
--- a/docs/sources/packages_api/data/paneleditorprops.md
+++ /dev/null
@@ -1,58 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelEditorProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEditorProps interface
-
-Signature
-
-```typescript
-export interface PanelEditorProps
-```
-Import
-
-```typescript
-import { PanelEditorProps } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [data](#data-property) | PanelData | Result set of panel queries |
-| [onOptionsChange](#onoptionschange-property) | (options: T, callback?: () => void) => void | Panel options change handler |
-| [options](#options-property) | T | Panel options |
-
-### data property
-
-Result set of panel queries
-
-Signature
-
-```typescript
-data: PanelData;
-```
-
-### onOptionsChange property
-
-Panel options change handler
-
-Signature
-
-```typescript
-onOptionsChange: (options: T, callback?: () => void) => void;
-```
-
-### options property
-
-Panel options
-
-Signature
-
-```typescript
-options: T;
-```
diff --git a/docs/sources/packages_api/data/panelevents.md b/docs/sources/packages_api/data/panelevents.md
deleted file mode 100644
index 73c929bb685..00000000000
--- a/docs/sources/packages_api/data/panelevents.md
+++ /dev/null
@@ -1,47 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelEvents"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents namespace
-
-> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
->
-
-### PanelEvents namespace
-
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-```
-
-## Interfaces
-
-| Interface | Description |
-| --- | --- |
-| [PanelChangeViewPayload](./panelchangeviewpayload/) | Payloads |
-
-## Variables
-
-| Variable | Description |
-| --- | --- |
-| [componentDidMount](./componentdidmount/) | |
-| [dataError](./dataerror/) | |
-| [dataFramesReceived](./dataframesreceived/) | |
-| [dataReceived](./datareceived/) | |
-| [dataSnapshotLoad](./datasnapshotload/) | |
-| [editModeInitialized](./editmodeinitialized/) | |
-| [initPanelActions](./initpanelactions/) | |
-| [panelChangeView](./panelchangeview/) | |
-| [panelInitialized](./panelinitialized/) | |
-| [panelSizeChanged](./panelsizechanged/) | |
-| [panelTeardown](./panelteardown/) | |
-| [refresh](./refresh/) | Events |
-| [render](./render/) | |
-| [viewModeChanged](./viewmodechanged/) | |
-
diff --git a/docs/sources/packages_api/data/panelevents/componentdidmount.md b/docs/sources/packages_api/data/panelevents/componentdidmount.md
deleted file mode 100644
index 83c0332c660..00000000000
--- a/docs/sources/packages_api/data/panelevents/componentdidmount.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "componentDidMount"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.componentDidMount variable
-
-### PanelEvents.componentDidMount variable
-
-Signature
-
-```typescript
-componentDidMount: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { componentDidMount } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/dataerror.md b/docs/sources/packages_api/data/panelevents/dataerror.md
deleted file mode 100644
index dfd03f42bb8..00000000000
--- a/docs/sources/packages_api/data/panelevents/dataerror.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dataError"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.dataError variable
-
-### PanelEvents.dataError variable
-
-Signature
-
-```typescript
-dataError: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { dataError } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/dataframesreceived.md b/docs/sources/packages_api/data/panelevents/dataframesreceived.md
deleted file mode 100644
index 6b101f8ffe3..00000000000
--- a/docs/sources/packages_api/data/panelevents/dataframesreceived.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dataFramesReceived"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.dataFramesReceived variable
-
-### PanelEvents.dataFramesReceived variable
-
-Signature
-
-```typescript
-dataFramesReceived: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { dataFramesReceived } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/datareceived.md b/docs/sources/packages_api/data/panelevents/datareceived.md
deleted file mode 100644
index 4f103baf35a..00000000000
--- a/docs/sources/packages_api/data/panelevents/datareceived.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dataReceived"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.dataReceived variable
-
-### PanelEvents.dataReceived variable
-
-Signature
-
-```typescript
-dataReceived: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { dataReceived } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/datasnapshotload.md b/docs/sources/packages_api/data/panelevents/datasnapshotload.md
deleted file mode 100644
index f4c6a0049fc..00000000000
--- a/docs/sources/packages_api/data/panelevents/datasnapshotload.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "dataSnapshotLoad"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.dataSnapshotLoad variable
-
-### PanelEvents.dataSnapshotLoad variable
-
-Signature
-
-```typescript
-dataSnapshotLoad: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { dataSnapshotLoad } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/editmodeinitialized.md b/docs/sources/packages_api/data/panelevents/editmodeinitialized.md
deleted file mode 100644
index 9dc6dbcbba1..00000000000
--- a/docs/sources/packages_api/data/panelevents/editmodeinitialized.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "editModeInitialized"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.editModeInitialized variable
-
-### PanelEvents.editModeInitialized variable
-
-Signature
-
-```typescript
-editModeInitialized: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { editModeInitialized } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/initpanelactions.md b/docs/sources/packages_api/data/panelevents/initpanelactions.md
deleted file mode 100644
index ae8d81563a1..00000000000
--- a/docs/sources/packages_api/data/panelevents/initpanelactions.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "initPanelActions"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.initPanelActions variable
-
-### PanelEvents.initPanelActions variable
-
-Signature
-
-```typescript
-initPanelActions: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { initPanelActions } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/panelchangeview.md b/docs/sources/packages_api/data/panelevents/panelchangeview.md
deleted file mode 100644
index 1c5a72724ac..00000000000
--- a/docs/sources/packages_api/data/panelevents/panelchangeview.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "panelChangeView"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.panelChangeView variable
-
-### PanelEvents.panelChangeView variable
-
-Signature
-
-```typescript
-panelChangeView: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { panelChangeView } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/panelchangeviewpayload.md b/docs/sources/packages_api/data/panelevents/panelchangeviewpayload.md
deleted file mode 100644
index 1e9acc32175..00000000000
--- a/docs/sources/packages_api/data/panelevents/panelchangeviewpayload.md
+++ /dev/null
@@ -1,64 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelChangeViewPayload"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.PanelChangeViewPayload interface
-
-Payloads
-
-Signature
-
-```typescript
-export interface PanelChangeViewPayload
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { PanelChangeViewPayload } = PanelEvents;
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [edit](#edit-property) | boolean | |
-| [fullscreen](#fullscreen-property) | boolean | |
-| [panelId](#panelid-property) | number | |
-| [toggle](#toggle-property) | boolean | |
-
-### edit property
-
-Signature
-
-```typescript
-edit?: boolean;
-```
-
-### fullscreen property
-
-Signature
-
-```typescript
-fullscreen?: boolean;
-```
-
-### panelId property
-
-Signature
-
-```typescript
-panelId?: number;
-```
-
-### toggle property
-
-Signature
-
-```typescript
-toggle?: boolean;
-```
diff --git a/docs/sources/packages_api/data/panelevents/panelinitialized.md b/docs/sources/packages_api/data/panelevents/panelinitialized.md
deleted file mode 100644
index 6eff6f494d4..00000000000
--- a/docs/sources/packages_api/data/panelevents/panelinitialized.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "panelInitialized"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.panelInitialized variable
-
-### PanelEvents.panelInitialized variable
-
-Signature
-
-```typescript
-panelInitialized: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { panelInitialized } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/panelsizechanged.md b/docs/sources/packages_api/data/panelevents/panelsizechanged.md
deleted file mode 100644
index cf9d6ffea38..00000000000
--- a/docs/sources/packages_api/data/panelevents/panelsizechanged.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "panelSizeChanged"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.panelSizeChanged variable
-
-### PanelEvents.panelSizeChanged variable
-
-Signature
-
-```typescript
-panelSizeChanged: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { panelSizeChanged } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/panelteardown.md b/docs/sources/packages_api/data/panelevents/panelteardown.md
deleted file mode 100644
index 5ca17ac438f..00000000000
--- a/docs/sources/packages_api/data/panelevents/panelteardown.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "panelTeardown"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.panelTeardown variable
-
-### PanelEvents.panelTeardown variable
-
-Signature
-
-```typescript
-panelTeardown: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { panelTeardown } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/refresh.md b/docs/sources/packages_api/data/panelevents/refresh.md
deleted file mode 100644
index be79b976807..00000000000
--- a/docs/sources/packages_api/data/panelevents/refresh.md
+++ /dev/null
@@ -1,26 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "refresh"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.refresh variable
-
-### PanelEvents.refresh variable
-
-Events
-
-Signature
-
-```typescript
-refresh: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { refresh } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/render.md b/docs/sources/packages_api/data/panelevents/render.md
deleted file mode 100644
index 28e47b2bf2e..00000000000
--- a/docs/sources/packages_api/data/panelevents/render.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "render"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.render variable
-
-### PanelEvents.render variable
-
-Signature
-
-```typescript
-render: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { render } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelevents/viewmodechanged.md b/docs/sources/packages_api/data/panelevents/viewmodechanged.md
deleted file mode 100644
index 83b61a93edb..00000000000
--- a/docs/sources/packages_api/data/panelevents/viewmodechanged.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "viewModeChanged"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelEvents.viewModeChanged variable
-
-### PanelEvents.viewModeChanged variable
-
-Signature
-
-```typescript
-viewModeChanged: import("./appEvents").AppEvent
-```
-Import
-
-```typescript
-import { PanelEvents } from '@grafana/data';
-const { viewModeChanged } = PanelEvents;
-```
diff --git a/docs/sources/packages_api/data/panelmigrationhandler.md b/docs/sources/packages_api/data/panelmigrationhandler.md
deleted file mode 100644
index 7ee6d33ac85..00000000000
--- a/docs/sources/packages_api/data/panelmigrationhandler.md
+++ /dev/null
@@ -1,25 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelMigrationHandler"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelMigrationHandler type
-
-### PanelMigrationHandler type
-
-Called when a panel is first loaded with current panel model
-
-Signature
-
-```typescript
-export declare type PanelMigrationHandler = (panel: PanelModel) => Partial;
-```
-Import
-
-```typescript
-import { PanelMigrationHandler } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/panelmodel.md b/docs/sources/packages_api/data/panelmodel.md
deleted file mode 100644
index 40ac0a911da..00000000000
--- a/docs/sources/packages_api/data/panelmodel.md
+++ /dev/null
@@ -1,78 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelModel"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelModel interface
-
-Signature
-
-```typescript
-export interface PanelModel
-```
-Import
-
-```typescript
-import { PanelModel } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [fieldConfig](#fieldconfig-property) | FieldConfigSource | Field options configuration |
-| [id](#id-property) | number | ID of the panel within the current dashboard |
-| [options](#options-property) | TOptions | Panel options |
-| [pluginVersion](#pluginversion-property) | string | Version of the panel plugin |
-| [scopedVars](#scopedvars-property) | ScopedVars | |
-
-### fieldConfig property
-
-Field options configuration
-
-Signature
-
-```typescript
-fieldConfig: FieldConfigSource;
-```
-
-### id property
-
-ID of the panel within the current dashboard
-
-Signature
-
-```typescript
-id: number;
-```
-
-### options property
-
-Panel options
-
-Signature
-
-```typescript
-options: TOptions;
-```
-
-### pluginVersion property
-
-Version of the panel plugin
-
-Signature
-
-```typescript
-pluginVersion?: string;
-```
-
-### scopedVars property
-
-Signature
-
-```typescript
-scopedVars?: ScopedVars;
-```
diff --git a/docs/sources/packages_api/data/paneloptioneditorsregistry.md b/docs/sources/packages_api/data/paneloptioneditorsregistry.md
deleted file mode 100644
index d51c758342f..00000000000
--- a/docs/sources/packages_api/data/paneloptioneditorsregistry.md
+++ /dev/null
@@ -1,23 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelOptionEditorsRegistry"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelOptionEditorsRegistry type
-
-### PanelOptionEditorsRegistry type
-
-Signature
-
-```typescript
-export declare type PanelOptionEditorsRegistry = Registry;
-```
-Import
-
-```typescript
-import { PanelOptionEditorsRegistry } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/paneloptionseditorbuilder.md b/docs/sources/packages_api/data/paneloptionseditorbuilder.md
deleted file mode 100644
index b91afac6f5a..00000000000
--- a/docs/sources/packages_api/data/paneloptionseditorbuilder.md
+++ /dev/null
@@ -1,190 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelOptionsEditorBuilder"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelOptionsEditorBuilder class
-
-Fluent API for declarative creation of panel options
-
-Signature
-
-```typescript
-export declare class PanelOptionsEditorBuilder extends OptionsUIRegistryBuilder>
-```
-Import
-
-```typescript
-import { PanelOptionsEditorBuilder } from '@grafana/data';
-```
-Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [addBooleanSwitch(config)](#addbooleanswitch-method) | | |
-| [addColorPicker(config)](#addcolorpicker-method) | | |
-| [addNumberInput(config)](#addnumberinput-method) | | |
-| [addRadio(config)](#addradio-method) | | |
-| [addSelect(config)](#addselect-method) | | |
-| [addStringArray(config)](#addstringarray-method) | | |
-| [addTextInput(config)](#addtextinput-method) | | |
-| [addTimeZonePicker(config)](#addtimezonepicker-method) | | |
-| [addUnitPicker(config)](#addunitpicker-method) | | |
-
-### addBooleanSwitch method
-
-Signature
-
-```typescript
-addBooleanSwitch(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings, boolean> | |
-
-Returns:
-
-`this`
-
-### addColorPicker method
-
-Signature
-
-```typescript
-addColorPicker(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings & ColorFieldConfigSettings, string> | |
-
-Returns:
-
-`this`
-
-### addNumberInput method
-
-Signature
-
-```typescript
-addNumberInput(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings & NumberFieldConfigSettings, number> | |
-
-Returns:
-
-`this`
-
-### addRadio method
-
-Signature
-
-```typescript
-addRadio>(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings, TOption> | |
-
-Returns:
-
-`this`
-
-### addSelect method
-
-Signature
-
-```typescript
-addSelect>(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings, TOption> | |
-
-Returns:
-
-`this`
-
-### addStringArray method
-
-Signature
-
-```typescript
-addStringArray(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string[]> | |
-
-Returns:
-
-`this`
-
-### addTextInput method
-
-Signature
-
-```typescript
-addTextInput(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string> | |
-
-Returns:
-
-`this`
-
-### addTimeZonePicker method
-
-Signature
-
-```typescript
-addTimeZonePicker(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings, string> | |
-
-Returns:
-
-`this`
-
-### addUnitPicker method
-
-Signature
-
-```typescript
-addUnitPicker(config: PanelOptionsEditorConfig): this;
-```
-Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| config | PanelOptionsEditorConfig<TOptions, TSettings & UnitFieldConfigSettings, string> | |
-
-Returns:
-
-`this`
-
diff --git a/docs/sources/packages_api/data/paneloptionseditorconfig.md b/docs/sources/packages_api/data/paneloptionseditorconfig.md
deleted file mode 100644
index 743f27638d0..00000000000
--- a/docs/sources/packages_api/data/paneloptionseditorconfig.md
+++ /dev/null
@@ -1,114 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelOptionsEditorConfig"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelOptionsEditorConfig interface
-
-Signature
-
-```typescript
-export interface PanelOptionsEditorConfig
-```
-Import
-
-```typescript
-import { PanelOptionsEditorConfig } from '@grafana/data';
-```
-Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [category](#category-property) | string[] | Array of strings representing category of the option. First element in the array will make option render as collapsible section. |
-| [defaultValue](#defaultvalue-property) | TValue | |
-| [description](#description-property) | string | Description of the option. Will be displayed in the UI as form element description. |
-| [name](#name-property) | string | Name of the option. Will be displayed in the UI as form element label. |
-| [path](#path-property) | (keyof TOptions & string) | string | Path of the option property to control. |
-| [settings](#settings-property) | TSettings | al Custom settings of the editor. |
-| [showIf](#showif-property) | (currentConfig: TOptions) => boolean | undefined | Function that enables configuration of when option editor should be shown based on current panel option properties. |
-
-### category property
-
-Array of strings representing category of the option. First element in the array will make option render as collapsible section.
-
-Signature
-
-```typescript
-category?: string[];
-```
-
-### defaultValue property
-
-Signature
-
-```typescript
-defaultValue?: TValue;
-```
-
-### description property
-
-Description of the option. Will be displayed in the UI as form element description.
-
-Signature
-
-```typescript
-description?: string;
-```
-
-### name property
-
-Name of the option. Will be displayed in the UI as form element label.
-
-Signature
-
-```typescript
-name: string;
-```
-
-### path property
-
-Path of the option property to control.
-
-Signature
-
-```typescript
-path: (keyof TOptions & string) | string;
-```
-
-## Example
-
-Given options object of a type:
-
-```ts
-interface Options {
- a: {
- b: string;
- }
-}
-
-```
-path can be either 'a' or 'a.b'.
-
-### settings property
-
-al Custom settings of the editor.
-
-Signature
-
-```typescript
-settings?: TSettings;
-```
-
-### showIf property
-
-Function that enables configuration of when option editor should be shown based on current panel option properties.
-
-Signature
-
-```typescript
-showIf?: (currentConfig: TOptions) => boolean | undefined;
-```
diff --git a/docs/sources/packages_api/data/paneloptionseditoritem.md b/docs/sources/packages_api/data/paneloptionseditoritem.md
deleted file mode 100644
index c3b267a4325..00000000000
--- a/docs/sources/packages_api/data/paneloptionseditoritem.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelOptionsEditorItem"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelOptionsEditorItem interface
-
-Signature
-
-```typescript
-export interface PanelOptionsEditorItem extends OptionsEditorItem, TValue>
-```
-Import
-
-```typescript
-import { PanelOptionsEditorItem } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/paneloptionseditorprops.md b/docs/sources/packages_api/data/paneloptionseditorprops.md
deleted file mode 100644
index e78d0658f16..00000000000
--- a/docs/sources/packages_api/data/paneloptionseditorprops.md
+++ /dev/null
@@ -1,21 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelOptionsEditorProps"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelOptionsEditorProps interface
-
-Signature
-
-```typescript
-export interface PanelOptionsEditorProps extends StandardEditorProps
-```
-Import
-
-```typescript
-import { PanelOptionsEditorProps } from '@grafana/data';
-```
diff --git a/docs/sources/packages_api/data/panelplugin.md b/docs/sources/packages_api/data/panelplugin.md
deleted file mode 100644
index 4baeca560e8..00000000000
--- a/docs/sources/packages_api/data/panelplugin.md
+++ /dev/null
@@ -1,362 +0,0 @@
-+++
-# -----------------------------------------------------------------------
-# Do not edit this file. It is automatically generated by API Documenter.
-# -----------------------------------------------------------------------
-title = "PanelPlugin"
-keywords = ["grafana","documentation","sdk","@grafana/data"]
-type = "docs"
-+++
-
-## PanelPlugin class
-
-Signature
-
-```typescript
-export declare class PanelPlugin extends GrafanaPlugin