Skip to content

Commit

Permalink
docs: Translate configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
herbras committed Dec 8, 2023
1 parent d5f39b4 commit ff2d9bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/src/content/docs/id/guides/site-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@ Jika Anda memiliki akses ke [Algolia鈥檚 DocSearch program](https://docsearch.al

<TabItem label="npm">

```sh
```sh
npm install @astrojs/starlight-docsearch
```

</TabItem>

<TabItem label="pnpm">

```sh
```sh
pnpm install @astrojs/starlight-docsearch
```

</TabItem>

<TabItem label="Yarn">

```sh
```sh
yarn add @astrojs/starlight-docsearch
```

Expand All @@ -91,12 +91,12 @@ Jika Anda memiliki akses ke [Algolia鈥檚 DocSearch program](https://docsearch.al
export default defineConfig({
integrations: [
starlight({
title: 'Site with DocSearch',
title: 'Situs dengan DocSearch',
plugins: [
starlightDocSearch({
appId: 'YOUR_APP_ID',
apiKey: 'YOUR_SEARCH_API_KEY',
indexName: 'YOUR_INDEX_NAME',
appId: 'ID_APLIKASI_ANDA',
apiKey: 'KUNCI_API_ANDA',
indexName: 'NAMA_INDEX_ANDA',
}),
],
}),
Expand Down

0 comments on commit ff2d9bb

Please sign in to comment.