Skip to content

Commit 7c6d8f7

Browse files
committed
Update theme.config.tsx
1 parent 0e84d4e commit 7c6d8f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme.config.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ const config: DocsThemeConfig = {
136136
<script
137137
async
138138
src='https://widget.kapa.ai/kapa-widget.bundle.js'
139-
data-website-id='1e9518c7-51d1-4ac5-a237-14befea6148f'
139+
data-website-id={process.env.NEXT_PUBLIC_KAPA_WEBSITE_ID}
140140
data-project-name='OP Labs'
141141
data-project-color='#FF0420'
142+
data-modal-title='Optimism Docs Assistant ✨'
142143
data-project-logo='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8nhCmw7cu6jVQI01JFtMAV5tkTNLJXMSAOg&s'
143144
data-modal-disclaimer='This is a custom LLM for OPLabs with access to [all help center documentation](https://docs.optimism.io/).'
144145
data-modal-example-questions='What is the OP Stack?, How do I get started with Supersim?, How do I create a SuperERC20 token?, How do I get faucet funds?'

0 commit comments

Comments
 (0)