mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
docs: logo (#17972)
This commit is contained in:
@@ -13,7 +13,7 @@ const baseDarkCodeBlockTheme = require("prism-react-renderer/themes/vsDark");
|
||||
const config = {
|
||||
title: "🦜️🔗 Langchain",
|
||||
tagline: "LangChain Python Docs",
|
||||
favicon: "img/favicon.ico",
|
||||
favicon: "img/brand/favicon.png",
|
||||
// Set the production url of your site here
|
||||
url: "https://python.langchain.com",
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
@@ -144,9 +144,9 @@ const config = {
|
||||
},
|
||||
},
|
||||
},
|
||||
image: "img/parrot-chainlink-icon.png",
|
||||
image: "img/brand/theme-image.png",
|
||||
navbar: {
|
||||
title: "🦜️🔗 LangChain",
|
||||
logo: {src: "img/brand/wordmark.png", srcDark: "img/brand/wordmark-dark.png"},
|
||||
items: [
|
||||
{
|
||||
to: "/docs/get_started/introduction",
|
||||
|
Reference in New Issue
Block a user