Updated docs

This commit is contained in:
amithkoujalgi
2025-04-19 23:15:27 +05:30
parent 4d03673d8c
commit a3debc0983
5 changed files with 67 additions and 12 deletions

View File

@@ -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>
</>
);
}