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