mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-16 12:38:13 +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>
|
<Tabs>
|
||||||
<TabItem value="sample" label="Example" default>
|
<TabItem value="sample" label="Example" default>
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
```yaml
|
```yaml
|
||||||
{{ inline /metadata-ingestion/examples/data_product/dataproduct.yaml show_path_as_comment }}
|
{{ inline /metadata-ingestion/examples/data_product/dataproduct.yaml show_path_as_comment }}
|
||||||
```
|
```
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
:::note
|
:::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.
|
1. Define your data contract.
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
```yaml
|
```yaml
|
||||||
{{ inline /metadata-ingestion/examples/library/create_data_contract.yml show_path_as_comment }}
|
{{ 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.
|
2. Use the CLI to create the contract by running the below command.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user