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,67 @@
{"schema":{"properties":{"cache_timeout":{"description":"Duration (in seconds) of the caching timeout for this chart.","type":"integer"},"certification_details":{"description":"Details of the certification.","type":"string"},"certified_by":{"description":"Person or group that has certified this dashboard.","type":"string"},"changed_on":{"description":"Timestamp of the last modification.","format":"date-time","type":"string"},"changed_on_humanized":{"description":"Timestamp of the last modification in human readable form.","type":"string"},"datasource":{"description":"Datasource identifier.","type":"string"},"description":{"description":"Slice description.","type":"string"},"description_markeddown":{"description":"Sanitized HTML version of the chart description.","type":"string"},"edit_url":{"description":"The URL for editing the slice.","type":"string"},"form_data":{"description":"Form data associated with the slice.","type":"object"},"is_managed_externally":{"description":"If the chart is managed outside externally.","type":"boolean"},"modified":{"description":"Last modification in human readable form.","type":"string"},"owners":{"description":"Owners identifiers.","items":{"type":"integer"},"type":"array"},"query_context":{"description":"The context associated with the query.","type":"object"},"slice_id":{"description":"The slice ID.","type":"integer"},"slice_name":{"description":"The slice name.","type":"string"},"slice_url":{"description":"The slice URL.","type":"string"}},"type":"object","title":"Slice"},"schemaType":"response"}
{
"schema": {
"properties": {
"cache_timeout": {
"description": "Duration (in seconds) of the caching timeout for this chart.",
"type": "integer"
},
"certification_details": {
"description": "Details of the certification.",
"type": "string"
},
"certified_by": {
"description": "Person or group that has certified this dashboard.",
"type": "string"
},
"changed_on": {
"description": "Timestamp of the last modification.",
"format": "date-time",
"type": "string"
},
"changed_on_humanized": {
"description": "Timestamp of the last modification in human readable form.",
"type": "string"
},
"datasource": {
"description": "Datasource identifier.",
"type": "string"
},
"description": { "description": "Slice description.", "type": "string" },
"description_markeddown": {
"description": "Sanitized HTML version of the chart description.",
"type": "string"
},
"edit_url": {
"description": "The URL for editing the slice.",
"type": "string"
},
"form_data": {
"description": "Form data associated with the slice.",
"type": "object"
},
"is_managed_externally": {
"description": "If the chart is managed outside externally.",
"type": "boolean"
},
"modified": {
"description": "Last modification in human readable form.",
"type": "string"
},
"owners": {
"description": "Owners identifiers.",
"items": { "type": "integer" },
"type": "array"
},
"query_context": {
"description": "The context associated with the query.",
"type": "object"
},
"slice_id": { "description": "The slice ID.", "type": "integer" },
"slice_name": { "description": "The slice name.", "type": "string" },
"slice_url": { "description": "The slice URL.", "type": "string" }
},
"type": "object",
"title": "Slice"
},
"schemaType": "response"
}