fix(ci): ignore MDX files from being formatted with Oxfmt

This was due to Oxfmt escaping the MDX/JSX comment syntax with literal backlash, failing MDX loader used by @docusaurus

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber
2026-08-02 23:35:58 +07:00
parent eb52dc6089
commit 0fd971bba1
81 changed files with 510 additions and 512 deletions

View File

@@ -4,7 +4,7 @@ sidebar_label: Overview
sidebar_position: 1
---
{/\*
{/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -21,7 +21,7 @@ software distributed under the License is distributed on an
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
\*/}
*/}
import { DatabaseIndex } from '@site/src/components/databases';
import databaseData from '../_versioned_data/src/data/databases.json';