mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-04 10:42:55 +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 = {
|
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
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