mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-14 19:37:11 +02:00
Updated docs
This commit is contained in:
parent
9d9bc53e0b
commit
63b3bcb71e
@ -1,9 +0,0 @@
|
||||
---
|
||||
slug: welcome
|
||||
title: Welcome
|
||||
authors: [ amith ]
|
||||
tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4J, OpenSource, Developers
|
||||
]
|
||||
---
|
||||
|
||||
Welcome Java Developers!
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
slug: release-post
|
||||
title: Release
|
||||
title: First Release 🚀
|
||||
authors: [ amith ]
|
||||
tags: [ Java, AI, LLM, GenAI, GenerativeAI, Ollama, Ollama4j, OpenSource, Developers
|
||||
]
|
||||
|
@ -99,20 +99,32 @@ const config = {
|
||||
style: 'dark',
|
||||
links: [
|
||||
{
|
||||
title: 'Docs',
|
||||
title: 'Quick Links',
|
||||
items: [
|
||||
{
|
||||
label: 'Tutorial',
|
||||
to: '/intro',
|
||||
label: 'Ollama4j Examples',
|
||||
to: 'https://github.com/ollama4j/ollama4j-examples',
|
||||
},
|
||||
{
|
||||
label: 'Blog',
|
||||
to: '/blog',
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/ollama4j/ollama4j',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Usage',
|
||||
title: 'Stuff built with Ollama4j',
|
||||
items: [
|
||||
{
|
||||
label: 'Examples',
|
||||
to: 'https://github.com/ollama4j/ollama4j-examples',
|
||||
label: 'Ollama4j Web UI',
|
||||
to: 'https://github.com/ollama4j/ollama4j-web-ui',
|
||||
},
|
||||
{
|
||||
label: 'Ollama4j Desktop UI with Swing',
|
||||
to: 'https://github.com/ollama4j/ollama4j-ui',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -128,20 +140,7 @@ const config = {
|
||||
href: 'https://twitter.com/ollama4j',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'More',
|
||||
items: [
|
||||
{
|
||||
label: 'Blog',
|
||||
to: '/blog',
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/ollama4j/ollama4j',
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
],
|
||||
copyright: `Ollama4j Documentation ${new Date().getFullYear()}. Built with Docusaurus.`,
|
||||
},
|
||||
|
@ -32,7 +32,7 @@ function HomepageHeader() {
|
||||
export default function Home() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
title={`${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
<HomepageHeader/>
|
||||
<main>
|
||||
|
Loading…
x
Reference in New Issue
Block a user