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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = { const config = {
title: "🦜️🔗 Langchain", title: "🦜️🔗 Langchain",
tagline: "LangChain Python Docs", tagline: "LangChain Python Docs",
favicon: "img/favicon.ico", favicon: "img/brand/favicon.png",
// Set the production url of your site here // Set the production url of your site here
url: "https://python.langchain.com", url: "https://python.langchain.com",
// Set the /<baseUrl>/ pathname under which your site is served // 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: { navbar: {
title: "🦜️🔗 LangChain", logo: {src: "img/brand/wordmark.png", srcDark: "img/brand/wordmark-dark.png"},
items: [ items: [
{ {
to: "/docs/get_started/introduction", to: "/docs/get_started/introduction",

BIN
docs/static/img/brand/favicon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

BIN
docs/static/img/brand/theme-image.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

BIN
docs/static/img/brand/wordmark-dark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
docs/static/img/brand/wordmark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB