mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
docs: fix inline code format (#13549)
This commit is contained in:
parent
52e01bd599
commit
a0787c3abe
@ -87,11 +87,7 @@ Here is an example of a Data Product named "Pet of the Week" which belongs to th
|
||||
<TabItem value="sample" label="Example" default>
|
||||
|
||||
```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 }}
|
||||
```
|
||||
|
||||
:::note
|
||||
|
@ -44,11 +44,7 @@ For creation via CLI, it’s a simple CLI upsert command that you can integrate
|
||||
1. Define your data contract.
|
||||
|
||||
```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 }}
|
||||
```
|
||||
|
||||
2. Use the CLI to create the contract by running the below command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user