mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
docs: logo (#17972)
This commit is contained in:
parent
9b0b0032c2
commit
29660f8918
@ -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",
|
||||
|
BIN
docs/static/img/brand/favicon.png
vendored
Normal file
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
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
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
BIN
docs/static/img/brand/wordmark.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user