Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config: DocsThemeConfig = {
},
docsRepositoryBase: 'https://github.com/ethereum-optimism/docs/blob/main/',
footer: {
text: <Footer />,
text: <Footer />
},

sidebar: {
Expand Down Expand Up @@ -102,6 +102,7 @@ const config: DocsThemeConfig = {
data-modal-ask-ai-input-placeholder='Ask me a question about building on Optimism'
data-button-hide='true'
data-max-tokens='100'
data-modal-disclaimer='This is an AI assistant powered by kapa.ai. Please be aware that any information, including personal information or sensitive data, shared by you herein is provided at your own risk and subject to the kapa.ai [privacy policy](https://www.kapa.ai/content/privacy-policy). Please note that all responses are generated by AI so remember to use your own judgment.'
></script>
)}
</>
Expand Down