Skip to content

Commit 8aaf91e

Browse files
authored
Merge pull request #127 from openai/fix-broken-docs-link
[docs] Fix bad links
2 parents 373bf3f + 5216919 commit 8aaf91e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/docs/src/content/docs/customize.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Tailor ChatKit’s theme, layout, composer, and message actions fro
55

66
import { TabItem, Tabs } from '@astrojs/starlight/components';
77

8-
ChatKit is fully configurable through the options object you pass in React (`useChatKit`) or on the web component (`chatkit.setOptions`). Check the [ChatKitOptions reference](/api/@openai/chatkit/type-aliases/ChatKitOptions/) for every available field, and use the [ChatKit Playground](https://chatkit.studio/playground) to experiment with settings and copy a ready-to-use configuration.
8+
ChatKit is fully configurable through the options object you pass in React (`useChatKit`) or on the web component (`chatkit.setOptions`). Check the [ChatKitOptions reference](api/openai/chatkit/type-aliases/chatkitoptions/) for every available field, and use the [ChatKit Playground](https://chatkit.studio/playground) to experiment with settings and copy a ready-to-use configuration.
99

1010
<Tabs syncKey="customize-language">
1111
<TabItem label="React">
@@ -112,10 +112,10 @@ chatkit.setOptions({
112112

113113
## Key areas to configure
114114

115-
- **Theme** — Tune the appearance with the [`theme` options reference](/api/@openai/chatkit/type-aliases/ThemeOption/).
116-
- **Header & history** — Manage layout and browsing with the [`header` options reference](/api/@openai/chatkit/type-aliases/HeaderOption/) and [`history` options reference](/api/@openai/chatkit/type-aliases/HistoryOption/).
117-
- **Start screen** — Greet users and highlight actions via the [`startScreen` options reference](/api/@openai/chatkit/type-aliases/StartScreenOption/).
118-
- **Composer** — Configure inputs, tools, model picker, and mentions through the [`composer` options reference](/api/@openai/chatkit/type-aliases/ComposerOption/).
119-
- **Thread item actions** — Control feedback and retry behavior with the [`threadItemActions` options reference](/api/@openai/chatkit/type-aliases/ThreadItemActionsOption/).
115+
- **Theme** — Tune the appearance with the [`theme` options reference](api/openai/chatkit/type-aliases/themeoption/).
116+
- **Header & history** — Manage layout and browsing with the [`header` options reference](api/openai/chatkit/type-aliases/headeroption/) and [`history` options reference](api/openai/chatkit/type-aliases/historyoption/).
117+
- **Start screen** — Greet users and highlight actions via the [`startScreen` options reference](api/openai/chatkit/type-aliases/startscreenoption/).
118+
- **Composer** — Configure inputs, tools, model picker, and mentions through the [`composer` options reference](api/openai/chatkit/type-aliases/composeroption/).
119+
- **Thread item actions** — Control feedback and retry behavior with the [`threadItemActions` options reference](api/openai/chatkit/type-aliases/threaditemactionsoption/).
120120

121121

0 commit comments

Comments
 (0)