ci(docs): Fix md prettier lint by ignoring inline blocks (#13558)

This commit is contained in:
Andrew Sikowitz 2025-05-19 15:52:26 -07:00 committed by GitHub
parent 5eca21dfbe
commit 3ee25c465c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -86,9 +86,11 @@ Here is an example of a Data Product named "Pet of the Week" which belongs to th
<Tabs>
<TabItem value="sample" label="Example" default>
<!-- prettier-ignore-start -->
```yaml
{{ inline /metadata-ingestion/examples/data_product/dataproduct.yaml show_path_as_comment }}
```
<!-- prettier-ignore-end -->
:::note

View File

@ -43,9 +43,11 @@ For creation via CLI, its a simple CLI upsert command that you can integrate
1. Define your data contract.
<!-- prettier-ignore-start -->
```yaml
{{ inline /metadata-ingestion/examples/library/create_data_contract.yml show_path_as_comment }}
```
<!-- prettier-ignore-end -->
2. Use the CLI to create the contract by running the below command.