Skip to content

Commit 62a0e6e

Browse files
docs: fix build (#101)
1 parent 0415d2b commit 62a0e6e

11 files changed

+12326
-20921
lines changed

src/model.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
2+
* This module contains the types used in the Crowdin OTA Client.
3+
*
24
* @module Types
3-
* @description This module contains the types used in the Crowdin OTA Client.
45
*/
56

67
export interface ClientConfig {

website/docs/configuration.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Default: [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) HTT
3535
Default language code to be used if language was not passed as an input argument of the method (also possible via `setCurrentLocale` method)
3636

3737
:::tip
38-
Visit the [Language Codes](https://developer.crowdin.com/language-codes/) page to see the list of supported language codes.
38+
Visit the [Language Codes](https://support.crowdin.com/developer/language-codes/) page to see the list of supported language codes.
3939
:::
4040

4141
### `disableManifestCache`
@@ -70,4 +70,4 @@ Default: `false`
7070

7171
## Further reading
7272

73-
- [API](/api/classes/OtaClient)
73+
- [API](/api/index.Class.OtaClient)

website/docs/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ npm install @crowdin/ota-client
1414

1515
- [Quick Start](/quick-start)
1616
- [Configuration](/configuration)
17-
- [API](/api/classes/OtaClient)
17+
- [API](/api/index.Class.OtaClient)

website/docs/intro.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ For more details, visit Knowledge Base:
6565

6666
- [Quick Start](/quick-start)
6767
- [Configuration](/configuration)
68-
- [API](/api/classes/OtaClient)
68+
- [API](/api/index.Class.OtaClient)

website/docs/quick-start.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ client.getFileTranslations(file)
129129
## Further reading
130130

131131
- [Configuration](/configuration)
132-
- [API](/api/classes/OtaClient)
132+
- [API](/api/index.Class.OtaClient)

website/docs/tutorials/i18next.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ i18next
4646
## Further reading
4747

4848
- [Configuration](/configuration)
49-
- [API](/api/classes/OtaClient)
49+
- [API](/api/index.Class.OtaClient)

website/docs/tutorials/lingui.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ If you are using the [`po`](https://lingui.dev/ref/catalog-formats#po) format, y
4646

4747
- [Lingui String Exporter](https://store.crowdin.com/lingui-string-exporter)
4848
- [Configuration](/configuration)
49-
- [API](/api/classes/OtaClient)
49+
- [API](/api/index.Class.OtaClient)

website/docs/tutorials/next-intl.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ For more detail, see the working example [here](https://github.com/andrii-bodnar
5151
## Further reading
5252

5353
- [Configuration](/configuration)
54-
- [API](/api/classes/OtaClient)
54+
- [API](/api/index.Class.OtaClient)

website/docs/tutorials/react-native.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ async function build(localizedStrings: LocalizedStrings) {
2929
## Further reading
3030

3131
- [Configuration](/configuration)
32-
- [API](/api/classes/OtaClient)
32+
- [API](/api/index.Class.OtaClient)

website/docusaurus.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const config: Config = {
8484
},
8585
{
8686
label: 'Developer Portal',
87-
href: 'https://developer.crowdin.com/crowdin-apps-about/',
87+
href: 'https://support.crowdin.com/developer/crowdin-apps-about/',
8888
},
8989
{
9090
label: 'Knowledge Base',
@@ -100,8 +100,8 @@ const config: Config = {
100100
href: 'https://community.crowdin.com/',
101101
},
102102
{
103-
label: 'Twitter',
104-
href: 'https://twitter.com/crowdin',
103+
label: 'X',
104+
href: 'https://x.com/crowdin',
105105
},
106106
],
107107
},

0 commit comments

Comments
 (0)