docs: logo (#17972)

This commit is contained in:
Erick Friis
2024-02-22 15:20:34 -08:00
committed by GitHub
parent 9b0b0032c2
commit 29660f8918
5 changed files with 3 additions and 3 deletions

View File

@@ -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",