Merge pull request #4320 from BerriAI/docs_add_algolia_search

docs - add algolia search 🫡
This commit is contained in:
Ishaan Jaff 2024-06-20 14:50:54 -07:00 committed by GitHub
commit 112c25217b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,9 +38,6 @@ const config = {
disableInDev: false,
},
],
[ require.resolve('docusaurus-lunr-search'), {
languages: ['en'] // language codes
}],
() => ({
name: 'cripchat',
injectHtmlTags() {
@ -90,6 +87,15 @@ const config = {
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.png',
algolia: {
// The application ID provided by Algolia
appId: 'NU85Y4NU0B',
// Public API key: it is safe to commit it
apiKey: '4e0cf8c3020d0c876ad9174cea5c01fb',
indexName: 'litellm',
},
navbar: {
title: '🚅 LiteLLM',
items: [