mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
5e861eea94
* all integrations have quotes now * fixed 2 broken links * vale found the the
26 lines
340 B
Plaintext
26 lines
340 B
Plaintext
---
|
|
title: "Koala"
|
|
---
|
|
|
|
Add the following to your `docs.json` file to send analytics to Koala.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Analytics options in docs.json
|
|
"integrations": {
|
|
"koala": {
|
|
"publicApiKey": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Example
|
|
"integrations": {
|
|
"koala": {
|
|
"publicApiKey": "pk_1a1882"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup>
|