mirror of
https://github.com/apache/superset.git
synced 2026-08-05 05:22:37 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user