mirror of
https://github.com/apache/superset.git
synced 2026-08-05 05:22:37 +00:00
feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)
This commit is contained in:
@@ -1,28 +1,27 @@
|
||||
---
|
||||
id: databaserelatedcharts
|
||||
title: "DatabaseRelatedCharts"
|
||||
description: ""
|
||||
sidebar_label: "DatabaseRelatedCharts"
|
||||
title: 'DatabaseRelatedCharts'
|
||||
description: ''
|
||||
sidebar_label: 'DatabaseRelatedCharts'
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
schema: true
|
||||
sample: {"count":0,"result":[{"id":0,"slice_name":"string","viz_type":"string"}]}
|
||||
sample:
|
||||
{
|
||||
'count': 0,
|
||||
'result': [{ 'id': 0, 'slice_name': 'string', 'viz_type': 'string' }],
|
||||
}
|
||||
custom_edit_url: null
|
||||
---
|
||||
|
||||
import Schema from "@theme/Schema";
|
||||
import Heading from "@theme/Heading";
|
||||
import Schema from '@theme/Schema';
|
||||
import Heading from '@theme/Heading';
|
||||
|
||||
<Heading
|
||||
as={"h1"}
|
||||
className={"openapi__heading"}
|
||||
children={"DatabaseRelatedCharts"}
|
||||
>
|
||||
</Heading>
|
||||
|
||||
|
||||
|
||||
|
||||
as={'h1'}
|
||||
className={'openapi__heading'}
|
||||
children={'DatabaseRelatedCharts'}
|
||||
></Heading>
|
||||
|
||||
<Schema
|
||||
{...require("./databaserelatedcharts.Schema.json")}
|
||||
|
||||
Reference in New Issue
Block a user