From 6774ac1db2a2d560be2d47ccb49fdf3bfb02c789 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Tue, 14 May 2024 18:55:34 -0700 Subject: [PATCH] update footer (#456) --- docs/mkdocs.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 6266ee28e..49119e19c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -201,4 +201,13 @@ markdown_extensions: - pymdownx.tasklist: custom_checkbox: true extra_css: - - css/mkdocstrings.css \ No newline at end of file + - css/mkdocstrings.css + +extra: + social: + - icon: fontawesome/brands/js + link: https://langchain-ai.github.io/langgraphjs/ + - icon: fontawesome/brands/github + link: https://github.com/langchain-ai/langgraphjs + - icon: fontawesome/brands/twitter + link: https://twitter.com/LangChainAI \ No newline at end of file