Skip to content

Commit f4a7fe1

Browse files
author
Kaushik Shetty
committed
doc: update code block language
1 parent 819e79a commit f4a7fe1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,19 @@ npm i @contentstack/venus-components --save
9393

9494
For more information on styling your application, refer to our [style guide](https://www.contentstack.com/docs/developers/venus-component-library/).
9595

96-
**App SDK v2.0.0 Migration and Upgrade Guide**
97-
98-
This guide provides instructions for migrating your application to App SDK version 2.0.0. It covers changes in metadata responses, field modifier and full page location updates, and the transition from the `_extension` property to `_uiLocation`. If you are upgrading your app to the latest version, make sure to follow these steps for a smooth transition.
99-
100-
[Read the Migration Guide](docs/app-sdk-v2-migration.md)
101-
10296
## More information
10397

10498
- [App SDK API Reference](https://github.com/contentstack/app-sdk-docs#readme)
10599
- [Marketplace Platform Guides](https://www.contentstack.com/docs/developers/marketplace-platform-guides/)
106100
- [Marketplace Apps](https://www.contentstack.com/docs/developers/marketplace-apps/)
107101
- [Contentstack App Development](https://www.contentstack.com/docs/developers/developer-hub/)
108102

103+
## App SDK v2.0.0 Migration Guide
104+
105+
This guide provides instructions for migrating your application to App SDK version 2.0.0. It covers changes in metadata responses, field modifier and full page location updates, and the transition from the `_extension` property to `_uiLocation`. If you are upgrading your app to the latest version, make sure to follow these steps for a smooth transition.
106+
107+
[Read the Migration Guide](./docs/app-sdk-v2-migration.md)
108+
109109
## License
110110

111111
Licensed under [MIT](https://opensource.org/licenses/MIT).

docs/app-sdk-v2-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here's a comparison of the old and new response structures:
2222

2323
#### Older Response (Version 1.x):
2424

25-
```json
25+
```js
2626
{
2727
data: {
2828
metadata: {} // Actual metadata response to be returned,
@@ -34,7 +34,7 @@ Here's a comparison of the old and new response structures:
3434

3535
#### Newer Response (Version 2.0.0):
3636

37-
```json
37+
```js
3838
{
3939
"metadata": {} // Actual metadata response to be returned,
4040
}

0 commit comments

Comments
 (0)