mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
docs[patch]: Add mermaid JS theme dependency to docusaurus (#14051)
- **Description:** Add mermaid JS dependency and configs to documentation. Allows inline doc diagrams in markdown. - **Dependencies:** NPM package @docusaurus/theme-mermaid
This commit is contained in:
@@ -26,6 +26,11 @@ const config = {
|
||||
onBrokenLinks: "warn",
|
||||
onBrokenMarkdownLinks: "throw",
|
||||
|
||||
themes: ["@docusaurus/theme-mermaid"],
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
},
|
||||
|
||||
plugins: [
|
||||
() => ({
|
||||
name: "custom-webpack-config",
|
||||
|
Reference in New Issue
Block a user