mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-11 10:05:08 +00:00
ci(docs): Fix md prettier lint by ignoring inline blocks (#13558)
This commit is contained in:
parent
5eca21dfbe
commit
3ee25c465c
@ -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
|
||||
|
||||
|
||||
@ -43,9 +43,11 @@ For creation via CLI, it’s 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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user