mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
@@ -14,9 +14,6 @@ const config = {
|
||||
title: "🦜️🔗 Langchain",
|
||||
tagline: "LangChain Python Docs",
|
||||
favicon: "img/favicon.ico",
|
||||
customFields: {
|
||||
mendableAnonKey: process.env.MENDABLE_ANON_KEY,
|
||||
},
|
||||
// Set the production url of your site here
|
||||
url: "https://python.langchain.com",
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
@@ -310,6 +307,18 @@ const config = {
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} LangChain, Inc.`,
|
||||
},
|
||||
algolia: {
|
||||
// The application ID provided by Algolia
|
||||
appId: "VAU016LAWS",
|
||||
|
||||
// Public API key: it is safe to commit it
|
||||
// this is linked to erick@langchain.dev currently
|
||||
apiKey: "6c01842d6a88772ed2236b9c85806441",
|
||||
|
||||
indexName: "python-langchain",
|
||||
|
||||
contextualSearch: true,
|
||||
},
|
||||
}),
|
||||
|
||||
scripts: [
|
||||
@@ -319,6 +328,7 @@ const config = {
|
||||
async: true,
|
||||
},
|
||||
],
|
||||
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
Reference in New Issue
Block a user