Skip to content

Commit

Permalink
chore(docs): remove TS section from doc (#1773)
Browse files Browse the repository at this point in the history
- comment off all the TS section from docs
- provide a link to redirect users to the new documentaion

#
  • Loading branch information
ajimae authored Mar 2, 2022
1 parent 16ba9b3 commit ab6986b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/sdk/api/typescriptSdk.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# TypeScript SDK Client v2

Follow this [link](https://docs.commercetools.com/sdk/javascript-sdk) for an up to date and more accurate JavaScript/TypeScript SDK documentation.

<!--
We provide a packages written in typescript for using our API
The **@commercetools/sdk-client-v2** is the TypeScript package that facilitates HTTP [requests](https://commercetools.github.io/nodejs/sdk/Glossary.html#clientrequest) to the Platform, ML or History API by using a predefined set of middlewares.
Expand Down Expand Up @@ -782,3 +785,5 @@ const client: Client = new ClientBuilder()
...
.build()
```
-->

0 comments on commit ab6986b

Please sign in to comment.