feat(build): migrate from Prettier to Oxfmt for docs

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber
2026-07-28 21:38:39 +07:00
parent af9729a861
commit 1bbc63099b
2163 changed files with 89307 additions and 32009 deletions

View File

@@ -1 +1,29 @@
{"schema":{"properties":{"css":{"description":"Override CSS for the dashboard.","type":"string"},"dashboard_title":{"description":"A title for the dashboard.","maxLength":500,"minLength":0,"nullable":true,"type":"string"},"duplicate_slices":{"description":"Whether or not to also copy all charts on the dashboard","type":"boolean"},"json_metadata":{"description":"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.","type":"string"}},"required":["json_metadata"],"type":"object","title":"DashboardCopySchema"},"schemaType":"response"}
{
"schema": {
"properties": {
"css": {
"description": "Override CSS for the dashboard.",
"type": "string"
},
"dashboard_title": {
"description": "A title for the dashboard.",
"maxLength": 500,
"minLength": 0,
"nullable": true,
"type": "string"
},
"duplicate_slices": {
"description": "Whether or not to also copy all charts on the dashboard",
"type": "boolean"
},
"json_metadata": {
"description": "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.",
"type": "string"
}
},
"required": ["json_metadata"],
"type": "object",
"title": "DashboardCopySchema"
},
"schemaType": "response"
}