docs: fix inline code format (#13549)

This commit is contained in:
Hyejin Yoon 2025-05-20 01:14:20 +09:00 committed by GitHub
parent 52e01bd599
commit a0787c3abe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -44,11 +44,7 @@ For creation via CLI, its 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.