mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
docs: fix prereq links (#21630)
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
import React from "react";
|
||||
import { marked } from "marked";
|
||||
import DOMPurify from "isomorphic-dompurify";
|
||||
import Admonition from '@theme/Admonition';
|
||||
|
||||
export default function PrerequisiteLinks({ content }) {
|
||||
return (
|
||||
<Admonition type="info" title="Prerequisites">
|
||||
<div style={{ marginTop: "8px" }}>
|
||||
This guide will assume familiarity with the following concepts:
|
||||
</div>
|
||||
<div style={{ marginTop: "16px" }}
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: DOMPurify.sanitize(marked.parse(content))
|
||||
}}
|
||||
/>
|
||||
</Admonition>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user