Skip to content

Commit 4aad081

Browse files
Merge branch 'main' into changeset-release/main
2 parents 7ab139d + ce10dc8 commit 4aad081

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ Just add the ChatKit component, give it a client token, and customize the chat e
8383
}
8484
```
8585

86+
## See working examples
87+
88+
- [Starter app](https://github.com/openai/openai-chatkit-starter-app) - Clone a repo to start with a fully working template
89+
- [Samples](https://github.com/openai/openai-chatkit-advanced-samples) - See working examples of ChatKit and get inspired
90+
8691
## License
8792

8893
This project is licensed under the [Apache License 2.0](LICENSE).

packages/docs/astro.config.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,19 @@ const sidebar = [
6666
},
6767
],
6868
},
69+
{
70+
label: 'Examples',
71+
items: [
72+
{
73+
label: 'Starter App',
74+
link: 'https://github.com/openai/openai-chatkit-starter-app',
75+
},
76+
{
77+
label: 'Advanced Samples',
78+
link: 'https://github.com/openai/openai-chatkit-advanced-samples',
79+
},
80+
],
81+
},
6982
];
7083

7184
export default defineConfig({

packages/docs/src/content/docs/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ You don’t need to build custom UIs, manage low-level chat state, or patch toge
7777
Just add the ChatKit component, give it a client token, and customize the chat experience as needed, no extra work needed.
7878

7979

80+
## See working examples
81+
82+
- [Starter app](https://github.com/openai/openai-chatkit-starter-app) - Clone a repo to start with a fully working template
83+
- [Samples](https://github.com/openai/openai-chatkit-advanced-samples) - See working examples of ChatKit and get inspired

0 commit comments

Comments
 (0)