forked from Mirror/ollama4j
Updated docs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import clsx from 'clsx';
|
||||
import Heading from '@theme/Heading';
|
||||
import styles from './styles.module.css';
|
||||
import Ollama4jUIImageCarousel from '@site/src/components/Ollama4jUIImageCarousel';
|
||||
|
||||
const FeatureList = [
|
||||
{
|
||||
@@ -161,6 +162,11 @@ export default function HomepageFeatures() {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section className={styles.features}>
|
||||
<div className="container">
|
||||
<Ollama4jUIImageCarousel></Ollama4jUIImageCarousel>
|
||||
</div>
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user