Skip to content

Commit c5a61de

Browse files
docs: fix wrong title formatting with llm buttons (#739)
1 parent 4b33fbc commit c5a61de

File tree

1 file changed

+1
-3
lines changed
  • website/versioned_docs/version-2

1 file changed

+1
-3
lines changed

website/versioned_docs/version-2/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
sidebar_label: 'Getting started'
3-
title: 'Getting started'
3+
title: 'Apify API client for JavaScript'
44
---
55

66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88

9-
# Apify API client for JavaScript
10-
119
`apify-client` is the official library to access the [Apify REST API](https://docs.apify.com/api/v2) from your JavaScript/TypeScript applications. It runs both in Node.js and browser and provides useful features like automatic retries and convenience functions that improve the experience of using the Apify API. All requests and responses (including errors) are encoded in JSON format with UTF-8 encoding.
1210

1311
## Pre-requisites

0 commit comments

Comments
 (0)